comparison skins/classic/templates/login.html @ 0:1e000243b222

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:50:29 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1e000243b222
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 </head>
7 <body>
8
9 <roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" style="margin:0 11px" />
10
11 <roundcube:object name="message" id="message" />
12
13 <div id="login-form">
14 <div class="boxtitle"><roundcube:label name="welcome" /></div>
15 <div class="boxcontent">
16
17 <roundcube:form name="form" method="post">
18 <roundcube:object name="loginform" form="form" submit=true />
19 </form>
20
21 </div>
22 </div>
23
24 <noscript>
25 <p id="login-noscriptwarning"><roundcube:label name="noscriptwarning" /></p>
26 </noscript>
27
28 <div id="login-bottomline">
29 <roundcube:var name="config:product_name"> <roundcube:object name="version" condition="config:display_version" />
30 <roundcube:if condition="config:support_url" />
31 &nbsp;&#9679;&nbsp; <a href="<roundcube:var name='config:support_url' />" target="_blank" class="support-link"><roundcube:label name="support" /></a>
32 <roundcube:endif />
33 <roundcube:container name="loginfooter" id="bottomline" />
34 </div>
35
36 <roundcube:object name="preloader" images="
37 /images/icons/folders.png
38 /images/mail_footer.png
39 /images/taskicons.gif
40 /images/display/loading.gif
41 /images/pagenav.gif
42 /images/mail_toolbar.png
43 /images/searchfield.gif
44 /images/messageicons.png
45 /images/icons/reset.gif
46 /images/abook_toolbar.png
47 /images/icons/groupactions.png
48 /images/watermark.gif
49 " />
50
51 </body>
52 </html>