2023-07-17 19:15:18 +00:00
|
|
|
<?php declare(strict_types=1); ?>
|
2022-06-29 23:14:58 +00:00
|
|
|
<form method="post">
|
2023-04-09 22:50:42 +00:00
|
|
|
<?php require ROOT_PATH . '/pg-view/ns/form.ns.php'; ?>
|
2023-01-21 00:27:52 +00:00
|
|
|
<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>
|