]> git.donarmstrong.com Git - roundcube.git/blob - skins/default/templates/login.html
d16a08fdd9a4e5db8c6932ada9192ab71b09e0c2
[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 <style type="text/css">
8
9 #login-form {
10   margin-left: auto;
11   margin-right: auto;
12   margin-top: 50px;
13   width: 380px;
14   border: 1px solid #999;
15 }
16
17 #login-form table td.title
18 {
19   color: #666;
20   text-align: right;
21   padding-right: 10px;
22 }
23
24 .boxcontent {
25   padding: 20px 20px 10px 20px;
26 }
27
28 </style>
29 </head>
30 <body>
31
32 <img src="/images/roundcube_logo.png" border="0" alt="<roundcube:object name='productname' />" style="margin:2px 12px" />
33
34 <roundcube:object name="message" id="message" />
35
36 <div id="login-form">
37 <div class="boxtitle"><roundcube:label name="welcome" /></div>
38 <div class="boxcontent">
39
40 <form name="form" action="./" method="post">
41 <roundcube:object name="loginform" form="form" autocomplete="off" />
42
43 <p style="text-align:center;"><input type="submit" class="button mainaction" value="<roundcube:label name='login' />" /></p>
44
45 </form>
46 </div>
47 </div>
48
49 </body>
50 </html>