summaryrefslogtreecommitdiff
path: root/template/fullscreen.st
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2014-11-15 14:48:48 -0500
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2014-11-15 14:48:48 -0500
commitc8bd3b66365c25fef2114c904ebf75ea58f2ef68 (patch)
tree2627647c7d8f44a793b3008c267bc1d18c01b316 /template/fullscreen.st
parent6996ef1862ec133e6d15ef06b660605d1192b166 (diff)
stuffs
Diffstat (limited to 'template/fullscreen.st')
-rw-r--r--template/fullscreen.st8
1 files changed, 5 insertions, 3 deletions
diff --git a/template/fullscreen.st b/template/fullscreen.st
index 08cf74d..750c44d 100644
--- a/template/fullscreen.st
+++ b/template/fullscreen.st
@@ -183,13 +183,15 @@
</div>
<div id="registerbox" class="box">
<a href="/"><img src="/static/img/dumppixellarge3.png"></a>
+ <span class="regclosed">
<p>
registration is closed ;-(
</p>
<p>
maybe ask a friend?
</p>
- <!--
+ </span>
+ <span class="regopen">
<label style="text-align:left;margin-bottom:-8px;">username</label>
<input type="text" class="field" id="regNickInput" tabindex="5" />
</p><p>
@@ -204,7 +206,7 @@
</p><p>
<input type="submit" class="submit" id="submit" value="Register!" tabindex="9" />
</p>
- -->
+ </span>
</div>
$endif$
@@ -229,12 +231,12 @@
}
document.getElementById("big-image").innerHTML = "<img src='" + choice(urls) + "'>"
initFullscreen()
+ initRegister()
jQuery(startChatUpdater)
jQuery("#reglink").click(function(e){
e.preventDefault();
jQuery("#loginbox").hide();
jQuery("#registerbox").show().addClass("b");
- initRegister()
return false;
});
jQuery("#nickInput").focus();