/[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

Contents of /Webpacus/root/databases.tt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 426 - (show annotations)
Sun Apr 9 23:52:13 2006 UTC (18 years ago) by dpavlin
File size: 417 byte(s)
design

1 <!-- site: [% site %] -->
2 [% FOREACH db = c.comp('Model::WebPAC').list_nodes( site ).sort('label') %]
3 <li>
4 <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>
6 <span class="database_stats">
7 <span id="node_[% db.name %]_results"></span>[% db.doc_num %]
8 </span>
9 </li>
10 [% END %]

  ViewVC Help
Powered by ViewVC 1.1.26