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