--- trunk/templates/master.html 2004/05/05 13:42:27 6 +++ trunk/templates/master.html 2004/05/06 12:40:11 12 @@ -1,9 +1,86 @@ - +[% IF title %][% title %] -- [% END %]Mail::Box Web Search + +[% MACRO search(fld,text,link_text) BLOCK; %] +[% IF link_text ; link_text ; ELSE ; text ; END %] +[% END %] + +[% MACRO option(var, value, text) BLOCK %] + +[% END %] + -[% INCLUDE results.html %] + + + + + + + + + + + + +
+ +
+Search + + + +
+ +
+ +[% IF results %] + [% INCLUDE results.html %] +[% ELSIF message %] + [% INCLUDE message.html %] +[% END %] + + + + [% USE cal = Calendar.Simple %] + + + [% FOREACH row = cal.rows %] + + [% FOREACH col = row %] + + [% END %] + + [% END %] +
[% col || ' ' %]
+ +
+Thread + +
+Recipients + +
+Contributors + +
+Lists + +
+Links + +
+ + +