comparison plugins/managesieve/skins/larry/templates/vacation.html @ 0:1e000243b222

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:50:29 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1e000243b222
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 <h1 class="voice"><roundcube:label name="settings" /> : <roundcube:label name="managesieve.vacation" /></h1>
14
15 <roundcube:include file="/includes/settingstabs.html" />
16
17 <div id="managesieve-vacation" class="uibox contentbox" role="main" aria-labelledby="aria-label-vacationform">
18 <div>
19 <h2 class="boxtitle" id="aria-label-vacationform"><roundcube:label name="managesieve.vacation" /></h2>
20 <roundcube:object name="vacationform" id="vacationform" class="propform boxcontent tabbed" />
21 </div>
22 <div class="footerleft formbuttons">
23 <roundcube:button command="plugin.managesieve-save" type="input" class="button mainaction" label="save" />
24 </div>
25 </div>
26
27 </div>
28
29 <roundcube:include file="/includes/footer.html" />
30
31 </body>
32 </html>