--- trunk/templates/master.html 2004/05/06 10:13:04 11 +++ trunk/templates/master.html 2004/05/09 00:09:32 30 @@ -1,18 +1,88 @@ -[% IF title %][% title %] -- [% END %]Mail::Box Web Search + [% IF title %][% title %] -- [% END %]Mail::Box Web Search + -[% MACRO search(fld,text,link_text) BLOCK; %] -[% IF link_text ; link_text ; ELSE ; text ; END %] -[% END %] +[% PROCESS macros.tt2 %] + + + + + + + + + + + + +
+ +
+# +Search + + + + +
+ +
+ [% IF results %] [% INCLUDE results.html %] [% ELSIF message %] [% INCLUDE message.html %] +[% ELSIF apropos %] + [% INCLUDE apropos.html %] [% END %] + + +[% USE cal = Calendar.Simple(mm,yyyy) %] + + + + [% FOREACH row = cal.rows %] + + [% FOREACH col = row %] + + [% END %] + + [% END %] +
+ [% yyyy %]-[% mm %] +
[% get_cal(calendar,yyyy,mm,col,url_search) %]
+ + + +[% usage_list(counters.from,'from','From') %] + +[% usage_list(counters.to,'to','To') %] + +[% usage_list(counters.cc,'cc','Cc') %] + + + +
+