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