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.

messageerror.html 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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='productname' /> :: <roundcube:label name='servererror' /></title>
  5. <roundcube:include file="/includes/links.html" />
  6. <roundcube:if condition="env:action!='show'" />
  7. </head>
  8. <body class="iframe" style="background-color:#F2F2F2;">
  9. <div style="margin:20px auto; text-align:center">
  10. <img src="/images/watermark.gif" width="260" height="228" alt="" />
  11. </div>
  12. </body>
  13. <roundcube:else />
  14. <script type="text/javascript" src="/splitter.js"></script>
  15. <script type="text/javascript" src="/functions.js"></script>
  16. <style type="text/css">
  17. #mailboxlist-container { width: <roundcube:exp expression="!empty(cookie:mailviewsplitterv) ? cookie:mailviewsplitterv-5 : 170" />px; }
  18. #messageframe { left: <roundcube:exp expression="!empty(cookie:mailviewsplitterv) ? cookie:mailviewsplitterv+5 : 180" />px; }
  19. </style>
  20. </head>
  21. <body>
  22. <roundcube:include file="/includes/taskbar.html" />
  23. <roundcube:include file="/includes/header.html" />
  24. <div id="messagetoolbar">
  25. <roundcube:button command="list" type="link" class="button back" classAct="button back" classSel="button backSel" title="backtolist" content=" " />
  26. <roundcube:button command="compose" type="link" class="button compose" classAct="button compose" classSel="button composeSel" title="writenewmessage" content=" " />
  27. </div>
  28. <div id="mainscreen">
  29. <div id="mailleftcontainer">
  30. <div id="mailboxlist-container">
  31. <div class="boxtitle"><roundcube:label name="mailboxlist" /></div>
  32. <div class="boxlistcontent">
  33. <roundcube:object name="mailboxlist" id="mailboxlist" class="treelist" folder_filter="mail" />
  34. </div>
  35. <div class="boxfooter"></div>
  36. </div>
  37. </div>
  38. <div id="messageframe" style="background-color:#F2F2F2;">
  39. <div style="margin:20px auto; text-align:center">
  40. <img src="/images/watermark.gif" width="260" height="228" alt="" />
  41. </div>
  42. </div>
  43. </div>
  44. <script type="text/javascript">
  45. var mailviewsplitv = new rcube_splitter({id:'mailviewsplitterv', p1: 'mailboxlist-container', p2: 'messageframe', orientation: 'v', relative: true, start: 165});
  46. rcmail.add_onload('mailviewsplitv.init()');
  47. </script>
  48. <script type="text/javascript">
  49. rcube_init_mail_ui();
  50. </script>
  51. </body>
  52. <roundcube:endif />
  53. </html>