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

Last change on this file since 896 was 645, checked in by Kris Deugau, 10 years ago

/trunk

admin.cgi cleanup; template readability tweak for IP pool listing

File size: 280 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>
6<td><a href="admin.cgi?action=tweakpool&amp;pool=<TMPL_VAR NAME=id>"><TMPL_VAR NAME=pool></a></td>
7<td><TMPL_VAR NAME=free></td>
8</tr>
9</TMPL_LOOP>
10</table>
Note: See TracBrowser for help on using the repository browser.