dnsmanagerv1/www/views/details.tt

17 lines
394 B
Plaintext

<% include sidebar.tt %>
<div id="page">
<h3>Fichier de zone de <% domain %></h3>
<form action='/domain/update/<% domain %>' method="post" >
<label for='zone'>Votre zone :</label>
<br />
<textarea id='zone' name="zoneupdated" rows="20" cols="100"><% domain_zone %></textarea>
<br />
<input type="submit" value="Mettre à jour la zone">
</form>
</div>