/[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

Annotation of /trunk/templates/message.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27 - (hide annotations)
Sat May 8 20:34:26 2004 UTC (20 years ago) by dpavlin
File MIME type: text/html
File size: 314 byte(s)
this is 0.9-rc1:
- scripts now accept configuration file as parametar, if none is specified,
  they will use global.conf in current directory
- more css design
- how to install using PAR
- mbox2index can now call swish-e by itself, swish-e configuration
  moved to MWS_swish.pm
- httpd server now shows 30 newest messages in this year when accessed
  through root URL

1 dpavlin 27 <div class="headers">
2 dpavlin 25 <span class="search">[% search('subject',message.subject,param.sort_by,'[?]') %]</span>
3 dpavlin 13 <span class="subject">[% message.subject %]</span>
4     <br>
5     [% from(message) %]
6     [% date(message) %]
7 dpavlin 17 <br>[% to(message) %]
8 dpavlin 27 </div>
9     <div class="message">
10 dpavlin 14 <pre>[% FILTER html ; message.body ; END %]</pre>
11 dpavlin 27 </div>

  ViewVC Help
Powered by ViewVC 1.1.26