Last change
on this file since 905 was 820, checked in by Kris Deugau, 9 years ago |
/trunk
Add "delete VRF" confirmation and action pages. Refine link from showvrf
template since a VRF is a completely different type of entity than a
netblock. See #54.
|
File size:
950 bytes
|
Rev | Line | |
---|
[820] | 1 | <TMPL_IF webpath></TMPL_IF>
|
---|
| 2 | <br>
|
---|
| 3 | <TMPL_IF err>
|
---|
| 4 | <div class="center">
|
---|
| 5 | <TMPL_VAR NAME=err><br>
|
---|
| 6 | <input type="button" value="Back" onclick="history.go(-1)">
|
---|
| 7 | </div>
|
---|
| 8 | <TMPL_ELSE>
|
---|
| 9 |
|
---|
| 10 | <form action="main.cgi" method="POST" class="regular">
|
---|
| 11 | <fieldset><legend class="noshow"> </legend>
|
---|
| 12 | <table class="indent altrows" cellspacing="1" cellpadding="1">
|
---|
| 13 | <tr class="heading"><td>Please confirm removal of:</td></tr>
|
---|
| 14 |
|
---|
| 15 | <tr>
|
---|
| 16 | <td>VRF name:</td>
|
---|
| 17 | <td><TMPL_VAR NAME=vrf></td>
|
---|
| 18 | </tr>
|
---|
| 19 |
|
---|
| 20 | <tr>
|
---|
| 21 | <td>Description:</td>
|
---|
| 22 | <td><TMPL_VAR NAME=vrfcomment></td>
|
---|
| 23 | </tr>
|
---|
| 24 |
|
---|
| 25 | <tr>
|
---|
| 26 | <td colspan="2" class="delwarning">
|
---|
| 27 | Warning: clicking confirm will remove this record entirely.
|
---|
| 28 | </td>
|
---|
| 29 | </tr>
|
---|
| 30 |
|
---|
| 31 | <tr>
|
---|
| 32 | <td class="center" colspan="2">
|
---|
| 33 | <input type="button" value="Back" onclick="history.go(-1)"><input type="submit" value="Confirm">
|
---|
| 34 | <input type="hidden" name="vrf" value="<TMPL_VAR NAME=vrf>">
|
---|
| 35 | <input type="hidden" name="action" value="finaldelvrf">
|
---|
| 36 | </td>
|
---|
| 37 | </tr>
|
---|
| 38 |
|
---|
| 39 | </table>
|
---|
| 40 | </fieldset>
|
---|
| 41 | </form>
|
---|
| 42 |
|
---|
| 43 | </TMPL_IF>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.