SMTP-Queue-View: templatize
[citadel.git] / webcit / static / t / view_mailq / header.html
1 <div id="banner">
2 <h1>
3 <?_("View the outbound SMTP queue")>
4 </h1>
5 </div>
6
7 <div id="content" class="service">
8 <!--
9 <table class="smtpqueue_background">
10 <tr><td valign=top>
11 <div id="smtpqueue_inner_div">
12 <div align="center"><img src="static/webcit_icons/throbber.gif"></div>"
13 </div>
14 <div align="center">
15 <a href="javascript:RefreshSMTPqueueDisplay();"><?_("Refresh this page")></a>
16 </div>
17 </td></tr></table>
18 -->
19 <table class="mailbox_summary" rules=rows cellpadding=2 style="width:100%%;">
20 <tr><td><b><i>
21 <?_("Message ID")>
22 </i></b></td><td><b><i>
23 <?_("Date/time submitted")>
24 </i></b></td><td><b><i>
25 <?_("Last attempt")>
26 </i></b></td><td><b><i>
27 <?_("Sender")>
28 </i></b></td><td><b><i>
29 <?_("Recipients")>
30 </i></b></td></tr>
31