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 class="noscroll">
|
|
8
|
|
9 <roundcube:include file="/includes/header.html" />
|
|
10
|
|
11 <div id="mainscreen" class="offset">
|
|
12
|
|
13 <roundcube:if condition="env:task == 'settings'" />
|
|
14 <roundcube:include file="/includes/settingstabs.html" />
|
|
15 <roundcube:endif />
|
|
16
|
|
17 <div id="pluginbody" class="uibox contentbox">
|
|
18 <roundcube:object name="plugin.body" />
|
|
19 </div>
|
|
20
|
|
21 </div>
|
|
22
|
|
23 <roundcube:object name="plugin.footer" />
|
|
24
|
|
25 <roundcube:include file="/includes/footer.html" />
|
|
26
|
|
27 </body>
|
|
28 </html>
|