servnest/pg-view/ns/dname.php
2023-07-17 21:15:18 +02:00

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>