* fix preview_pane scroll memory bug
[citadel.git] / webcit / static / t / login.html
1 <?=("head")>
2 <!-- start login.html -->
3 <div id="login_screen">
4 <div class="box">
5 <div class="boxlabel"><?SERV:HUMANNODE> - <?_("powered by")> <a href="http://www.citadel.org">Citadel</a></div>
6 <div class="boxcontent">
7 <div id="hellomsg">
8 <?SERV:MESG("hello")>
9 </div>
10 <?!("COND:IMPMSG", 1)>
11 <div class="login_message"><?IMPORTANTMESSAGE></div>
12 <?!("X", 1)>
13 <div class="login_image"><img src="image?name=hello" alt=""></div>
14 <form action="login" method="POST"  class="box" id="login_form">
15 <div>
16         <label for="uname"><?_("User name:")></label>
17         <input type="text" name="name" id="uname" > <br>
18         <label for="pname"><?_("Password:")></label>
19         <input type="password" name="pass" id="pname" > <br>
20         <label for="lname"><?_("Language:")></label>
21         <?LANG:SELECT> <br>
22 </div>
23         <div class="logbuttons">
24         <input type="submit" name="login_action" value="<?_("Login")>"   class="logbutton">
25         <??("COND:SERV:NEWU", 1)>
26         <input name="newuser_action" value="<?_("New User")>" class="logbutton" type="submit">
27         <??("X", 1)>
28         <input type="submit" name="exit_action" value="<?_("Exit")>"  class="logbutton">
29         <br>
30         </div>
31 </form>
32 <?!("COND:SERV:OPENID", 3)>
33   <div id="openid" class="login_using_openid_link">
34   <a href="display_openid_login">
35   <img src="static/openid-small.gif" border="0" valign="middle">
36   <?_("Log in using OpenID")></a>
37   </div>
38 <??("X", 3)>
39 <div class="login_infos">
40 <ul><li><b><?_("If you already have an account on")> <?SERV:HUMANNODE></b>,
41 <?_("enter your user name and password and click &quot;Login.&quot;")></li>
42 <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>
43 <li><?_("Please log off properly when finished. ")></li>
44 <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>
45 <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>
46  
47 </div>
48 </div>
49 <!-- end login.html -->
50 <?=("endbox")>
51 <?=("trailing")>