Moved the noscript warning to head.html
[citadel.git] / webcit / static / t / openid_login.html
1 <?=("head")>
2 <!-- start openid_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="openid_login" method="POST"  class="box" id="login_form">
15 <div>
16         <label for="openid_url"><?_("OpenID URL:")></label>
17         <input type="text" name="openid_url" id="openid_url" class="openid_urlarea" > <br>
18         <label for="lname"><?_("Language:")></label>
19         <?LANG:SELECT> <br>
20 </div>
21         <div class="logbuttons">
22         <input type="submit" name="login_action" value="<?_("Log in")>"   class="logbutton">
23         <input type="submit" name="exit_action" value="<?_("Exit")>"  class="logbutton">
24         <br>
25         </div>
26 </form>
27 <div id="convlogin">
28   <p><a href="display_login"><?_("Log in using a user name and password")></a></p>
29   </div>
30 <div class="login_infos">
31 <ul><li><?_("Enter your OpenID URL and click &quot;Log in&quot;.")></li>
32 <li><a href="http://www.citadel.org/doku.php/documentation:openid">
33 <?_("Click here to learn what OpenID is and how Citadel is using it.")></a></li>
34 <li><?_("Please log off properly when finished. ")></li>
35 <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>
36 <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>
37  
38 </div>
39 </div>
40 <!-- end login.html -->
41 <?=("endbox")>
42 <?=("trailing")>