oops, forgot to add this file.
authorWilfried Goesgens <dothebart@citadel.org>
Fri, 15 Jul 2011 15:07:07 +0000 (15:07 +0000)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 21:36:22 +0000 (21:36 +0000)
webcit/static/t/summary/header.html [new file with mode: 0644]

diff --git a/webcit/static/t/summary/header.html b/webcit/static/t/summary/header.html
new file mode 100644 (file)
index 0000000..254d029
--- /dev/null
@@ -0,0 +1,16 @@
+<!-- begin summary_header.html -->
+<script language="javascript" type="text/javascript">
+  document.onkeydown = CtdlMsgListKeyPress;
+</script>
+<div id="message_list_hdr">
+<table cellspacing=0 style="width:100%%">
+<tr>
+<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>
+<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>
+<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>
+</tr>
+</table>
+</div>
+<div id="message_list">
+<div id="message_list_body">
+<!-- end summary_header.html -->