* Eliminated the <tbody> from the message summary view. JS now replaces the entire...
[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 <table cellspacing=0 style="width:100%%">
7 <tr>
8 <th class="col1"><?_("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>
9 <th class="col2"><?_("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>
10 <th class="col3"><?_("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></th>
11 </tr>
12 </table>
13 </div>
14 <div id="message_list">
15 <div id="message_list_body">
16 <!-- end summary_header.html -->