forked from .cyb/cyberman
33 lines
802 B
Plaintext
33 lines
802 B
Plaintext
<% IF domain %>
|
|
<center>
|
|
<br />
|
|
<h1>Removal of <% domain.name %>.cyb</h1>
|
|
<br />
|
|
</center>
|
|
|
|
<div class="body">
|
|
<p>
|
|
You are about to permanently remove <% domain.name %>.cyb and all its records.
|
|
</p>
|
|
<p style="font-size:1.6em">
|
|
YOU ARE ABOUT TO PERMANENTLY REMOVE <% domain.name %>.cyb AND ALL ITS RECORDS!
|
|
</p>
|
|
<p>
|
|
There is <strong>no</strong> guarantee that you will be able to re-register this domain at a later date.
|
|
</p>
|
|
<p>
|
|
<center>
|
|
<form method="POST">
|
|
[ <button class="textButton" action="submit">yes, destroy the domain</button> ]
|
|
</form>
|
|
</center>
|
|
</p>
|
|
</div>
|
|
<% ELSE %>
|
|
<center>
|
|
No such domain!
|
|
<br />
|
|
[ <a href="../../domains" class="bracketButton">go back</a> ]
|
|
</center>
|
|
<% END %>
|