Last change
on this file since 905 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
|
Rev | Line | |
---|
[484] | 1 | IP Pools currently allocated:
|
---|
| 2 | <table border=1>
|
---|
| 3 | <tr><td>Pool</td><td># of free IPs</td></tr>
|
---|
| 4 | <TMPL_LOOP NAME=poollist>
|
---|
[645] | 5 | <tr>
|
---|
| 6 | <td><a href="admin.cgi?action=tweakpool&pool=<TMPL_VAR NAME=id>"><TMPL_VAR NAME=pool></a></td>
|
---|
| 7 | <td><TMPL_VAR NAME=free></td>
|
---|
| 8 | </tr>
|
---|
[484] | 9 | </TMPL_LOOP>
|
---|
| 10 | </table>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.