/[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 11 - (hide annotations)
Thu May 6 10:13:04 2004 UTC (20 years ago) by dpavlin
File MIME type: text/html
File size: 368 byte(s)
optional text for search link

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 11 [% MACRO search(fld,text,link_text) BLOCK; %]
7     <a href="?search=[% fld %]:[% text %]">[% IF link_text ; link_text ; ELSE ; text ; END %]</a>
8 dpavlin 7 [% 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