/[mws]/trunk/templates/message.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/templates/message.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 12 by dpavlin, Thu May 6 12:40:11 2004 UTC revision 13 by dpavlin, Thu May 6 16:53:40 2004 UTC
# Line 1  Line 1 
1  <h1 style="color: #808080">[% message.subject %]<sup>[% search('subject',message.subject,'?') %]</sup></h1>  <span class="subject">[% message.subject %]</span>
2  <h2>  <sup class="search">[% search('subject',message.subject,'?') %]</sup>
3   [% FOREACH f IN message.from %]  <br>
4    [% search('from_phrase',f) %][% IF !loop.last %],[% END %]  [% from(message) %]
5   [% END %]  [% date(message) %]
6  </h2>  <br><tt>[% FILTER html ; message.body ; END %]</tt>
 <pre>[% FILTER html ; USE autoformat right = 76 ; autoformat(message.body) ; END %]</pre>  

Legend:
Removed from v.12  
changed lines
  Added in v.13

  ViewVC Help
Powered by ViewVC 1.1.26