/[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 422 - (show annotations)
Sun Mar 19 22:57:05 2006 UTC (18 years, 2 months ago) by dpavlin
File size: 416 byte(s)
 r506@llin:  dpavlin | 2006-03-20 00:02:31 +0100
 better logging, try at supporting sites better

1 <!-- site: [% site %] -->
2 [% FOREACH db = c.comp('Model::WebPAC').list_nodes( site ).sort('label') %]
3 <li><input type="checkbox" name="_database" value="[% db.name %]" onclick="return checkbox_click();">
4 <a href="#" onclick="return checkbox_single('_database','[% db.name %]');">[% db.label %]</a>
5 <span class="database_stats">
6 <span id="node_[% db.name %]_results"></span>[% db.doc_num %]
7 </span>
8 </li>
9 [% END %]

  ViewVC Help
Powered by ViewVC 1.1.26