You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

help.html 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. <div id="tabsbar">
  28. <span id="helptabindex" class="tablink"><roundcube:object name="tablink" action="index" type="link" label="help.help" title="help.help" /></span>
  29. <span id="helptababout" class="tablink"><roundcube:object name="tablink" action="about" type="link" label="help.about" title="help.about" class="tablink" /></span>
  30. <span id="helptablicense" class="tablink"><roundcube:object name="tablink" action="license" type="link" label="help.license" title="help.license" class="tablink" /></span>
  31. <roundcube:container name="helptabs" id="helptabsbar" />
  32. <script type="text/javascript"> if (window.rcmail) rcmail.add_onload(help_init_settings_tabs);</script>
  33. </div>
  34. <div id="mainscreen" class="box help-box">
  35. <roundcube:object name="helpcontent" id="helpcontentframe" width="100%" height="100%" frameborder="0" src="/watermark.html" />
  36. </div>
  37. </body>
  38. </html>