]> git.donarmstrong.com Git - roundcube.git/blob - plugins/help/skins/default/templates/help.html
Imported Upstream version 0.5
[roundcube.git] / plugins / help / skins / default / templates / help.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
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 <link rel="stylesheet" type="text/css" href="/settings.css" />
8 <script type="text/javascript">
9 function help_init_settings_tabs()
10 {
11     var action, tab = '#helptabdefault';
12     if (window.rcmail && (action = rcmail.env.action)) {
13             tab = '#helptab' + (action ? action : 'default');
14     }
15     $(tab).addClass('tablink-selected');
16 }              
17 </script>
18 </head>
19 <body>
20
21 <roundcube:include file="/includes/taskbar.html" />
22 <roundcube:include file="/includes/header.html" />
23
24 <div id="tabsbar">
25 <span id="helptabdefault" class="tablink"><roundcube:button name="helpdefault" href="?_task=help" type="link" label="help.help" title="help.help" /></span>
26 <span id="helptababout" class="tablink"><roundcube:button name="helpabout" href="?_task=help&_action=about" type="link" label="help.about" title="help.about" class="tablink" /></span>
27 <span id="helptablicense" class="tablink"><roundcube:button name="helplicense" href="?_task=help&_action=license" type="link" label="help.license" title="help.license" class="tablink" /></span>
28 <roundcube:container name="helptabs" id="helptabsbar" />
29 <script type="text/javascript"> if (window.rcmail) rcmail.add_onload(help_init_settings_tabs);</script>
30 </div>
31
32 <div id="mainscreen" class="box help-box">
33 <roundcube:object name="helpcontent" id="helpcontentframe" width="100%" height="100%" frameborder="0" src="/watermark.html" />
34 </div>
35
36 </body>
37 </html>