/[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 28 by dpavlin, Sat May 8 22:18:38 2004 UTC
# Line 1  Line 1 
1  <h1 style="color: #808080">[% message.subject %]<sup>[% search('subject',message.subject,'?') %]</sup></h1>  <div class="headers">
2  <h2>  <span class="search">[% search('subject',message.subject,param.sort_by,'[?]') %]</span>
3   [% FOREACH f IN message.from %]  <span class="subject">[% message.subject %]</span>
4    [% search('from_phrase',f) %][% IF !loop.last %],[% END %]  <br>
5   [% END %]  [% from(message) %]
6  </h2>  [% date(message) %]
7  <pre>[% FILTER html ; USE autoformat right = 76 ; autoformat(message.body) ; END %]</pre>  <br>[% to(message) %]
8    </div>
9    <div class="message">
10    <pre>[% FILTER body ; message.body ; END %]</pre>
11    </div>
12    <br><small>
13    Original:
14    <pre>[% message.body %]</pre>
15    </small>

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

  ViewVC Help
Powered by ViewVC 1.1.26