source: subversion/branches/devel-vnext/skins/default/templates/login.html @ 966

Last change on this file since 966 was 966, checked in by till, 5 years ago
File size: 1.1 KB
Line 
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: 380px;
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;
25}
26
27</style>
28</head>
29<body>
30
31<img src="/images/roundcube_logo.png" width="165" height="55" border="0" alt="<roundcube:object name='productname' />" hspace="12" vspace="2"/>
32
33<roundcube:object name="message" id="message" />
34
35<div id="login-form">
36<div class="boxtitle"><roundcube:label name="welcome" /></div>
37<div class="boxcontent">
38
39<form name="form" action="./" method="post">
40<roundcube:object name="loginform" form="form" />
41
42<p style="text-align:center;"><input type="submit" class="button" value="<roundcube:label name='login' />" /></p>
43
44</form>
45</div>
46</div>
47
48</body>
49</html>
Note: See TracBrowser for help on using the repository browser.