2022-06-29 23:14:58 +00:00
|
|
|
<form method="post">
|
2023-01-21 00:27:52 +00:00
|
|
|
<?php require 'form.ns.php'; ?>
|
|
|
|
<label for="dname"><?= _('Delegation name') ?></label>
|
2022-06-29 23:14:58 +00:00
|
|
|
<br>
|
|
|
|
<input id="dname" placeholder="main.<?= PLACEHOLDER_DOMAIN ?>" name="dname" type="text">
|
|
|
|
<br>
|
2023-01-21 00:27:52 +00:00
|
|
|
<input type="submit" value="<?= _('Apply') ?>">
|
2022-06-29 23:14:58 +00:00
|
|
|
</form>
|