You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
roundcubemail/skins/elastic/templates/error.html

19 lines
654 B
HTML

<roundcube:include file="/includes/layout.html" />
<roundcube:if condition="!env:framed && !env:extwin" />
<roundcube:include file="/includes/menu.html" />
<div id="content" class="content selected" role="main">
<div class="header">
<a class="button icon menu-button" href="#menu"><span class="inner"><roundcube:label name="menu" /></span></a>
<a class="button icon back-list-button" href="#back"><span class="inner"><roundcube:label name="back" /></span></a>
</div>
<roundcube:else />
<div id="content" class="content selected" role="main">
<roundcube:endif />
$__page_content
</div>
<roundcube:include file="/includes/footer.html" />