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

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

revision 426 by dpavlin, Sun Apr 9 23:52:13 2006 UTC revision 427 by dpavlin, Sun Apr 9 23:58:11 2006 UTC
# Line 1  Line 1 
1  <!-- site: [% site %] -->  <!-- site: [% site %] -->
2  [% FOREACH db = c.comp('Model::WebPAC').list_nodes( site ).sort('label') %]  [% FOREACH db = c.comp('Model::WebPAC').list_nodes( site ).sort('label') %]
3  <li>  <li id="node_[% db.name %]">
4  <input type="checkbox" name="_database" value="[% db.name %]" onclick="return checkbox_click();">  <input type="checkbox" name="_database" value="[% db.name %]" onclick="return checkbox_click();">
5  <a href="#" onclick="return checkbox_single('_database','[% db.name %]');">[% db.label %]</a>  <a href="#" onclick="return checkbox_single('_database','[% db.name %]');">[% db.label %]</a>
6  <span class="database_stats">  <span class="database_stats">

Legend:
Removed from v.426  
changed lines
  Added in v.427

  ViewVC Help
Powered by ViewVC 1.1.26