/[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 109 by dpavlin, Tue Nov 22 20:26:52 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>
18    
19  <tr>  <tr>
20  <td>  <td>
21     Sve:
22    </td><td>
23     <input autocomplete="off" id="sve_input" name="all" type="text" value="" size="60"/>
24     <span id="sve_input_loading" style="display: none;">
25      <img src="/img/indicator.gif" />
26     </span>
27     </div>
28    
29     <div class="auto_complete" id="sve_input_auto_complete"></div>
30    [% c.prototype.auto_complete_field( 'sve_input', {
31            url => url _ 'TitleProper',
32            indicator => 'sve_input_loading'
33    } ) %]
34     <!-- operator for individual words -->
35     <input type="hidden" name="_all" value="AND" />
36    </td>
37    
38    </tr><tr>
39    
40    <td>
41   Naslov:   Naslov:
42  </td><td>  </td><td>
43   <input autocomplete="off" id="naslov_input" name="TitleProper" type="text" value="" size="60"/>   <input autocomplete="off" id="naslov_input" name="TitleProper" type="text" value="" size="60"/>
# Line 27  Line 52 
52          indicator => 'naslov_input_loading'          indicator => 'naslov_input_loading'
53  } ) %]  } ) %]
54  </td>  </td>
55    
56  </tr><tr>  </tr><tr>
57    
58  <td>  <td>
59   Autor:   Autor:
60  </td><td>  </td><td>
# Line 42  Line 69 
69          indicator => 'autor_input_loading'          indicator => 'autor_input_loading'
70  } ) %]  } ) %]
71  </td>  </td>
72    
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 52  Line 83 
83     <img src="/img/indicator.gif" />     <img src="/img/indicator.gif" />
84  </span>  </span>
85    
86    <input type="reset" name="_reset" value="Clear" />
87    
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.109  
changed lines
  Added in v.138

  ViewVC Help
Powered by ViewVC 1.1.26