servnest/pg-view/ns/dname.php

9 lines
268 B
PHP

<form method="post">
<?php require 'form.ns.php'; ?>
<label for="dname"><?= _('Delegation name') ?></label>
<br>
<input id="dname" placeholder="main.<?= PLACEHOLDER_DOMAIN ?>" name="dname" type="text">
<br>
<input type="submit" value="<?= _('Apply') ?>">
</form>