/[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 49 - (hide annotations)
Thu May 13 10:52:47 2004 UTC (20 years ago) by dpavlin
File MIME type: text/html
File size: 2106 byte(s)
Contribution from Robert Avilov: CSS cleanup

1 dpavlin 6 <html>
2     <head>
3 dpavlin 34 <title>[% IF param.search %][% param.search %] [% date_limit %] - [% END %]Mail::Box Web Search</title>
4 dpavlin 25 <link rel="StyleSheet" type="text/css" href="/style.css">
5 dpavlin 7 </head>
6 dpavlin 6
7 dpavlin 24 [% PROCESS macros.tt2 %]
8 dpavlin 7
9 dpavlin 6 <body>
10    
11 dpavlin 45 <div class="sidebar">
12 dpavlin 12
13 dpavlin 45 <div class="calendar">
14     [% USE cal = Calendar.Simple(mm,yyyy) %]
15    
16     <table border="0" style="display:inline">
17 dpavlin 49 <tr><th colspan="7">
18 dpavlin 45 <a href="/[% yyyy ; "/" %]/[% url_search(param.search) %]">[% yyyy %]</a>-<a href="/[% yyyy ; "/" ; mm %]/[% url_search(param.search) %]">[% mm %]</a>
19     </th></tr>
20     [% FOREACH row = cal.rows %]
21     <tr>
22     [% FOREACH col = row %]
23 dpavlin 49 <td>[% get_cal(calendar,yyyy,mm,col,url_search(param.search)) %]</td>
24 dpavlin 45 [% END %]
25     </tr>
26     [% END %]
27     </table>
28     </div>
29    
30     <!--
31     Thread
32     -->
33    
34 dpavlin 46 [% usage_list(counters.from,'from_phrase','<b>From</b>') %]
35 dpavlin 45
36 dpavlin 46 [% usage_list(counters.to,'to_phrase','<b>To</b>') %]
37 dpavlin 45
38 dpavlin 46 [% usage_list(counters.cc,'cc_phrase','<b>Cc</b>') %]
39 dpavlin 45
40     [% usage_list(counters.folder,'folder','<b>Folders</b>') %]
41    
42     <!--
43     Lists
44     Links
45     -->
46    
47     </div>
48    
49 dpavlin 48 <form name="search_form" class="search_form">
50 dpavlin 28 <a href="/">#</a>
51 dpavlin 12 Search
52     <select name="search_fld">
53 dpavlin 14 [% option("search_fld","message","anywhere") %]
54 dpavlin 12 [% option("search_fld","subject","message subject") %]
55     [% option("search_fld","body","message text") %]
56     [% option("search_fld","from_phrase","sender name") %]
57     [% option("search_fld","from_address","sender address") %]
58 dpavlin 13 [% option("search_fld","to_phrase","recipient name") %]
59     [% option("search_fld","to_address","recipient address") %]
60 dpavlin 16 [% option("search_fld","cc_phrase","also to name") %]
61     [% option("search_fld","bcc_phrase","sneek to name") %]
62 dpavlin 46 [% option("search_fld","folder","folder") %]
63 dpavlin 12 </select>
64     <input type="text" name="search_val" size=20 value="[% param.search_val %]">
65     </select>
66 dpavlin 16 <input type="submit" name="submit" value="Go!">
67 dpavlin 38
68 dpavlin 35 [% IF param.sort_by %]
69     <input type="hidden" name="sort_by" value="[% param.sort_by %]">
70     [% END %]
71 dpavlin 12 </form>
72    
73 dpavlin 45 <div class="results">
74 dpavlin 12
75 dpavlin 7 [% IF results %]
76     [% INCLUDE results.html %]
77     [% ELSIF message %]
78     [% INCLUDE message.html %]
79 dpavlin 30 [% ELSIF apropos %]
80     [% INCLUDE apropos.html %]
81 dpavlin 7 [% END %]
82 dpavlin 6
83 dpavlin 45 </div>
84 dpavlin 12
85 dpavlin 6 </body>

  ViewVC Help
Powered by ViewVC 1.1.26