Last change
on this file since 823 was 593, checked in by Kris Deugau, 11 years ago |
/branches/stable
Merge /trunk r517 (merge /branches/htmlform)
Conflicts all resolved towards /trunk.
Fix a minor syntax error with "while (@data..." -> "while (my @data..."
(may cause merge conflicts later)
|
File size:
279 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>
|
---|
| 5 | <tr><td><a href="admin.cgi?action=tweakpool&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.