diff options
Diffstat (limited to 'template/fullscreen.st')
| -rw-r--r-- | template/fullscreen.st | 8 |
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(); |
