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; |
0c219c
|
12 |
width: 380px; |
T |
13 |
border: 1px solid #999; |
|
14 |
} |
|
15 |
|
|
16 |
#login-form table td.title |
|
17 |
{ |
|
18 |
color: #666; |
|
19 |
text-align: right; |
|
20 |
padding-right: 10px; |
|
21 |
} |
|
22 |
|
|
23 |
.boxcontent { |
|
24 |
padding: 20px 20px 10px 20px; |
b595c9
|
25 |
} |
4e17e6
|
26 |
|
T |
27 |
</style> |
|
28 |
</head> |
|
29 |
<body> |
|
30 |
|
46bc52
|
31 |
<img src="/images/roundcube_logo.png" border="0" alt="<roundcube:object name='productname' />" style="margin:2px 12px" /> |
7902df
|
32 |
|
T |
33 |
<roundcube:object name="message" id="message" /> |
4e17e6
|
34 |
|
T |
35 |
<div id="login-form"> |
0c219c
|
36 |
<div class="boxtitle"><roundcube:label name="welcome" /></div> |
T |
37 |
<div class="boxcontent"> |
|
38 |
|
4e17e6
|
39 |
<form name="form" action="./" method="post"> |
e3e597
|
40 |
<roundcube:object name="loginform" form="form" autocomplete="off" /> |
4e17e6
|
41 |
|
0c219c
|
42 |
<p style="text-align:center;"><input type="submit" class="button" value="<roundcube:label name='login' />" /></p> |
4e17e6
|
43 |
|
T |
44 |
</form> |
|
45 |
</div> |
0c219c
|
46 |
</div> |
4e17e6
|
47 |
|
T |
48 |
</body> |
|
49 |
</html> |