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

Annotation of /trunk/templates/master.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7 - (hide annotations)
Wed May 5 15:38:35 2004 UTC (20 years ago) by dpavlin
File MIME type: text/html
File size: 318 byte(s)
extracted more methods, support for other formats, misc improvements

1 dpavlin 6 <html>
2     <head>
3 dpavlin 7 <title>[% IF title %][% title %] -- [% END %]Mail::Box Web Search</title>
4     </head>
5 dpavlin 6
6 dpavlin 7 [% MACRO search(fld,text) BLOCK; %]
7     <a href="?search=[% fld %]:[% text %]">[% text %]</a>
8     [% END %]
9    
10 dpavlin 6 <body>
11    
12 dpavlin 7 [% IF results %]
13     [% INCLUDE results.html %]
14     [% ELSIF message %]
15     [% INCLUDE message.html %]
16     [% END %]
17 dpavlin 6
18     </body>

  ViewVC Help
Powered by ViewVC 1.1.26