Show
Ignore:
Timestamp:
02/06/07 14:53:36 (2 years ago)
Author:
moseley
Message:

More updates getting ready to move to the new host
Combined the two search scripts into one.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • swish_website/src/discuss.html

    r1885 r1889  
    4444 
    4545    <blockquote> 
    46         <form method="get" action="/search_archive/swish.cgi" enctype= 
     46        <form method="get" action="/search/index.html" enctype= 
    4747        "application/x-www-form-urlencoded" class="form"> 
    4848 
    4949        <p> 
    50             <input maxlength="200" value="" size="32" type="text" 
    51             name="query" /> <input value="Search!" type="submit" 
    52             name="submit" /><br /> 
    53             Limit search to: <input value="swishdefault" type= 
    54             "radio" checked="checked" name="metaname" />Message 
    55             text <input value="subject" type="radio" name= 
    56             "metaname" />Message Subject <input value="name" type= 
    57             "radio" name="metaname" />Poster's Name <input value= 
    58             "email" type="radio" name="metaname" />Poster's 
    59             Email<br /> 
    60             Sort by: <select name="sort"> 
    61                 <option value="swishrank"> 
    62                     Rank 
    63                 </option> 
    64  
    65                 <option value="subject"> 
    66                     Message Subject 
    67                 </option> 
    68  
    69                 <option value="name"> 
    70                     Poster's Name 
    71                 </option> 
    72  
    73                 <option value="email"> 
    74                     Poster's Email 
    75                 </option> 
    76  
    77                 <option value="sent"> 
    78                     Message Date 
    79                 </option> 
    80             </select> <input value="1" type="checkbox" name= 
    81             "reverse" />Reverse Sort 
     50            <input maxlength="200" value="" size="32" type="text" name="query" /> 
     51            <input value="Search!" type="submit" name="submit" /><br /> 
     52            <input type="hidden" name="section" value="archive" /> 
    8253          </p> 
    8354        </form>