2 <!-- start login.html -->
3 <div id=
"login_screen">
5 <div class=
"boxlabel"><?SERV:HUMANNODE> -
<?_(
"powered by")
> <a href=
"http://www.citadel.org">Citadel
</a></div>
6 <div class=
"boxcontent">
10 <?!(
"COND:IMPMSG",
1)
>
11 <div class=
"login_message"><?IMPORTANTMESSAGE></div>
13 <div class=
"login_image"><img src=
"image?name=hello" alt=
""></div>
14 <form action=
"login" method=
"POST" class=
"box" id=
"login_form">
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>
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">
28 <input type=
"submit" name=
"exit_action" value=
"<?_("Exit
")>" class=
"logbutton">
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>
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 "Login."")
></li>
42 <li><?_(
"<b>If you are a new user</b>, enter the name and password you wish to use, and click "New User." ")
></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>
49 <!-- end login.html -->