]> git.donarmstrong.com Git - roundcube.git/blob - skins/default/templates/login.html
Imported Upstream version 0.1~beta2.2~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 <roundcube:include file="/includes/links.html" />
6 <style type="text/css">
7
8 #login-form {
9   margin-left: auto;
10   margin-right: auto;
11   margin-top: 50px;
12   width: 350px;
13 }
14
15 </style>
16 </head>
17 <body>
18
19 <img src="skins/default/images/roundcube_logo.png" id="rcmbtn104" width="165" height="55" border="0" alt="RoundCube Webmail" hspace="10" />
20
21 <roundcube:object name="message" id="message" />
22
23 <div id="login-form">
24 <form name="form" action="./" method="post">
25 <roundcube:object name="loginform" form="form" />
26
27 <p style="text-align: center;"><input type="submit" class="button" value="<roundcube:label name="login" />" />
28
29 </form>
30 </div>
31
32 </body>
33 </html>