Merge new summary view branches changes into trunk
[citadel.git] / webcit / static / t / summary_header.html
1 <!-- begin summary_header.html -->
2 <script language="javascript" type="text/javascript">
3   document.onkeydown = CtdlMsgListKeyPress;
4 </script>
5 <div id="message_list_hdr">
6 <div class="fix_scrollbar_bug">
7    <table cellspacing=0 style="width:100%%">
8  <tr>
9  <th width=50%><?_("Subject")><a href="readfwd?startmsg=1&amp;maxmsgs=9999999&amp;is_summary=1&amp;SortOrder=<?SORT:ORDER("subject")>&amp;SortBy=<?SORT:NEXT("subject")>"><img src="<?SORT:ICON("subject")>" /></a> </th>
10  <th width=30%><?_("Sender")><a href="readfwd?startmsg=1&amp;maxmsgs=9999999&amp;is_summary=1&amp;SortOrder=<?SORT:ORDER("sender")>&amp;SortBy=<?SORT:NEXT("sender")>"><img src="<?SORT:ICON("sender")>" /></a> </th>
11  <th width=20%><?_("Date")><a href="readfwd?startmsg=1&amp;maxmsgs=9999999&amp;is_summary=1&amp;SortOrder=<?SORT:ORDER("date")>&amp;SortBy=<?SORT:NEXT("date")>"><img border="0" src="<?SORT:ICON("date")>" /></a>
12 &nbsp; <input type="submit" name="delete_button" id="delbutton" onClick="CtdlDeleteSelectedMessages(event)" value="<?_("Delete")>"></th>
13 </tr>
14 </table></div></div>
15 <div id="message_list">
16 <div class="fix_scrollbar_bug">
17 <table class="mailbox_summary" id="summary_headers" "cellspacing=0 style="width:100%;-moz-user-select:none;">
18 <!-- end summary_header.html -->