* migrate message creation to templates (citing still missing)
[citadel.git] / webcit / static / t / view_message_print.html
1 <html>\n<head><title>
2 <?CURRENT_USER>
3 </title></head>
4 <body onLoad=" window.print(); window.close(); ">
5 <div class="fix_scrollbar_bug message"
6 <div class="message_header"><span><?MAIL:SUMM:DATESTR></span>
7 <?_("from ")>
8 <?MAIL:SUMM:FROM("X")><??("X", 1)>
9 <?!("COND:MAIL:ANON",2)>***<??("X", 2)>
10 <p style="visibility: hidden;" id="msg<?MAIL:SUMM:N>" class="msgbuttons">
11
12 <a href="display_enter?recp=<?MAIL:SUMM:FROM("U")>&references=<?MAIL:SUMM:INREPLYTO("U")>&subject=<?MAIL:SUMM:SUBJECT("U", 0, "Re:%%20", "Re:")>"><span>[</span><?_("Reply")><span>]</span></a> 
13
14 <a href="display_enter?replyquote=<?MAIL:SUMM:N>&recp=<?MAIL:SUMM:FROM("U")>&references=<?MAIL:SUMM:INREPLYTO("U")>&subject=<?MAIL:SUMM:SUBJECT("U", 0, "Re:%%20", "Re:")>"><span>[</span><?_("ReplyQuoted")><span>]</span></a> 
15
16 <a href="display_enter?fwdquote=<?MAIL:SUMM:N>&subject=<?MAIL:SUMM:SUBJECT("U", 0, "Fwd:%%20", "Fwd:")>"><span>[</span><?_("Forward")><span>]</span></a> 
17
18 <a href="confirm_move_msg?msgid=<?MAIL:SUMM:N>"><span>[</span><?_("Move")><span>]</span></a> 
19
20 <a href="delete_msg?msgid=<?MAIL:SUMM:N>" onclick="return confirm('<?_("Delete this message?")>');"><span>[</span><?_("Delete")><span>]</span> </a> 
21
22 <a href="#" onclick="window.open('msgheaders/<?MAIL:SUMM:N>', 'headers<?MAIL:SUMM:N>', 'toolbar=no,location=no,directories=no,copyhistory=no,status=yes,scrollbars=yes,resizable=yes,width=600,height=400'); "><span>[</span><?_("Headers")><span>]</span></a>
23
24 <a href="#" onclick="window.open('printmsg/<?MAIL:SUMM:N>', 'print<?MAIL:SUMM:N>', 'toolbar=no,location=no,directories=no,copyhistory=no,status=yes,scrollbars=yes,resizable=yes,width=600,height=400'); "><span>[</span><?_("Print")><span>]</span></a>
25 </p></div>
26
27 <p class="message_subject"><?MAIL:SUMM:SUBJECT></p>
28
29 <div class="message_content"><div align="justify">
30 <?MAIL:BODY>    
31 </div>
32 <?!("COND:MAIL:MIME:ATTACH:LINKS", 2)>
33 <?ITERATE("MAIL:MIME:ATTACH:LINKS", "view_message_list_attach")>
34 <?!("X", 2)>
35
36 <?!("COND:MAIL:MIME:ATTACH:SUBMESSAGES", 3)>
37 <?ITERATE("MAIL:MIME:ATTACH:SUBMESSAGES", "view_message_inline_attach")>
38 <?!("X", 3)>
39
40 </body>
41 </html>