/[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 116 by dpavlin, Tue Nov 22 20:26:52 2005 UTC revision 117 by dpavlin, Wed Nov 23 21:52:25 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    </td>
31    
32    </tr><tr>
33    
34    <td>
35   Naslov:   Naslov:
36  </td><td>  </td><td>
37   <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 46 
46          indicator => 'naslov_input_loading'          indicator => 'naslov_input_loading'
47  } ) %]  } ) %]
48  </td>  </td>
49    
50  </tr><tr>  </tr><tr>
51    
52  <td>  <td>
53   Autor:   Autor:
54  </td><td>  </td><td>
# Line 42  Line 63 
63          indicator => 'autor_input_loading'          indicator => 'autor_input_loading'
64  } ) %]  } ) %]
65  </td>  </td>
66    
67  </tr>  </tr>
68  </table>  </table>
69    
# Line 52  Line 74 
74     <img src="/img/indicator.gif" />     <img src="/img/indicator.gif" />
75  </span>  </span>
76    
77    <input type="reset" name="_reset" value="Clear" />
78    
79  </form>  </form>
80    
81  <div id="results">  <div id="results">

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

  ViewVC Help
Powered by ViewVC 1.1.26