/[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 10 by dpavlin, Thu May 6 07:36:06 2004 UTC revision 12 by dpavlin, Thu May 6 12:40:11 2004 UTC
# Line 1  Line 1 
1  <h1 style="color: #808080">[% search('subject',message.subject) %]</h1>  <h1 style="color: #808080">[% message.subject %]<sup>[% search('subject',message.subject,'?') %]</sup></h1>
2  <h2>  <h2>
3   [% FOREACH f IN message.from %]   [% FOREACH f IN message.from %]
4    [% search('from_phrase',f) %][% IF !loop.last %],[% END %]    [% search('from_phrase',f) %][% IF !loop.last %],[% END %]
5   [% END %]   [% END %]
6  </h2>  </h2>
7  <pre>[% message.body %]</pre>  <pre>[% FILTER html ; USE autoformat right = 76 ; autoformat(message.body) ; END %]</pre>

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

  ViewVC Help
Powered by ViewVC 1.1.26