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

123456789101112131415161718192021222324252627282930313233343536373839
  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. <script type="text/javascript" src="/functions.js"></script>
  7. <script type="text/javascript" src="/splitter.js"></script>
  8. <style type="text/css">
  9. #sectionslist { width: <roundcube:exp expression="!empty(cookie:prefsviewsplitter) ? cookie:prefsviewsplitter-5 : 190" />px; }
  10. #prefs-box { left: <roundcube:exp expression="!empty(cookie:prefsviewsplitter) ? cookie:prefsviewsplitter+5 : 200" />px; }
  11. </style>
  12. </head>
  13. <body>
  14. <roundcube:include file="/includes/taskbar.html" />
  15. <roundcube:include file="/includes/header.html" />
  16. <roundcube:include file="/includes/settingstabs.html" />
  17. <div id="mainscreen">
  18. <div id="sectionslist">
  19. <roundcube:object name="sectionslist" id="sections-table" class="records-table" cellspacing="0" />
  20. </div>
  21. <script type="text/javascript">
  22. var prefviewsplit = new rcube_splitter({id:'prefsviewsplitter', p1: 'sectionslist', p2: 'prefs-box', orientation: 'v', relative: true, start: 195});
  23. rcmail.add_onload('prefviewsplit.init()');
  24. </script>
  25. <div id="prefs-box">
  26. <roundcube:object name="prefsframe" id="prefs-frame" width="100%" height="100%" frameborder="0" src="/watermark.html" />
  27. </div>
  28. </div>
  29. </body>
  30. </html>