]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/login.html
Numerous style changes to the 'edit message' dialog. The save,
[citadel.git] / webcit / static / t / login.html
index 7afc0edc0fede8c2366bbc9dd5480bbfdaf7a576..ba4126d8ff6202d6099f01010520f940ba85ac76 100644 (file)
@@ -1,46 +1,54 @@
 <?=("head")>
+<!-- start login.html -->
+<noscript><div id="noscript_warning">
+<?_("WARNING: You have JavaScript disabled in your web browser.  Many functions of this system will not work properly.")>
+</div></noscript>
 <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)>
-<?IMPORTANTMESSAGE>
+<div class="login_message"><?IMPORTANTMESSAGE></div>
 <?!("X", 1)>
-
-<div class="login_message"></div>
+<div class="login_image"><img src="image?name=hello" alt=""></div>
 <form action="login" method="POST"  class="box" id="login_form">
+<div>
         <label for="uname"><?_("User name:")></label>
         <input type="text" name="name" id="uname" > <br>
         <label for="pname"><?_("Password:")></label>
         <input type="password" name="pass" id="pname" > <br>
         <label for="lname"><?_("Language:")></label>
         <?LANG:SELECT> <br>
+</div>
         <div class="logbuttons">
-        <input type="submit" name="login_action" value="<?_("Login")>" class="logbutton">
+        <input type="submit" name="login_action" value="<?_("Login")>" class="button">
        <??("COND:SERV:NEWU", 1)>
-        <div style="display:none;">
-        <input type="submit" name="newuser_action" value="<?_("New User")>" class="logbutton" >
-        </div>
+        <input name="newuser_action" value="<?_("New User")>" class="button" type="submit">
        <??("X", 1)>
-        <input type="submit" name="exit_action" value="<?_("Exit")>"  class="logbutton">
+        <input type="submit" name="exit_action" value="<?_("Exit")>" class="button">
         <br>
         </div>
 </form>
-<??("COND:SERV:OPENID", 3)>
-  <div align=center>
+<?!("COND:SERV:OPENID", 3)>
+  <div id="openid" class="login_using_openid_link">
   <a href="display_openid_login">
-  <img src="static/openid-small.gif" border="0" valign="middle">
+  <img src="static/openid-small.gif" alt="" border="0" valign="middle">
   <?_("Log in using OpenID")></a>
   </div>
 <??("X", 3)>
-<div class="login_image"><img src="image&name=hello"></div>
 <div class="login_infos">
 <ul><li><b><?_("If you already have an account on")> <?SERV:HUMANNODE></b>,
-<?_("enter your user name and password and click &quot;Login.&quot;<li><b>If you are a new user</b>, enter the name and password you wish to use, and click &quot;New User.&quot; <li>Please log off properly when finished. <li>You must use a browser that supports <i>frames</i> and <i>cookies</i>. <li>Also keep in mind that if your browser is configured to block pop-up windows, you will not be able to receive any instant messages.")>
-<br /> </ul>
+<?_("enter your user name and password and click &quot;Login.&quot;")></li>
+<li><?_("<b>If you are a new user</b>, enter the name and password you wish to use, and click &quot;New User.&quot; ")></li>
+<li><?_("Please log off properly when finished. ")></li>
+<li><?_("See the")> <a href="http://www.citadel.org/doku.php/faq:everydayuse:webcit_browser"><?_("recommended browser list")></a> <?_("if you have trouble using Webcit.</li> <li>You must have <i>cookies</i> turned on. ")></li>
+<li><?_("Also keep in mind that if your browser is configured to block pop-up windows, you will not be able to receive any instant messages.")></li></ul>
  
 </div>
+</div>
+<!-- end login.html -->
 <?=("endbox")>
 <?=("trailing")>