Thomas Bruederli
2012-08-06 c41a86e5cc26dc8ae37ed4b3fddcaa195b1616a4
commit | author | age
48e9c1 1 <roundcube:object name="doctype" value="html5" />
T 2 <html>
3 <head>
4 <title><roundcube:object name="pagetitle" /></title>
5 <roundcube:include file="/includes/links.html" />
6 <link rel="stylesheet" type="text/css" href="/this/help.css" />
7 </head>
8 <body>
9
10 <roundcube:include file="/includes/header.html" />
11
12 <div id="mainscreen">
13
14 <div id="helptoolbar" class="toolbar">
15 <roundcube:button name="helpdefault" href="?_task=help" type="link" label="help.help" title="help.help" class="button help" />
16 <roundcube:button name="helpabout" href="?_task=help&amp;_action=about" type="link" label="help.about" title="help.about" class="button about" />
17 <roundcube:button name="helplicense" href="?_task=help&amp;_action=license" type="link" label="help.license" title="help.license" class="button license" />
18 <roundcube:container name="helptabs" id="helptabsbar" />
19 </div>
20
21 <div id="pluginbody" class="uibox offset scroller">
22 <roundcube:object name="helpcontent" id="helpcontentframe" style="width:100%; height:99%" src="/watermark.html" />
23 </div>
24
25 </div>
26
27 <roundcube:include file="/includes/footer.html" />
28
29 </body>
30 </html>