Aleksander Machniak
2016-01-25 96d7f79a38f712aa4ec63f473bb02b52faae61ff
commit | author | age
15f48a 1 <!DOCTYPE html>
T 2 <html>
3 <head>
4 <title><roundcube:object name="pagetitle" /></title>
5 <roundcube:include file="/includes/links.html" />
6 </head>
d30460 7 <roundcube:if condition="!env:framed" />
96d7f7 8 <roundcube:if condition="env:extwin" /><body class="error extwin"><roundcube:else /><body class="error"><roundcube:endif />
15f48a 9 <roundcube:include file="/includes/header.html" />
d30460 10 <roundcube:else />
TB 11 <body class="error iframe">
12 <roundcube:endif />
15f48a 13
e19229 14 <div class="uibox centerbox errorbox">
15f48a 15 $__page_content
T 16 </div>
17
18 </body>
19 </html>