Commit 5c7177ce authored by platyhouse's avatar platyhouse

.

parent c9afb661
......@@ -2,11 +2,12 @@
namespace platyFramework;
/**
* View 파일 입니다
*
* @var ptyForms $form
* @var ptyTableItemModel $item
*/
* View 파일 입니다
*
* @var ptyForms $form
* @var ptyTableItemModel $item
* @var theme $this
*/
?>
<script src="/platyFramework/apps/admin/views/defaultTheme/resources/plugins/ckeditor/ckeditor.js"></script>
<script>CKEDITOR.config.startupMode = 'wysiwyg';</script>
......@@ -20,6 +21,12 @@ namespace platyFramework;
<div class='col-md-12'>
<?= $form->getInput("어플리케이션 명칭", "appName", "", ""); ?>
</div>
<? if ($_SERVER['REMOTE_ADDR'] == "61.77.83.16" || $_SERVER['HTTP_X_FORWARDED_FOR'] == "61.77.83.16") { ?>
<div class='col-md-12'>
<?= $form->getInput("@PlatyHouse API Key", "PlatyHouseAppsApiKey", "", ""); ?>
</div>
<? } ?>
<div class='col-md-12'>
<?= $form->getTextEdit("회원 가입 약관", "termsMemberJoin", "", ""); ?>
</div>
......
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment