vpanel-stack/panel/ui/vhost/vhosts-delete.html
2023-06-19 11:53:16 -07:00

21 lines
621 B
HTML

<include href="header.html" />
<check if="isset(@confirm)">
<true>
<form action="{{@REALM}}" method="POST">
<fieldset>
<legend>Really Delete Website {{ @PARAMS.vhost }}</legend>
<br>
<input type="submit" value="Delete {{ @PARAMS.vhost }}">
<br>
<small><b>CAUTION:</b> This will permanently remove the {{ @PARAMS.vhost }} website and any related databases and username from this server. There is no undo after this!</small>
</fieldset>
</form>
</true>
<false>
Go to <a href="{{@BASE}}/Websites">Websites</a></br>
</false>
</check>
<include href="footer.html" />