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 <roundcube:if condition="env:extwin" /><body class="extwin"><roundcube:else /><body><roundcube:endif />
|
|
8
|
|
9 <roundcube:include file="/includes/header.html" />
|
|
10
|
|
11 <div id="mainscreen">
|
|
12
|
|
13 <div id="helptoolbar" class="toolbar">
|
|
14 <roundcube:object name="tablink" action="index" type="link" label="help.help" title="help.help" class="button help" />
|
|
15 <roundcube:object name="tablink" action="about" type="link" label="help.about" title="help.about" class="button about" />
|
|
16 <roundcube:object name="tablink" action="license" type="link" label="help.license" title="help.license" class="button license" />
|
|
17 <roundcube:container name="helptabs" id="helptabsbar" />
|
|
18 </div>
|
|
19
|
|
20 <div id="pluginbody" class="uibox offset">
|
|
21 <div class="iframebox help_<roundcube:var name='env:action' />">
|
|
22 <roundcube:object name="helpcontent" id="helpcontentframe" style="width:100%; height:100%" frameborder="0" src="/watermark.html" />
|
|
23 </div>
|
|
24 </div>
|
|
25
|
|
26 </div>
|
|
27
|
|
28 <roundcube:include file="/includes/footer.html" />
|
|
29
|
|
30 </body>
|
|
31 </html>
|