Skip to content

Instantly share code, notes, and snippets.

@koos
Created October 28, 2009 21:02
Show Gist options
  • Save koos/220833 to your computer and use it in GitHub Desktop.
Save koos/220833 to your computer and use it in GitHub Desktop.
<script src="static/summaryview.js" type="text/javascript"></script>
<div id="message_list_hdr">
<table border="1">
<thead>
<tr>
<th class="col1" id="mlh_subject"><?_("Subject")></th>
<th class="col2" id="mlh_from"><?_("Sender")></th>
<th class="col3" id="mlh_date"><?_("Date")></th>
</tr>
</thead>
<tbody id="message_list_body" class="mailbox_summary">
<?ITERATE("MAIL:SUMM:MSGS", "mailsummary_section"))>
</tbody>
</table>
</div>
<div id="loading" style="display:none;">
<p><img src="static/throbber.gif" alt=""></p>
<p><?_("Loading messages from server, please wait")></p>
</div>
<div id="resize_msglist"></div>
<div id="preview_pane" style="display:none;"></div>
<div class="ctdlTemplate" id="listViewContextMenu">
<?_("Open in new window")><br>
<?_("Move")><br>
<?_("Copy")><br>
<?_("Delete")><br>
<?_("Print")><br>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment