/[mws]/trunk/templates/master.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/master.html

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

revision 18 by dpavlin, Thu May 6 23:06:08 2004 UTC revision 19 by dpavlin, Fri May 7 20:52:34 2004 UTC
# Line 48  Line 48 
48  <span class="date">[% msg.date %]</span>  <span class="date">[% msg.date %]</span>
49  [% END %]  [% END %]
50    
51    [% MACRO usage_list(list,key,description) BLOCK %]
52    [% IF list %]
53    <div class="[% key %]">
54    [% description %]
55    [% FOREACH l IN list %]
56    <br><a href="?search=from_phrase:[% l.name %]">[% l.name %]</a>&nbsp;<span class="counter">[% l.usage %]</span>
57    [% END %]
58    </div>
59    [% END %]
60    [% END %]
61    
62  <body>  <body>
63    
64  <table border="0" width="100%">  <table border="0" width="100%">
# Line 102  Search Line 113  Search
113  <br>  <br>
114  Thread  Thread
115    
116  <br>  [% usage_list(counters.from,'from','From') %]
 Recipients  
117    
118  <br>  [% usage_list(counters.to,'to','To') %]
119  Contributors  
120    [% usage_list(counters.cc,'cc','Cc') %]
121    
122  <br>  <br>
123  Lists  Lists
# Line 115  Lists Line 126  Lists
126  Links  Links
127    
128  <br>  <br>
129    [% USE dumper ; dumper.dump(counters) %]
130    
131  </td>  </td>
132    

Legend:
Removed from v.18  
changed lines
  Added in v.19

  ViewVC Help
Powered by ViewVC 1.1.26