]> git.donarmstrong.com Git - roundcube.git/blob - skins/default/templates/login.html
Imported Upstream version 0.6+dfsg
[roundcube.git] / skins / default / templates / login.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title><roundcube:object name="pagetitle" /></title>
5 <meta name="Robots" content="noindex,nofollow" />
6 <roundcube:include file="/includes/links.html" />
7 </head>
8 <body>
9
10 <roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" style="margin:0 11px" />
11
12 <roundcube:object name="message" id="message" />
13
14 <div id="login-form">
15 <div class="boxtitle"><roundcube:label name="welcome" /></div>
16 <div class="boxcontent">
17
18 <form name="form" action="./" method="post">
19 <roundcube:object name="loginform" form="form" />
20
21 <p style="text-align:center;"><input type="submit" class="button mainaction" value="<roundcube:label name='login' />" /></p>
22
23 </form>
24 </div>
25 </div>
26
27 <roundcube:object name="preloader" images="
28     /images/icons/folders.png
29     /images/mail_footer.png
30     /images/taskicons.gif
31     /images/display/loading.gif
32     /images/pagenav.gif
33     /images/mail_toolbar.png
34     /images/searchfield.gif
35     /images/messageicons.png
36     /images/icons/reset.gif
37     /images/abook_toolbar.png
38     /images/icons/groupactions.png
39     /images/watermark.gif
40 " />
41
42 </body>
43 </html>