/[webpac2]/Webpacus/root/search.tt
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 /Webpacus/root/search.tt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 117 by dpavlin, Wed Nov 23 21:52:25 2005 UTC revision 153 by dpavlin, Sat Nov 26 01:54:31 2005 UTC
# Line 4  Line 4 
4  [% url = base _ 'search/suggest/' %]  [% url = base _ 'search/suggest/' %]
5    
6  [% c.prototype.form_remote_tag(  [% c.prototype.form_remote_tag(
7          url => base _ 'results',          url => base _ 'search/results',
8          update => 'results',          update => 'results',
9          loading => 'show_searching();',          loading => 'show_searching();',
10          loaded => 'hide_searching();',          loaded => 'hide_searching();',
11            html_options => {
12                    id => 'results_form',
13                    name => 'results_form',
14            }
15  ) %]  ) %]
16    
17  <table>  <table>
# Line 27  Line 31 
31          url => url _ 'TitleProper',          url => url _ 'TitleProper',
32          indicator => 'sve_input_loading'          indicator => 'sve_input_loading'
33  } ) %]  } ) %]
34     <!-- operator for individual words -->
35     <input type="hidden" name="_all" value="AND" />
36  </td>  </td>
37    
38  </tr><tr>  </tr><tr>
# Line 67  Line 73 
73  </tr>  </tr>
74  </table>  </table>
75    
76    <!-- additional fields which might get updated by javascript -->
77    <input name="_template" type="hidden" id="template_name" />
78    <input name="_offset" type="hidden" id="offset_value" />
79    
80  <input type="submit" name="_submit" value="Search" />  <input type="submit" name="_submit" value="Search" />
81    
82  <span id="searching" style="display: none;">  <span id="searching" style="display: none;">
# Line 79  Line 89 
89  </form>  </form>
90    
91  <div id="results">  <div id="results">
92  <span style="color: #808080;">no results yet</span>  <span class="notice">No results yet.</span>
93  </div>  </div>
94    
95  [% INCLUDE footer.tt %]  [% INCLUDE footer.tt %]

Legend:
Removed from v.117  
changed lines
  Added in v.153

  ViewVC Help
Powered by ViewVC 1.1.26