summaryrefslogtreecommitdiff
path: root/frontend/static/template/register.html
diff options
context:
space:
mode:
authorroot <root@lalalizard.com>2012-12-27 05:38:01 -0500
committerroot <root@lalalizard.com>2012-12-27 05:39:17 -0500
commitd852581e0ff9cfe6fb2164a8a1bf2aa6bd2dd005 (patch)
tree528d35689ae17e8e5954cb717c24a244ff80680e /frontend/static/template/register.html
parent5f057d1d95d00294472edcbfbc17cfec4dfb561d (diff)
remove old templates
Diffstat (limited to 'frontend/static/template/register.html')
-rw-r--r--frontend/static/template/register.html172
1 files changed, 0 insertions, 172 deletions
diff --git a/frontend/static/template/register.html b/frontend/static/template/register.html
deleted file mode 100644
index 526badb..0000000
--- a/frontend/static/template/register.html
+++ /dev/null
@@ -1,172 +0,0 @@
-<!doctype html>
-<html>
-<head>
-<title>SCANNERJAMMER REGISTRATION</title>
-<link rel="shortcut icon" href="http://scannerjammer.com/favicon.ico" />
-<style type="text/css">
-* { padding: 0; margin: 0; }
-body
- {
- background: #040818;
- overflow: hidden;
- }
-#bg
- {
- position: absolute;
- top: 0;
- left: 0;
- z-index: -1;
- display: none;
- }
-#success, #register, #plant { display: none; }
-#success
- {
- position: absolute;
- top: 10%;
- left: 50%;
- margin-left: -250px;
- width: 400px;
- background-color: #808;
- border-bottom: 2px solid #100;
- color: #ccc;
- text-align: center;
- padding: 30px 50px 50px 50px;
- -moz-border-radius: 30px;
- -webkit-border-radius: 30px;
- border-radius: 30px;
- font-family: sans-serif;
- font-size: 24px;
- }
-#success a
- {
- color: #0ff;
- font-weight: bold;
- }
-#success-username
- {
- font-weight: bold;
- font-size: 36px;
- color: #fff;
- padding: 10px;
- display: block;
- }
-#register
- {
- position: absolute;
- top: 10%;
- left: 30%;
- background-image: url(http://asdf.us/scanjam/scanjambg1.jpg);
- margin-left: -350px;
- width: 600px;
- background-color: #000;
- color: #fff;
- padding: 30px 50px 50px 50px;
- -moz-border-radius: 30px;
- -webkit-border-radius: 30px;
- border-radius: 30px;
- font-family: sans-serif;
- font-size: 30px;
- }
-#plant
- {
- position: absolute;
- bottom: 0;
- right: 0;
- z-index: -1;
- }
-#register h1
- {
- font-size: 48px;
- padding-bottom: 20px;
- }
-img
- {
- padding-bottom: 20px;
- }
-#register input
- {
- font-size: 24px;
- clear: right;
- width: 200px;
- padding: 3px;
- margin-bottom: 10px;
- background-color: #ddd;
- border: 2px solid #333;
- }
-#register label
- {
- width: 120px;
- font-size: 24px;
- padding-right: 20px;
- display: inline-block;
- text-align: right;
- }
-#register button
- {
- font-size: 30px;
- background-color: #fff;
- opacity: 0.05;
- font-weight: bold;
- padding: 5px 10px;
- }
-#register span
- {
- font-size: 16px;
- color: #0ff;
- text-shadow: #888 0 0 3px;
- }
-#register span.error
- {
- color: #f00;
- }
-</style>
-<body>
-<section id="bg">
- <img src="http://scannerjammer.com/static/img/glittergutzbg.gif" />
-</section>
-<section id="curtain"></section>
-<section id="register">
- <img src="http://scannerjammer.com/static/img/scanjam-title.gif" width="100%" /><br />
-
- <h1>official registration form</h1>
- <label>username:</label>
- <input type="text" id="register-username" maxlength="25" />
- <span id="username-available"></span>
- <br />
-
- <label>password:</label>
- <input type="password" id="register-pw" maxlength="25" />
- <br />
-
- <label>again:</label>
- <input type="password" id="register-pw2" maxlength="25" />
- <span id="password-match"></span>
- <br />
-
- <label></label>
- <button id="register-go">REGISTER</button>
-</section>
-<section id="success">
- <!--
- <img src="http://scannerjammer.com/static/img/scanjam-title.gif" width="100%" /><br />
- -->
- wow okay awesome- greetings,<br />
- <span id="success-username"></span>
- your new ghost is online and active..<br />
- <br />
- <a href="/">WELCOME TO SCANNERJAMMER</a>
-</section>
-
-<section id="msg"></section>
-<section id="plea">
- please enable javascript
-</section>
-<section id="plant"><img src="http://scannerjammer.com/static/img/plant.gif" height="700" /></section>
-</body>
-<script type="text/javascript">document.getElementById("plea").style.display="none"</script>
-<script type="text/javascript" src="/js/jquery-1.5.2.min.js"></script>
-<script type="text/javascript" src="/js/jquery.md5.js"></script>
-<script type="text/javascript" src="/js/swfobject.js"></script>
-<script type="text/javascript" src="/js/register.js"></script>
-</html>
-