--- trunk/templates/master.html 2004/05/05 13:42:27 6 +++ trunk/templates/master.html 2004/05/06 10:13:04 11 @@ -1,9 +1,18 @@ - +[% IF title %][% title %] -- [% END %]Mail::Box Web Search + +[% MACRO search(fld,text,link_text) BLOCK; %] +[% IF link_text ; link_text ; ELSE ; text ; END %] +[% END %] + -[% INCLUDE results.html %] +[% IF results %] + [% INCLUDE results.html %] +[% ELSIF message %] + [% INCLUDE message.html %] +[% END %]