Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
storyshare_www_encrypt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Analytics
Repository Analytics
Value Stream Analytics
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
goodmorning
storyshare
storyshare_www_encrypt
Commits
19f817c1
Commit
19f817c1
authored
Jan 24, 2019
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
1cf4c8ba
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
42 additions
and
19 deletions
+42
-19
platyFramework/apps/admin/controllers/ptyboard/board.php
platyFramework/apps/admin/controllers/ptyboard/board.php
+0
-0
platyFramework/apps/admin/views/defaultTheme/app/config_mobileapp.html
...k/apps/admin/views/defaultTheme/app/config_mobileapp.html
+41
-18
platyFramework/apps/admin/views/defaultTheme/common/footer.html
...ramework/apps/admin/views/defaultTheme/common/footer.html
+1
-1
platyFramework/apps/modules/common/controllers/ptyapp/api.php
...yFramework/apps/modules/common/controllers/ptyapp/api.php
+0
-0
platyFramework/apps/modules/common/controllers/ptyboard/api.php
...ramework/apps/modules/common/controllers/ptyboard/api.php
+0
-0
No files found.
platyFramework/apps/admin/controllers/ptyboard/board.php
View file @
19f817c1
No preview for this file type
platyFramework/apps/admin/views/defaultTheme/app/config_mobileapp.html
View file @
19f817c1
...
...
@@ -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>
<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"
>
...
...
platyFramework/apps/admin/views/defaultTheme/common/footer.html
View file @
19f817c1
...
...
@@ -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"
>
...
...
platyFramework/apps/modules/common/controllers/ptyapp/api.php
View file @
19f817c1
No preview for this file type
platyFramework/apps/modules/common/controllers/ptyboard/api.php
View file @
19f817c1
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment