18 lines
477 B
HTML
18 lines
477 B
HTML
|
<include href="header.html" />
|
||
|
|
||
|
<check if="isset(@confirm)">
|
||
|
|
||
|
<form action="{{@NAV.fullpath}}" method="POST">
|
||
|
<fieldset>
|
||
|
<legend>Really Delete Zone {{ @PARAMS.zone }} from DNS</legend>
|
||
|
<br>
|
||
|
<input type="submit" value="Delete {{ @PARAMS.zone }}">
|
||
|
<br>
|
||
|
<small><b>CAUTION:</b> This will permanently remove the zone {{ @PARAMS.zone }} and all associated records from DNS. There is no undo after this!</small>
|
||
|
</fieldset>
|
||
|
</form>
|
||
|
|
||
|
</check>
|
||
|
|
||
|
<include href="footer.html" />
|