|
Last change
on this file since 955 was 820, checked in by Kris Deugau, 10 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:
422 bytes
|
| Line | |
|---|
| 1 | <TMPL_IF webpath></TMPL_IF>
|
|---|
| 2 | <div class="center">
|
|---|
| 3 | <TMPL_IF failmsg>
|
|---|
| 4 | <p>Could not remove VRF <TMPL_VAR NAME=vrf>: <TMPL_VAR NAME=failmsg></p>
|
|---|
| 5 | <input type="button" value="Back" onclick="history.go(-1)">
|
|---|
| 6 | <TMPL_ELSE>
|
|---|
| 7 | <div class="heading">Success! <TMPL_VAR NAME=vrf><TMPL_IF vrfcomment> (<TMPL_VAR NAME=vrfcomment>)</TMPL_IF> removed.</div>
|
|---|
| 8 | <TMPL_IF genwarn><br><div><TMPL_VAR NAME=genwarn></div></TMPL_IF>
|
|---|
| 9 | </TMPL_IF>
|
|---|
| 10 | </div>
|
|---|
| 11 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.