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

Contents of /trunk/templates/master.html

Parent Directory Parent Directory | Revision Log Revision Log


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

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

  ViewVC Help
Powered by ViewVC 1.1.26