Aleksander Machniak
2014-03-11 b23f2007a3c869f8794adc8e9c0ddd879e7bbed1
commit | author | age
879b05 1 <roundcube:object name="doctype" value="html5" />
T 2 <html>
e7c445 3 <head>
T 4 <title><roundcube:object name="pagetitle" /></title>
5 <meta name="Robots" content="noindex,nofollow" />
6 <roundcube:include file="/includes/links.html" />
7 </head>
8 <body>
9
10 <div id="login-form">
11 <div class="box-inner">
02b1a1 12 <roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" />
e7c445 13
deb2b8 14 <roundcube:form name="form" method="post">
b23f20 15 <roundcube:object name="loginform" form="form" size="40" submit=true />
e7c445 16 </form>
b23f20 17
e7c445 18 </div>
T 19
20 <div class="box-bottom">
21     <roundcube:object name="message" id="message" />
b6add5 22     <noscript>
TB 23         <p class="noscriptwarning"><roundcube:label name="noscriptwarning" /></p>
24     </noscript>
e7c445 25 </div>
T 26
27 <div id="bottomline">
b6267d 28     <roundcube:var name="config:product_name"> <roundcube:object name="version" condition="config:display_version" />
e7c445 29     <roundcube:if condition="config:support_url" />
T 30         &nbsp;&#9679;&nbsp; <a href="<roundcube:var name='config:support_url' />" target="_blank" class="support-link"><roundcube:label name="support" /></a>
31     <roundcube:endif />
32     <roundcube:container name="loginfooter" id="bottomline" />
33 </div>
34 </div>
35
822a1e 36 <roundcube:include file="/includes/footer.html" />
T 37
071c78 38 <roundcube:object name="preloader" images="
T 39   /images/ajaxloader.gif
12e93c 40   /images/ajaxloader_dark.gif
071c78 41   /images/buttons.png
T 42   /images/addcontact.png
43   /images/filetypes.png
44   /images/listicons.png
45   /images/messages.png
12e93c 46   /images/messages_dark.png
071c78 47   /images/quota.png
T 48   /images/selector.png
49   /images/splitter.png
50   /images/watermark.jpg
51 " />
52
e7c445 53 </body>
T 54 </html>