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.
17 lines
694 B
HTML
17 lines
694 B
HTML
<roundcube:include file="includes/layout.html" />
|
|
<roundcube:include file="includes/menu.html" condition="!env:framed && !env:extwin" />
|
|
|
|
<h1 class="voice"><roundcube:label name="messageopenerror" /></h1>
|
|
|
|
<div class="content selected">
|
|
<roundcube:if condition="env:action == 'show'" />
|
|
<h2 id="aria-label-toolbar" class="voice"><roundcube:label name="arialabeltoolbar" /></h2>
|
|
<div class="header" role="toolbar" aria-labelledby="aria-label-toolbar">
|
|
<a class="button icon back-list-button" href="#back"><span class="inner"><roundcube:label name="back" /></span></a>
|
|
</div>
|
|
<roundcube:endif />
|
|
<div class="watermark"></div>
|
|
</div>
|
|
|
|
<roundcube:include file="includes/footer.html" />
|