/[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 24 by dpavlin, Sat May 8 14:27:54 2004 UTC revision 30 by dpavlin, Sun May 9 00:09:32 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 title %][% title %] -- [% END %]Mail::Box Web Search</title>
4     <link rel="StyleSheet" type="text/css" href="/style.css">
5  </head>  </head>
6    
7  [% PROCESS macros.tt2 %]  [% PROCESS macros.tt2 %]
# Line 12  Line 13 
13  <td colspan="2">  <td colspan="2">
14    
15  <form>  <form>
16    <a href="/">#</a>
17  Search  Search
18  <select name="search_fld">  <select name="search_fld">
19  [% option("search_fld","message","anywhere") %]  [% option("search_fld","message","anywhere") %]
# Line 39  Search Line 41  Search
41   [% INCLUDE results.html %]   [% INCLUDE results.html %]
42  [% ELSIF message %]  [% ELSIF message %]
43   [% INCLUDE message.html %]   [% INCLUDE message.html %]
44    [% ELSIF apropos %]
45     [% INCLUDE apropos.html %]
46  [% END %]  [% END %]
47    
48  </td>  </td>
# Line 47  Search Line 51  Search
51  [% USE cal = Calendar.Simple(mm,yyyy) %]  [% USE cal = Calendar.Simple(mm,yyyy) %]
52    
53    <table border="0">    <table border="0">
54    <tr><th colspan="7">    <tr><th class="calendar" colspan="7">
55          <a href="/[% yyyy ; "/" %]/[% url_search %]">[% yyyy %]</a>-<a href="/[% yyyy ; "/" ; mm %]/[% url_search %]">[% mm %]</a>          <a href="/[% yyyy ; "/" %]/[% url_search %]">[% yyyy %]</a>-<a href="/[% yyyy ; "/" ; mm %]/[% url_search %]">[% mm %]</a>
56    </th></tr>    </th></tr>
57    [% FOREACH row = cal.rows %]    [% FOREACH row = cal.rows %]
58       <tr>       <tr>
59       [% FOREACH col = row %]       [% FOREACH col = row %]
60          <td align="right">[% get_cal(calendar,yyyy,mm,col,url_search) %]</td>          <td class="calendar" align="right">[% get_cal(calendar,yyyy,mm,col,url_search) %]</td>
61       [% END %]       [% END %]
62       </tr>       </tr>
63    [% END %]    [% END %]
64    </table>    </table>
65    
66  <br>  <!--
67  Thread  Thread
68    -->
69    
70  [% usage_list(counters.from,'from','From') %]  [% usage_list(counters.from,'from','From') %]
71    
# Line 68  Thread Line 73  Thread
73    
74  [% usage_list(counters.cc,'cc','Cc') %]  [% usage_list(counters.cc,'cc','Cc') %]
75    
76  <br>  <!--
77  Lists  Lists
   
 <br>  
78  Links  Links
79    -->
 [% USE dumper ; dumper.dump(param.sort_by, param.search) %]  
80    
81  </td>  </td>
82    

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

  ViewVC Help
Powered by ViewVC 1.1.26