Last change
on this file since 492 was 484, checked in by Kris Deugau, 14 years ago |
/branches/htmlform
Continue updating admin.cgi for HTML templates (See #3)
Completed:
- Touch master timestamp
- User management (add/remove/change-acl)
Partially stubbed:
|
File size:
279 bytes
|
Line | |
---|
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.