/[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 42 by dpavlin, Mon May 10 22:04:01 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 12  Line 12 
12  <tr>  <tr>
13  <td colspan="2">  <td colspan="2">
14    
15  <form>  <form name="search_form">
16  <a href="/">#</a>  <a href="/">#</a>
17  Search  Search
18  <select name="search_fld">  <select name="search_fld">
# Line 29  Search Line 29  Search
29  <input type="text" name="search_val" size=20 value="[% param.search_val %]">  <input type="text" name="search_val" size=20 value="[% param.search_val %]">
30  </select>  </select>
31  <input type="submit" name="submit" value="Go!">  <input type="submit" name="submit" value="Go!">
32    
33    [% IF param.sort_by %]
34    <input type="hidden" name="sort_by" value="[% param.sort_by %]">
35    [% END %]
36  </form>  </form>
37    
38  </td>  </td>
# Line 52  Search Line 56  Search
56    
57    <table border="0">    <table border="0">
58    <tr><th class="calendar" colspan="7">    <tr><th class="calendar" colspan="7">
59          <a href="/[% yyyy ; "/" %]/[% url_search %]">[% yyyy %]</a>-<a href="/[% yyyy ; "/" ; mm %]/[% url_search %]">[% mm %]</a>          <a href="/[% yyyy ; "/" %]/[% url_search(param.search) %]">[% yyyy %]</a>-<a href="/[% yyyy ; "/" ; mm %]/[% url_search(param.search) %]">[% mm %]</a>
60    </th></tr>    </th></tr>
61    [% FOREACH row = cal.rows %]    [% FOREACH row = cal.rows %]
62       <tr>       <tr>
63       [% FOREACH col = row %]       [% FOREACH col = row %]
64          <td class="calendar" align="right">[% get_cal(calendar,yyyy,mm,col,url_search) %]</td>          <td class="calendar" align="right">[% get_cal(calendar,yyyy,mm,col,url_search(param.search)) %]</td>
65       [% END %]       [% END %]
66       </tr>       </tr>
67    [% END %]    [% END %]
# Line 73  Thread Line 77  Thread
77    
78  [% usage_list(counters.cc,'cc','Cc') %]  [% usage_list(counters.cc,'cc','Cc') %]
79    
80    [% usage_list(counters.folder,'folder','Folders') %]
81    
82  <!--  <!--
83  Lists  Lists
84  Links  Links

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

  ViewVC Help
Powered by ViewVC 1.1.26