/[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 137 by dpavlin, Thu Nov 24 16:30:11 2005 UTC revision 138 by dpavlin, Thu Nov 24 22:29:44 2005 UTC
# Line 8  Line 8 
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 69  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    
79  <input type="submit" name="_submit" value="Search" />  <input type="submit" name="_submit" value="Search" />
80    
81  <span id="searching" style="display: none;">  <span id="searching" style="display: none;">
# Line 81  Line 88 
88  </form>  </form>
89    
90  <div id="results">  <div id="results">
91  <span style="color: #808080;">no results yet</span>  <span class="notice">No results yet.</span>
92  </div>  </div>
93    
94  [% INCLUDE footer.tt %]  [% INCLUDE footer.tt %]

Legend:
Removed from v.137  
changed lines
  Added in v.138

  ViewVC Help
Powered by ViewVC 1.1.26