/[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 44 by dpavlin, Mon May 10 22:04:01 2004 UTC revision 45 by dpavlin, Tue May 11 19:31:08 2004 UTC
# Line 8  Line 8 
8    
9  <body>  <body>
10    
11  <table border="0" width="100%">  <div class="sidebar">
12  <tr>  
13  <td colspan="2">  <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">  <form name="search_form">
52  <a href="/">#</a>  <a href="/">#</a>
# Line 35  Search Line 71  Search
71  [% END %]  [% 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 49  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(param.search) %]">[% yyyy %]</a>-<a href="/[% yyyy ; "/" ; mm %]/[% url_search(param.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(param.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') %]  
   
 [% usage_list(counters.folder,'folder','Folders') %]  
   
 <!--  
 Lists  
 Links  
 -->  
   
 </td>  
   
 </tr>  
   
   
 </table>  
87    
88  </body>  </body>

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

  ViewVC Help
Powered by ViewVC 1.1.26