Improved logic and look of the login.html (and partly the modal)
[citadel.git] / webcit / static / t / login.html
index cb4e8f951329254019aa5edd295228e37828f55a..96beced84490f634854b35da11fe95ec3377c80d 100644 (file)
@@ -2,22 +2,21 @@
 <!-- start login.html -->
 <div id="login_screen">
                <div class="box">
-               <div class="boxlabel"><?SERV:HUMANNODE> - <?_("powered by")>
-                       <a href="http://www.citadel.org">Citadel</a>
-               </div>
-               <div class="boxcontent">
-                       <div id="hellomsg"><?SERV:MESG("hello")></div>
-               <?!("COND:IMPMSG", 1)>
-                       <div class="login_message"><?IMPORTANTMESSAGE></div>
-               <?!("X", 1)>
-                       <div class="login_image"><img src="image?name=hello" alt="">
-                               <span class="button_link">
+                       <div class="boxlabel"><?SERV:HUMANNODE> - <?_("powered by")>
+                               <a href="http://www.citadel.org">Citadel</a>
+                       </div>
+                       <div class="boxcontent">
+                               <div id="hellomsg"><?SERV:MESG("hello")></div>
+                               <?!("COND:IMPMSG", 1)>
+                                       <div class="login_message"><?IMPORTANTMESSAGE></div>
+                               <?!("X", 1)>
+                               <div class="login_image"><img src="image?name=hello" alt=""></div>
+                               <span class="logbuttons">
                                        <a href="javascript:GetLoggedInFirst('do_welcome');"><?_("Log in")></a>
                                </span>
                        </div>
-</div>
+               </div>
 <!-- end login.html -->
-<?=("endbox")>
 <script type="text/javascript">
        GetLoggedInFirst('do_welcome');
 </script>