/[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 205 by dpavlin, Sat Dec 3 01:56:37 2005 UTC revision 231 by dpavlin, Mon Dec 5 23:24:39 2005 UTC
# Line 57  Line 57 
57  <td>  <td>
58   Autor:   Autor:
59  </td><td>  </td><td>
60   <input autocomplete="off" id="autor_input" name="PersonalName" type="text" value="" size="60"/>   <input autocomplete="off" id="autor_input" name="Names" type="text" value="" size="60"/>
61   <span id="autor_input_loading" style="display: none;">   <span id="autor_input_loading" style="display: none;">
62    <img src="/img/indicator.gif" />    <img src="/img/indicator.gif" />
63   </span>   </span>
64  <div class="auto_complete" id="autor_input_auto_complete"></div>  <div class="auto_complete" id="autor_input_auto_complete"></div>
65  [% c.prototype.auto_complete_field( 'autor_input', {  [% c.prototype.auto_complete_field( 'autor_input', {
66          url => url _ 'PersonalName',          url => url _ 'Names',
67          indicator => 'autor_input_loading',          indicator => 'autor_input_loading',
68          frequency => 0.8,          frequency => 0.8,
69  } ) %]  } ) %]

Legend:
Removed from v.205  
changed lines
  Added in v.231

  ViewVC Help
Powered by ViewVC 1.1.26