servnest/pg-view/ns/cname.php

9 lines
267 B
PHP

<form method="post">
<?php require 'form.ns.php'; ?>
<label for="cname"><?= _('Canonical name') ?></label>
<br>
<input id="cname" placeholder="main.<?= PLACEHOLDER_DOMAIN ?>" name="cname" type="text">
<br>
<input type="submit" value="<?= _('Apply') ?>">
</form>