/[webpac2]/Webpacus/root/editor.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/editor.tt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 273 by dpavlin, Sat Dec 17 00:37:12 2005 UTC revision 274 by dpavlin, Sat Dec 17 03:20:14 2005 UTC
# Line 45  template_filename = '[% template_filenam Line 45  template_filename = '[% template_filenam
45          <a id="a_reload" href="#reload" onClick="this.blur(); return reload_rec();">&#8634;</a>          <a id="a_reload" href="#reload" onClick="this.blur(); return reload_rec();">&#8634;</a>
46    
47          <select name="rec_uri_prefix" id="rec_uri_prefix" onchange="return load_rec(rec);">          <select name="rec_uri_prefix" id="rec_uri_prefix" onchange="return load_rec(rec);">
48          [% FOREACH db = databases %]          [% FOREACH db = c.comp('Model::Databases').list_inputs.sort('name') %]
49          <option value="[% db.prefix %]">[% db.name %] ([% db.input %])</option>          <option value="[% db.prefix %]">[% db.name %] ([% db.input %])</option>
50          [% END %]          [% END %]
51          </select>          </select>

Legend:
Removed from v.273  
changed lines
  Added in v.274

  ViewVC Help
Powered by ViewVC 1.1.26