Mercurial > hg > rc2
comparison skins/larry/templates/plugin.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 <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> |