9 lines
326 B
PHP
9 lines
326 B
PHP
<?php declare(strict_types=1); ?>
|
|
<form method="post">
|
|
<?php require ROOT_PATH . '/pg-view/ns/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>
|