/[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 133 by dpavlin, Thu Nov 24 16:30:11 2005 UTC
# Line 11  Line 11 
11  ) %]  ) %]
12    
13  <table>  <table>
14    
15  <tr>  <tr>
16  <td>  <td>
17     Sve:
18    </td><td>
19     <input autocomplete="off" id="sve_input" name="all" type="text" value="" size="60"/>
20     <span id="sve_input_loading" style="display: none;">
21      <img src="/img/indicator.gif" />
22     </span>
23     </div>
24    
25     <div class="auto_complete" id="sve_input_auto_complete"></div>
26    [% c.prototype.auto_complete_field( 'sve_input', {
27            url => url _ 'TitleProper',
28            indicator => 'sve_input_loading'
29    } ) %]
30     <!-- operator for individual words -->
31     <input type="hidden" name="_all" value="AND" />
32    </td>
33    
34    </tr><tr>
35    
36    <td>
37   Naslov:   Naslov:
38  </td><td>  </td><td>
39   <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 48 
48          indicator => 'naslov_input_loading'          indicator => 'naslov_input_loading'
49  } ) %]  } ) %]
50  </td>  </td>
51    
52  </tr><tr>  </tr><tr>
53    
54  <td>  <td>
55   Autor:   Autor:
56  </td><td>  </td><td>
# Line 42  Line 65 
65          indicator => 'autor_input_loading'          indicator => 'autor_input_loading'
66  } ) %]  } ) %]
67  </td>  </td>
68    
69  </tr>  </tr>
70  </table>  </table>
71    
# Line 52  Line 76 
76     <img src="/img/indicator.gif" />     <img src="/img/indicator.gif" />
77  </span>  </span>
78    
79    <input type="reset" name="_reset" value="Clear" />
80    
81  </form>  </form>
82    
83  <div id="results">  <div id="results">

Legend:
Removed from v.109  
changed lines
  Added in v.133

  ViewVC Help
Powered by ViewVC 1.1.26