���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/tie.cx/themes/altum/views/admin/domain-create/index.php
���ѧ٧ѧ�
<?php defined('ALTUMCODE') || die() ?> <div class="mb-4"> <h1 class="h3"><i class="fa fa-fw fa-xs fa-globe text-primary-900 mr-2"></i> <?= language()->admin_domain_create->header ?></h1> <p class="text-muted"><?= language()->admin_domain_create->subheader ?></p> </div> <?= \Altum\Alerts::output_alerts() ?> <div class="card <?= \Altum\Alerts::has_field_errors() ? 'border-danger' : null ?>"> <div class="card-body"> <form action="" method="post" role="form"> <input type="hidden" name="token" value="<?= \Altum\Middlewares\Csrf::get() ?>" /> <?php $url = parse_url(SITE_URL); $host = $url['host'] . (mb_strlen($url['path']) > 1 ? $url['path'] : null); ?> <p class="text-muted"><?= sprintf(language()->admin_domains->main->helper, '<strong>' . $_SERVER['SERVER_ADDR'] . '</strong>', '<strong>' . $host . '</strong>') ?></p> <div class="form-group"> <label for="host"><?= language()->admin_domains->main->host ?></label> <div class="input-group"> <div class="input-group-prepend"> <select name="scheme" class="appearance-none select-custom-altum form-control form-control-lg input-group-text"> <option value="https://">https://</option> <option value="http://">http://</option> </select> </div> <input id="host" type="text" name="host" class="form-control form-control-lg <?= \Altum\Alerts::has_field_errors('host') ? 'is-invalid' : null ?>" placeholder="<?= language()->admin_domains->main->host_placeholder ?>" required="required" /> <?= \Altum\Alerts::output_field_error('host') ?> </div> <small class="form-text text-muted"><?= language()->admin_domains->main->host_help ?></small> </div> <div class="form-group"> <label for="custom_index_url"><?= language()->admin_domains->main->custom_index_url ?></label> <input id="custom_index_url" type="text" name="custom_index_url" class="form-control form-control-lg" placeholder="<?= language()->admin_domains->main->custom_index_url_placeholder ?>" /> <small class="form-text text-muted"><?= language()->admin_domains->main->custom_index_url_help ?></small> </div> <div class="form-group"> <label for="custom_not_found_url"><?= language()->admin_domains->main->custom_not_found_url ?></label> <input id="custom_not_found_url" type="text" name="custom_not_found_url" class="form-control form-control-lg" placeholder="<?= language()->admin_domains->main->custom_not_found_url_placeholder ?>" /> <small class="form-text text-muted"><?= language()->admin_domains->main->custom_not_found_url_help ?></small> </div> <div class="form-group"> <label for="is_enabled"><?= language()->admin_domains->main->is_enabled ?></label> <select id="is_enabled" name="is_enabled" class="form-control form-control-lg"> <option value="1"><?= language()->global->active ?></option> <option value="0"><?= language()->global->disabled ?></option> </select> </div> <div class="mt-4"> <button type="submit" name="submit" class="btn btn-primary"><?= language()->global->create ?></button> </div> </form> </div> </div>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�