Return of the image - hello.gif - in the login screen
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Fri, 9 Mar 2007 13:59:15 +0000 (13:59 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Fri, 9 Mar 2007 13:59:15 +0000 (13:59 +0000)
webcit/roomops.c
webcit/static/login.html
webcit/static/webcit.css

index 77f5d786a3f2da533018392d273e49ff57253303..2c391f7e8f3d2e38b621499f454fa87407d51b90 100644 (file)
@@ -277,12 +277,12 @@ void readinfo(void)
        serv_puts("RINF");
        serv_getln(buf, sizeof buf);
        if (buf[0] == '1') {
-               wprintf("<div class=\"infos\" "
+                wprintf("<div class=\"infos\" "
                 "onmouseover=\"javascript:document.getElementById('room_infos').style.display='block';\" "
                 "onmouseout=\"javascript:document.getElementById('room_infos').style.display='none';\" "
-                "> Informations about this room :</div>"
-                );
-                wprintf("<div id=\"room_infos\">");
+                "> ");
+                wprintf(_("Room info"));
+                wprintf("</div><div id=\"room_infos\">");
                 fmout("CENTER");
                 wprintf("</div>");
        }
index a2b76479e62de1c757b6a973894574718437ec2d..ce26eafaf89a8c639edaa34f9e5ded75a9c7a92a 100644 (file)
@@ -17,5 +17,6 @@
         <br>
         </div>
 </form>
+<div class="login_image"><img src="image&name=hello"></div>
 <div class="login_infos"><?LOGIN_INSTRUCTIONS></div>
 <?=endbox>
index 729228f5481d32380222d1d7f3d239f314ae25cf..a00a7d29a1550f6b5b2a39052f16bf38f58a7d41 100644 (file)
@@ -778,7 +778,7 @@ div.auto_complete ul strong.highlight {
         background-color: white;
 }
 
-.login_message, .login_hello {
+.login_message, .login_hello, .login_image {
         position: relative;
         margin-left: auto;
         margin-right: auto;
@@ -792,7 +792,6 @@ div.auto_complete ul strong.highlight {
        font-size: 16px;
 }
 
-
 #login_form {
         position: relative;
         display: block;