/[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 32 by dpavlin, Sun May 9 09:48:38 2004 UTC revision 35 by dpavlin, Sun May 9 10:43:24 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 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    [% IF param.sort_by %]
33    <input type="hidden" name="sort_by" value="[% param.sort_by %]">
34    [% END %]
35  </form>  </form>
36    
37  </td>  </td>

Legend:
Removed from v.32  
changed lines
  Added in v.35

  ViewVC Help
Powered by ViewVC 1.1.26