Mercurial > hg > rc1
comparison plugins/help/skins/classic/templates/help.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 <!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 <script type="text/javascript"> | |
8 function help_init_settings_tabs() | |
9 { | |
10 var action, tab = '#helptabindex'; | |
11 if (window.rcmail && (action = rcmail.env.action)) { | |
12 tab = '#helptab' + (action ? action : 'index'); | |
13 } | |
14 $(tab).addClass('tablink-selected'); | |
15 } | |
16 </script> | |
17 </head> | |
18 <roundcube:if condition="env:extwin" /> | |
19 <body class="extwin helpwin"> | |
20 <roundcube:object name="message" id="message" /> | |
21 <roundcube:button name="close" type="link" label="close" class="closelink" onclick="self.close()" /> | |
22 <roundcube:else /> | |
23 <body class="helpwin"> | |
24 <roundcube:include file="/includes/taskbar.html" /> | |
25 <roundcube:include file="/includes/header.html" /> | |
26 <roundcube:endif /> | |
27 | |
28 <div id="tabsbar"> | |
29 <span id="helptabindex" class="tablink"><roundcube:object name="tablink" action="index" type="link" label="help.help" title="help.help" /></span> | |
30 <span id="helptababout" class="tablink"><roundcube:object name="tablink" action="about" type="link" label="help.about" title="help.about" class="tablink" /></span> | |
31 <span id="helptablicense" class="tablink"><roundcube:object name="tablink" action="license" type="link" label="help.license" title="help.license" class="tablink" /></span> | |
32 <roundcube:container name="helptabs" id="helptabsbar" /> | |
33 <script type="text/javascript"> if (window.rcmail) rcmail.add_onload(help_init_settings_tabs);</script> | |
34 </div> | |
35 | |
36 <div id="mainscreen" class="box help-box"> | |
37 <roundcube:object name="helpcontent" id="helpcontentframe" width="100%" height="100%" frameborder="0" src="/watermark.html" /> | |
38 </div> | |
39 | |
40 </body> | |
41 </html> |