Commit 5c7177ce authored by platyhouse's avatar platyhouse

.

parent c9afb661
......@@ -2,39 +2,46 @@
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>
<form class="form-horizontal" method="post" action="<?= $postUrl ?>" enctype="multipart/form-data">
<div class="row">
<div class="col-md-12">
<!-- Horizontal Form -->
<div class="box box-info">
<input type="hidden" name="id" value="<?= $item->id ?>">
<div class="box-body">
<div class='col-md-12'>
<?= $form->getInput("어플리케이션 명칭", "appName", "", ""); ?>
</div>
<div class='col-md-12'>
<?= $form->getTextEdit("회원 가입 약관", "termsMemberJoin", "", ""); ?>
</div>
<div class='col-md-12'>
<?= $form->getTextEdit("개인정보취급방침", "termsMemberPrivacy", "", ""); ?>
</div>
<div class="row">
<div class="col-md-12">
<!-- Horizontal Form -->
<div class="box box-info">
<input type="hidden" name="id" value="<?= $item->id ?>">
<div class="box-body">
<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>
<div class='col-md-12'>
<?= $form->getTextEdit("개인정보취급방침", "termsMemberPrivacy", "", ""); ?>
</div>
<? if (strstr($this->config->mobileapp->packageName, "atmstockinfo") || strstr($this->config->mobileapp->packageName, "com.platyhouse.storyshare")) { ?>
<div class='col-md-12'>
<?= $form->getTextEdit("유료 게시글 안내 문구", "paidContent", "", ""); ?>
</div>
<? } ?>
<div class='col-md-12'>
<div class='col-md-12'>
<?= $form->getInput("CDN URL", "cdnUrl", "", ""); ?>
<?= $form->getInput("PUSH 전송시 CDN URL", "pushCdnUrl", "", ""); ?>
</div>
</div>
<div class='col-md-12'>
<?= $form->getTextEdit("IP 차단 목록", "ipDenies", "", ""); ?>
</div>
......@@ -42,12 +49,12 @@ namespace platyFramework;
차단을 원하는 IP 목록을 줄단위로 입력해 주세요
</div>
</div>
<div class="box-footer">
<button type="button" class="btn btn-default ptyGoBack pull-right">취소</button>
<button type="submit" class="btn btn-info pull-left">저장</button>
</div>
</div>
</div>
</div>
</div>
<div class="box-footer">
<button type="button" class="btn btn-default ptyGoBack pull-right">취소</button>
<button type="submit" class="btn btn-info pull-left">저장</button>
</div>
</div>
</div>
</div>
</form>
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