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.

settings.html 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839
  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="noscroll extwin"><roundcube:else /><body class="noscroll"><roundcube:endif />
  8. <roundcube:include file="/includes/header.html" />
  9. <div id="mainscreen" class="offset">
  10. <h1 class="voice"><roundcube:label name="settings" /> : <roundcube:label name="preferences" /></h1>
  11. <roundcube:include file="/includes/settingstabs.html" />
  12. <div id="settings-right">
  13. <div id="sectionslist" class="uibox listbox" role="navigation" aria-labelledby="aria-label-pefsection">
  14. <h2 id="aria-label-pefsection" class="boxtitle"><roundcube:label name="section" /></h2>
  15. <div class="scroller">
  16. <roundcube:object name="sectionslist" id="sections-table" class="listing iconized" noheader="true" />
  17. </div>
  18. </div>
  19. <div id="preferences-box" class="uibox contentbox" role="main">
  20. <div class="iframebox">
  21. <roundcube:object name="prefsframe" id="preferences-frame" style="width:100%; height:100%" frameborder="0" src="/watermark.html" title="arialabelpreferencesform" />
  22. </div>
  23. </div>
  24. </div>
  25. </div>
  26. <roundcube:include file="/includes/footer.html" />
  27. </body>
  28. </html>