Commit 19f817c1 authored by platyhouse's avatar platyhouse

.

parent 1cf4c8ba
......@@ -63,7 +63,38 @@ namespace platyFramework;
<button type="submit" class="btn btn-info pull-left">저장</button>
</div>
</div>
<? if (strstr($this->config->mobileapp->packageName, "com.storyshare.starrynight") || strstr($this->config->mobileapp->packageName, "com.platyhouse.storyshare")) { ?>
<div class="box box-info">
<div class="box-header with-border">
<h3 class="box-title">* 전면/배너 유형 설정 설정</h3>
</div>
<input type="hidden" name="id" value="<?= $item->id ?>">
<div class="box-body">
<div class='col-md-12'>
<div class="row">
<div class='col-md-9'>
<?= $form->getSelect("전면 에드몹/자체광고 여부", "fullAdvertiseType", array("구글 에드몹" => 0, "자체광고" => 1), "", ""); ?>
<?= $form->getSelect("전면 광고 노출 형태", "fullAdvertiseThemeType", array("설정하세요" => 0, "닫기/보기 형태" => 1, "X 닫기 형태" => 2), "", ""); ?>
<?= $form->getFile("전면 이미지", "fullAdvertiseImageUrl", 0); ?>
<?= $form->getInput("전면 클릭시 이동 URL", "fullAdvertiseLinkUrl", "placeholder='http://...'", ""); ?>
<div class='form-group'>
<hr>
</div>
<?= $form->getSelect("배너 에드몹/자체광고 여부", "bannerAdvertiseType", array("구글 에드몹" => 0, "자체광고" => 1), "", ""); ?>
<?= $form->getFile("배너 이미지", "bannerAdvertiseImageUrl", 0); ?>
<?= $form->getInput("배너 클릭시 이동 URL", "bannerAdvertiseLinkUrl", "placeholder='http://...'", ""); ?>
</div>
</div>
</div>
</div>
<div class="box-body">
</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 class="box box-info">
<div class="box-header with-border">
<h3 class="box-title">* Admob 광고 설정</h3>&nbsp;<a href="https://www.google.com/admob/" target="_blank">- https://www.google.com/admob/</a>
......@@ -95,15 +126,6 @@ namespace platyFramework;
<?= $form->getInput("광고ID", "admob_after_snsboardview_full_adid", "", ""); ?>
</div>
</div>
<div class="row">
<div class='col-md-9'>
<?= $form->getSelect("글 조회시 3회마다<br>전면 광고 노출 여부", "admob_show_full_fix", array("노출" => 1, "노출하지 않음" => 0), "", ""); ?>
</div>
<div class='col-md-3'>
</div>
</div>
<? if (FALSE) { ?>
<div class="row">
......@@ -122,6 +144,7 @@ namespace platyFramework;
<button type="submit" class="btn btn-info pull-left">저장</button>
</div>
</div>
<? if (FALSE) { ?>
<div class="box box-info">
<div class="box-header with-border">
......
......@@ -21,7 +21,7 @@
<div class="pull-right hidden-xs">
<!-- <b>Mail to</b> : cpueblo@platyhouse.com, http://www.platyhouse.com-->
</div>
<strong><a href=""><?=$this->config->system->appName?> Administrator</a>. 관리자페이지 문의 : 010-6363-7977(매니져). </strong> storyShare PlatyFramework v1.3.8 All rights reserved.
<strong><a href=""><?=$this->config->system->appName?> Administrator</a>. 관리자페이지 문의 : 010-6363-7977(매니져). </strong> storyShare PlatyFramework v1.3.9 All rights reserved.
</footer>
<div class="modal fade" id="removeDialog">
<div class="modal-dialog">
......
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