]> git.donarmstrong.com Git - roundcube.git/blob - plugins/help/skins/default/templates/help.html
14b8fca52d0f6ac5872dc75eb850b3ac02b79d88
[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 tab = '#helptabdefault';
12     if (window.rcmail && rcmail.env.action) {
13         var action = rcmail.env.action.replace(/^plugin\.help/, '');
14         tab = '#helptab' + (action ? action : 'default');
15     }
16     $(tab).addClass('tablink-selected');
17 }              
18 </script>
19 </head>
20 <body>
21
22 <roundcube:include file="/includes/taskbar.html" />
23 <roundcube:include file="/includes/header.html" />
24
25 <div id="tabsbar">
26 <span id="helptabdefault" class="tablink"><roundcube:button name="helpdefault" href="?_task=dummy&_action=plugin.help" type="link" label="help.help" title="help.help" /></span>
27 <span id="helptababout" class="tablink"><roundcube:button name="helpabout" href="?_task=dummy&_action=plugin.helpabout" type="link" label="help.about" title="help.about" class="tablink" /></span>
28 <span id="helptablicense" class="tablink"><roundcube:button name="helplicense" href="?_task=dummy&_action=plugin.helplicense" type="link" label="help.license" title="help.license" class="tablink" /></span>
29 <roundcube:container name="helptabs" id="helptabsbar" />
30 <script type="text/javascript"> if (window.rcmail) rcmail.add_onload(help_init_settings_tabs);</script>
31 </div>
32
33 <div id="help-box">
34 <roundcube:object name="helpcontent" id="helpcontentframe" width="100%" height="100%" frameborder="0" src="/watermark.html" />
35 </div>
36
37 </body>
38 </html>