thomascube
2006-09-04 2f2f15b7aabe19e45dad9bddb7eb7f4394aa1e21
commit | author | age
4e17e6 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
T 2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
ded2b7 4 <title><roundcube:object name="pagetitle" /></title>
e66f5b 5 <roundcube:include file="/includes/links.html" />
4e17e6 6 <style type="text/css">
T 7
b595c9 8 #login-form {
T 9   margin-left: auto;
10   margin-right: auto;
11   margin-top: 50px;
12   width: 350px;
13 }
4e17e6 14
T 15 </style>
16 </head>
17 <body>
18
fad5c3 19 <img src="skins/default/images/roundcube_logo.png" id="rcmbtn104" width="165" height="55" border="0" alt="RoundCube Webmail" hspace="10" />
7902df 20
T 21 <roundcube:object name="message" id="message" />
4e17e6 22
T 23 <div id="login-form">
24 <form name="form" action="./" method="post">
25 <roundcube:object name="loginform" form="form" />
26
075a23 27 <p style="text-align: center;"><input type="submit" class="button" value="<roundcube:label name="login" />" /></p>
4e17e6 28
T 29 </form>
30 </div>
31
32 </body>
33 </html>