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.1KB

12345678910111213141516171819202122232425262728293031
  1. <roundcube:object name="doctype" value="html5" />
  2. <html>
  3. <head>
  4. <title><roundcube:object name="pagetitle" /></title>
  5. <roundcube:include file="/includes/links.html" />
  6. </head>
  7. <roundcube:if condition="env:extwin" /><body class="extwin"><roundcube:else /><body><roundcube:endif />
  8. <roundcube:include file="/includes/header.html" />
  9. <div id="mainscreen">
  10. <div id="helptoolbar" class="toolbar">
  11. <roundcube:object name="tablink" action="index" type="link" label="help.help" title="help.help" class="button help" />
  12. <roundcube:object name="tablink" action="about" type="link" label="help.about" title="help.about" class="button about" />
  13. <roundcube:object name="tablink" action="license" type="link" label="help.license" title="help.license" class="button license" />
  14. <roundcube:container name="helptabs" id="helptabsbar" />
  15. </div>
  16. <div id="pluginbody" class="uibox offset">
  17. <div class="iframebox help_<roundcube:var name='env:action' />">
  18. <roundcube:object name="helpcontent" id="helpcontentframe" style="width:100%; height:100%" frameborder="0" src="/watermark.html" />
  19. </div>
  20. </div>
  21. </div>
  22. <roundcube:include file="/includes/footer.html" />
  23. </body>
  24. </html>