dname.php 326 B

123456789
  1. <?php declare(strict_types=1); ?>
  2. <form method="post">
  3. <?php require ROOT_PATH . '/pg-view/ns/form.ns.php'; ?>
  4. <label for="dname"><?= _('Delegation name') ?></label>
  5. <br>
  6. <input id="dname" placeholder="main.<?= PLACEHOLDER_DOMAIN ?>" name="dname" type="text">
  7. <br>
  8. <input type="submit" value="<?= _('Apply') ?>">
  9. </form>