/[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

Diff of /trunk/templates/master.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 30 by dpavlin, Sun May 9 00:09:32 2004 UTC revision 45 by dpavlin, Tue May 11 19:31:08 2004 UTC
# Line 1  Line 1 
1  <html>  <html>
2  <head>  <head>
3   <title>[% IF title %][% title %] -- [% END %]Mail::Box Web Search</title>   <title>[% IF param.search %][% param.search %] [% date_limit %] - [% END %]Mail::Box Web Search</title>
4   <link rel="StyleSheet" type="text/css" href="/style.css">   <link rel="StyleSheet" type="text/css" href="/style.css">
5  </head>  </head>
6    
# Line 8  Line 8 
8    
9  <body>  <body>
10    
11  <table border="0" width="100%">  <div class="sidebar">
 <tr>  
 <td colspan="2">  
12    
13  <form>  <div class="calendar">
14    [% USE cal = Calendar.Simple(mm,yyyy) %]
15    
16      <table border="0" style="display:inline">
17      <tr><th class="calendar_date" colspan="7">
18            <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            <td class="calendar_day">[% get_cal(calendar,yyyy,mm,col,url_search(param.search)) %]</td>
24         [% END %]
25         </tr>
26      [% END %]
27      </table>
28    </div>
29    
30    <!--
31    Thread
32    -->
33    
34    [% usage_list(counters.from,'from','<b>From</b>') %]
35    
36    [% usage_list(counters.to,'to','<b>To</b>') %]
37    
38    [% usage_list(counters.cc,'cc','<b>Cc</b>') %]
39    
40    [% usage_list(counters.folder,'folder','<b>Folders</b>') %]
41    
42    <!--
43    Lists
44    Links
45    -->
46    
47    </div>
48    
49    <div class="search_form">
50    
51    <form name="search_form">
52  <a href="/">#</a>  <a href="/">#</a>
53  Search  Search
54  <select name="search_fld">  <select name="search_fld">
# Line 29  Search Line 65  Search
65  <input type="text" name="search_val" size=20 value="[% param.search_val %]">  <input type="text" name="search_val" size=20 value="[% param.search_val %]">
66  </select>  </select>
67  <input type="submit" name="submit" value="Go!">  <input type="submit" name="submit" value="Go!">
68    
69    [% IF param.sort_by %]
70    <input type="hidden" name="sort_by" value="[% param.sort_by %]">
71    [% END %]
72  </form>  </form>
73    
74  </td>  </div>
 </tr>  
75    
76  <tr>  <div class="results">
 <td valign="top" width="90%">  
77    
78  [% IF results %]  [% IF results %]
79   [% INCLUDE results.html %]   [% INCLUDE results.html %]
# Line 45  Search Line 83  Search
83   [% INCLUDE apropos.html %]   [% INCLUDE apropos.html %]
84  [% END %]  [% END %]
85    
86  </td>  </div>
 <td valign="top">  
   
 [% USE cal = Calendar.Simple(mm,yyyy) %]  
   
   <table border="0">  
   <tr><th class="calendar" colspan="7">  
         <a href="/[% yyyy ; "/" %]/[% url_search %]">[% yyyy %]</a>-<a href="/[% yyyy ; "/" ; mm %]/[% url_search %]">[% mm %]</a>  
   </th></tr>  
   [% FOREACH row = cal.rows %]  
      <tr>  
      [% FOREACH col = row %]  
         <td class="calendar" align="right">[% get_cal(calendar,yyyy,mm,col,url_search) %]</td>  
      [% END %]  
      </tr>  
   [% END %]  
   </table>  
   
 <!--  
 Thread  
 -->  
   
 [% usage_list(counters.from,'from','From') %]  
   
 [% usage_list(counters.to,'to','To') %]  
   
 [% usage_list(counters.cc,'cc','Cc') %]  
   
 <!--  
 Lists  
 Links  
 -->  
   
 </td>  
   
 </tr>  
   
   
 </table>  
87    
88  </body>  </body>

Legend:
Removed from v.30  
changed lines
  Added in v.45

  ViewVC Help
Powered by ViewVC 1.1.26