source: trunk/templates/admin/showpools.tmpl@ 517

Last change on this file since 517 was 517, checked in by Kris Deugau, 12 years ago

/trunk

Finally merge conversion to HTML::Template from /branches/htmlform

  • Node "hack" showed conflict due to having been added to all branches in parallel
  • editDisplay.html was apparently changed enough that the merged delete caused an irrelevant conflict

Closes #3.

File size: 279 bytes
Line 
1IP Pools currently allocated:
2<table border=1>
3<tr><td>Pool</td><td># of free IPs</td></tr>
4<TMPL_LOOP NAME=poollist>
5<tr><td><a href="admin.cgi?action=tweakpool&amp;pool=<TMPL_VAR NAME=pool>"><TMPL_VAR NAME=pool></a></td><td><TMPL_VAR NAME=free></td></tr>
6</TMPL_LOOP>
7</table>
Note: See TracBrowser for help on using the repository browser.