diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-21 18:57:29 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-21 18:57:29 -0500 |
| commit | 2b6c2cef9a3398dbafb1f6cfbc0323c0b83e2053 (patch) | |
| tree | 855237b1d839793f5a4451ad0a4a3c2d8d6ac844 /static/webcam | |
| parent | 1656fdf68387f7966d9caff9ee1a4f03436b6c51 (diff) | |
Added PROD changes
Diffstat (limited to 'static/webcam')
| -rw-r--r-- | static/webcam/register.html | 233 | ||||
| -rw-r--r-- | static/webcam/webcam.js | 3 |
2 files changed, 236 insertions, 0 deletions
diff --git a/static/webcam/register.html b/static/webcam/register.html new file mode 100644 index 0000000..4458f9c --- /dev/null +++ b/static/webcam/register.html @@ -0,0 +1,233 @@ +</html><head> + <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> + <script type="text/javascript" src="/static/js/underscore-min.js"></script> + <script type="text/javascript" src="/static/js/sha1.js"></script> + <script type="text/javascript" src="static/js/register.js"></script> + <script> + $(document).ready(initRegister); + </script> + <link rel="stylesheet" type="text/css" href="static/reset.css"> + + <link rel="shortcut icon" href="static/favicon.ico"> + + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>dump.fm</title></head> + + +<style type="text/css"> + + + + + + +<!-- +.white a:link { + text-decoration: none; + text-shadow: -1px 1px 1px #ccc; + color: #504F61; +} +.white a:visited { + text-decoration: none; + text-shadow: -1px 1px 1px #ccc; + color: #504F61; +} +.white a:hover { + text-decoration: none; + text-shadow: -1px 1px 1px #ccc; + background-color:#e3e3e3; + + color: #fff; +} +.white a:active { + text-decoration: none; + text-shadow: -1px 1px 1px #ccc; + color: #504F61; +} +#main { + background-position:center; + width:460px; + margin: 0px auto -1px auto; + height:400px; +padding-top:15; + z-index:2; + opacity:0.9; + border-top-left-radius:10px; + border-top-right-radius:10px; + -webkit-border-top-left-radius:10px; + -webkit-border-top-right-radius:10px; + -moz-border-radius-topleft:10px; + -moz-border-radius-topright:10px; + border-bottom-left-radius:10px; + border-bottom-right-radius:10px; + -webkit-border-bottom-left-radius:10px; + -webkit-border-bottom-right-radius:10px; + -moz-border-radius-bottomleft:10px; + -moz-border-radius-bottomright:10px; + border:solid 2px #000; + position: relative; + background-color: #FFF; + background-position:center; + background-repeat:no-repeat; + box-shadow: 5px 5px 100px #c8cbce; +-webkit-box-shadow: 5px 5px 100px #c8cbce; +-moz-box-shadow: 5px 5px 100px #c8cbce; +} +#logout7{ + top:5px; + position:relative; + font-size:13px; + margin-right: 10px; + float:right; + z-index: 999; + font-family: "Times New Roman", Times, serif; +} +#logo7{ + top:20px; + margin-left: 10%; + margin-right: 10%; + z-index:1000; + float:left; +} +#rapper7{ + top: 0px; + left:0px; + position:absolute; + width: 100%; + height: 78px; + z-index: 1000; +} +#bottombar{ + top: 69px; + left:0px; + position:absolute; + width: 100%; + height: 20px; + z-index: 1000; +} +p { + font-family: Arial, Helvetica, sans-serif; + font-size: 24px; +} +td { + font-family: Arial, Helvetica, sans-serif; + letter-spacing:-1px; + font-size: 12px; + color: #000000; +} +.btnav { border: 0px #000000 solid;} +body { + background:#EEF2FF url(/static/fade-blue.png) top center repeat-x; + background-repeat:repeat-x; + background-position:top; + overflow:hidden; +margin:8%; +} +body a{border:0; +text-decoration:none; +} +.submit { + + + text-shadow: -1px 1px 1px #ccc; + + font-size:15px; +} +.feild { + height:40px; + width:300px; + border:3px #000; + background:#e3e3e3; + margin:10px; + color:#000; + + font-size:30px; + +} +.txt { + font-family:Arial, Helvetica, sans-serif; + font-size:14px; +line-height:1.2; + text-shadow:1px 1px 0.5px #ccc; + word-spacing: 3px; +} + .line { + font-family:Arial, Helvetica, sans-serif; + letter-spacing: 1px; +line-height:1; + text-shadow:0px 1px 50px #999; + color:#000; + font-size:19px; +} +#nickInput {color:#000; +} +.no-cursor { cursor: none; } +.invisible { display: none !important; } +#cursor-big { position: absolute; z-index: 1000; } + +#submit { + + + display:inline-block; + width:300px; +height:35px; +margin-top:-5; +font-size:14px; +background-image:url(/static/btngrad1.png); +margin-left:140; +top:15px; + text-align:center; + z-index:100; + font-size:18px; + color:#fff; + text-shadow:1px 1px 1px rgba(0,0,0,1); + border-top-left-radius:5px; + border-top-right-radius:5px; + -webkit-border-top-left-radius:5px; + -webkit-border-top-right-radius:5px; + -moz-border-radius-topleft:5px; + -moz-border-radius-topright:5px; + border-bottom-left-radius:5px; + border-bottom-right-radius:5px; + -webkit-border-bottom-left-radius:5px; + -webkit-border-bottom-right-radius:5px; + -moz-border-radius-bottomleft:5px; + -moz-border-radius-bottomright:5px; + border:solid 1px #fff; +} + +--> + + + + + + + +</style> + +<body> +<div id="rapper7"> +<div id="header7"> + <div id="bottombar"></div> + <div align="center"> +<br> + </div> + + <div class="white"></div> + <div align="center"><br /></div> +</div> +</div> +</div> +<div id="main" align="center"> +<h1> +Sorry, registration is closed, come back tomorrow +</h1> + </div> + </div> + </div> +</div> + + + +</body> +</html> diff --git a/static/webcam/webcam.js b/static/webcam/webcam.js index f5a5536..3e3b4fd 100644 --- a/static/webcam/webcam.js +++ b/static/webcam/webcam.js @@ -37,6 +37,9 @@ window.webcam = { }, uploadCompleted: function(){ + if (typeof pageTracker !== 'undefined') { + pageTracker._trackEvent('Message', 'Webcam', typeof Room !== 'undefined' ? Room : 'UnknownRoom'); + } $("#webcam-button-snap").attr("value", "Send Pic") webcam.reset(); }, |
