mail/src/tpl/messagelist.html

14 lines
649 B
HTML

<div data-role="header" data-position="fixed">
<input type="button" id="backBtn" data-icon="arrow-l" value="Back" class="ui-btn-left">
<h1><%- folder %>: <%- account %></h1>
</div><!-- /header -->
<div data-role="content">
<ul id="message-list" data-role="listview" data-filter="true" data-theme="d" data-divider-theme="d"></ul>
</div><!-- /content -->
<div data-role="footer" data-position="fixed">
<input type="button" data-icon="refresh" id="refreshBtn" data-iconpos="notext" class="ui-btn-left">
<h4></h4>
<a href="#compose" data-role="button" data-icon="plus" data-iconpos="notext" class="ui-btn-right"></a>
</div><!-- /footer -->