comparison skins/larry/templates/settings.html @ 0:4681f974d28b

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:52:31 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4681f974d28b
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 <roundcube:if condition="env:extwin" /><body class="noscroll extwin"><roundcube:else /><body class="noscroll"><roundcube:endif />
8
9 <roundcube:include file="/includes/header.html" />
10
11 <div id="mainscreen" class="offset">
12
13 <h1 class="voice"><roundcube:label name="settings" /> : <roundcube:label name="preferences" /></h1>
14
15 <roundcube:include file="/includes/settingstabs.html" />
16
17 <div id="settings-right">
18
19 <div id="sectionslist" class="uibox listbox" role="navigation" aria-labelledby="aria-label-pefsection">
20 <h2 id="aria-label-pefsection" class="boxtitle"><roundcube:label name="section" /></h2>
21 <div class="scroller">
22 <roundcube:object name="sectionslist" id="sections-table" class="listing iconized" noheader="true" />
23 </div>
24 </div>
25
26 <div id="preferences-box" class="uibox contentbox" role="main">
27 <div class="iframebox">
28 <roundcube:object name="prefsframe" id="preferences-frame" style="width:100%; height:100%" frameborder="0" src="/watermark.html" title="arialabelpreferencesform" />
29 </div>
30 </div>
31
32 </div>
33
34 </div>
35
36 <roundcube:include file="/includes/footer.html" />
37
38 </body>
39 </html>