Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
makerslean_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
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
makerslean
makerslean_www_encrypt
Commits
6bcc342e
Commit
6bcc342e
authored
Aug 12, 2022
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- encrypted
parent
63b32726
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
22 deletions
+26
-22
modules/ptymobileapp/ptymobileapp.config.index.admin.view.html
...es/ptymobileapp/ptymobileapp.config.index.admin.view.html
+26
-22
No files found.
modules/ptymobileapp/ptymobileapp.config.index.admin.view.html
View file @
6bcc342e
...
@@ -31,8 +31,10 @@ namespace platyFramework;
...
@@ -31,8 +31,10 @@ namespace platyFramework;
</div>
</div>
<div
class=
"box-body pad"
>
<div
class=
"box-body pad"
>
<input
type=
"hidden"
name=
"id"
value=
"<?= $item->id ?>"
>
<input
type=
"hidden"
name=
"id"
value=
"<?= $item->id ?>"
>
<? if ($this->request->ip == "61.77.83.16") { ?>
<? if ($this->signedInItem->isSuperAdmin()) { ?>
<?= $form->getInput("안드로이드 패키지명 설정", "androidPackageName", "placeholder='com.xxx.xxx'"); ?>
<?= $form->getInput("@안드로이드 패키지명 설정", "androidPackageName", "placeholder='com.xxx.xxx'"); ?>
<?= $form->getInput("@redirectAndroidApp", "redirectAndroidApp", "placeholder='com.xxx.xxx'"); ?>
<?= $form->getInput("@redirectUrl", "redirectUrl", "placeholder='http://www.~~~'"); ?>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-2 control-label"
>
앱 설치 URL
</label>
<label
class=
"col-sm-2 control-label"
>
앱 설치 URL
</label>
<?
<?
...
@@ -89,10 +91,12 @@ namespace platyFramework;
...
@@ -89,10 +91,12 @@ namespace platyFramework;
<?= $form->getSelect("종료 팝업시 배너 노출", "enableQuitBanner", array("ON" => "1", "OFF" => 0), "", "광고 설정에 배너ID 가 설정되어 있어야 합니다"); ?>
<?= $form->getSelect("종료 팝업시 배너 노출", "enableQuitBanner", array("ON" => "1", "OFF" => 0), "", "광고 설정에 배너ID 가 설정되어 있어야 합니다"); ?>
<?= $form->getFile("Main 화면 타이틀 설정", "mainTitle"); ?>
<?= $form->getFile("Main 화면 타이틀 설정", "mainTitle"); ?>
<? $o = ""; $this->callAction("onAdminTableItemsEditBottom", $this, $o); echo $o; ?>
<? $o = "";
<?= $form->getSelect("백그라운드 유튜브 재생 기능", "enablePlayBackgroundYoutube", array ("ON" => "1", "OFF" => 0, "기본 (ON)" => "")); ?>
$this->callAction("onAdminTableItemsEditBottom", $this, $o);
<?= $form->getSelect("게시물 본문 불펌 방지 기능", "enableBoardLongClickDisable", array ("ON" => "1", "OFF" => 0, "기본 (ON)" => "")); ?>
echo $o; ?>
<?= $form->getSelect("유튜브 게시 기능", "enableYoutube", array ("ON" => "1", "OFF" => 0, "기본 (ON)" => ""), "", "앱 내의 모든 Youtube 게시를 ON/OFF 합니다"); ?>
<?= $form->getSelect("백그라운드 유튜브 재생 기능", "enablePlayBackgroundYoutube", array("ON" => "1", "OFF" => 0, "기본 (ON)" => "")); ?>
<?= $form->getSelect("게시물 본문 불펌 방지 기능", "enableBoardLongClickDisable", array("ON" => "1", "OFF" => 0, "기본 (ON)" => "")); ?>
<?= $form->getSelect("유튜브 게시 기능", "enableYoutube", array("ON" => "1", "OFF" => 0, "기본 (ON)" => ""), "", "앱 내의 모든 Youtube 게시를 ON/OFF 합니다"); ?>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
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