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