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.

error.html 504B

12345678910111213141516171819
  1. <!DOCTYPE html>
  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:framed" />
  8. <roundcube:if condition="env:extwin" /><body class="error extwin"><roundcube:else /><body class="error"><roundcube:endif />
  9. <roundcube:include file="/includes/header.html" />
  10. <roundcube:else />
  11. <body class="error iframe">
  12. <roundcube:endif />
  13. <div class="uibox centerbox errorbox">
  14. $__page_content
  15. </div>
  16. </body>
  17. </html>