* rework login screen to utilize more modern templating
[citadel.git] / webcit / static / t / view_message_replyquote.html
1 <blockquote>
2   <div class="message_header">
3     <span><?MAIL:SUMM:DATESTR></span>
4     <span><?_("from ")>
5       <??("COND:MAIL:ANON",1)><?MAIL:SUMM:FROM("X")> &lt;<?MAIL:SUMM:RFCA("X")>&gt;<??("X", 1)>
6       <?!("COND:MAIL:ANON",2)>***<??("X", 2)>
7     </span>
8     <p class="message_subject"><?MAIL:SUMM:SUBJECT></p>
9   </div>
10   
11   <div class="message_content">
12   <?MAIL:BODY>    
13   </div>
14 </blockquote>