|
0
|
1 <roundcube:object name="doctype" value="html5" />
|
|
|
2 <html>
|
|
|
3 <head>
|
|
|
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 <h1 class="voice"><roundcube:object name="productname" /> <roundcube:label name="login" /></h1>
|
|
|
11
|
|
|
12 <div id="login-form">
|
|
|
13 <div class="box-inner" role="main">
|
|
|
14 <roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" />
|
|
|
15
|
|
|
16 <roundcube:form name="form" method="post">
|
|
|
17 <roundcube:object name="loginform" form="form" size="40" submit=true />
|
|
|
18 </form>
|
|
|
19
|
|
|
20 </div>
|
|
|
21
|
|
|
22 <div class="box-bottom" role="complementary">
|
|
|
23 <roundcube:object name="message" id="message" />
|
|
|
24 <noscript>
|
|
|
25 <p class="noscriptwarning"><roundcube:label name="noscriptwarning" /></p>
|
|
|
26 </noscript>
|
|
|
27 </div>
|
|
|
28
|
|
|
29 <div id="bottomline" role="contentinfo">
|
|
|
30 <roundcube:object name="productname" /> <roundcube:object name="version" condition="config:display_version" />
|
|
|
31 <roundcube:if condition="config:support_url" />
|
|
|
32 ● <a href="<roundcube:var name='config:support_url' />" target="_blank" class="support-link"><roundcube:label name="support" /></a>
|
|
|
33 <roundcube:endif />
|
|
|
34 <roundcube:container name="loginfooter" id="bottomline" />
|
|
|
35 </div>
|
|
|
36 </div>
|
|
|
37
|
|
|
38 <roundcube:include file="/includes/footer.html" />
|
|
|
39
|
|
|
40 <roundcube:object name="preloader" images="
|
|
|
41 /images/ajaxloader.gif
|
|
|
42 /images/ajaxloader_dark.gif
|
|
|
43 /images/buttons.png
|
|
|
44 /images/addcontact.png
|
|
|
45 /images/filetypes.png
|
|
|
46 /images/listicons.png
|
|
|
47 /images/messages.png
|
|
|
48 /images/messages_dark.png
|
|
|
49 /images/quota.png
|
|
|
50 /images/selector.png
|
|
|
51 /images/splitter.png
|
|
|
52 /images/watermark.jpg
|
|
|
53 " />
|
|
|
54
|
|
|
55 </body>
|
|
|
56 </html>
|