Last change
on this file since 862 was 647, checked in by Kris Deugau, 10 years ago |
/trunk
admin.cgi cleanup; block listing and allocation (block/IP) update
|
File size:
963 bytes
|
Rev | Line | |
---|
[487] | 1 | Edit custID, allocation type, city for allocations in <TMPL_VAR NAME=within>:
|
---|
| 2 | <table border="1">
|
---|
| 3 | <TMPL_LOOP name=blocklist>
|
---|
| 4 | <tr>
|
---|
| 5 | <form action="admin.cgi" method="POST">
|
---|
[513] | 6 | <fieldset><legend class="noshow"> </legend>
|
---|
[487] | 7 | <input type="hidden" name="action" value="update">
|
---|
[647] | 8 | <td><TMPL_VAR NAME=cidr><input type="hidden" value="<TMPL_VAR NAME=id>" name=block></td>
|
---|
[487] | 9 | <td><input name="custid" value="<TMPL_VAR NAME=custid>"></td>
|
---|
| 10 | <td>
|
---|
| 11 | <select name="alloctype">
|
---|
| 12 | <TMPL_LOOP name=typelist> <option value="<TMPL_VAR NAME=type>"<TMPL_IF selected> selected</TMPL_IF>><TMPL_VAR NAME=dispname></option>
|
---|
| 13 | </TMPL_LOOP> </select>
|
---|
| 14 | </td>
|
---|
| 15 | <td><input name="city" value="<TMPL_VAR NAME=city>"></td>
|
---|
| 16 | <td><TMPL_VAR NAME=desc></td>
|
---|
| 17 | <td><input type="submit" value="Update"></td>
|
---|
| 18 | </fieldset></form>
|
---|
| 19 | </tr>
|
---|
| 20 | </TMPL_LOOP>
|
---|
| 21 | </table>
|
---|
| 22 | <hr>
|
---|
| 23 | <b>Notes:</b>
|
---|
| 24 | <ul>
|
---|
| 25 | <li>Use the main interface to update description and notes fields.
|
---|
| 26 | <li>Changing the allocation type here will NOT affect IP pool data.
|
---|
| 27 | </ul>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.