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
Hide 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>
...
@@ -106,24 +110,24 @@ namespace platyFramework;
...
@@ -106,24 +110,24 @@ namespace platyFramework;
$ptymobileapp = $this->config->getConfig("ptymobileapp");
$ptymobileapp = $this->config->getConfig("ptymobileapp");
$packageName = $ptymobileapp->androidPackageName;
$packageName = $ptymobileapp->androidPackageName;
if ($this->request->ip == "61.77.83.16" || strstr($packageName, "com.makerslean.hangari")) { ?>
if ($this->request->ip == "61.77.83.16" || strstr($packageName, "com.makerslean.hangari")) { ?>
<div
class=
"box box-primary"
>
<div
class=
"box box-primary"
>
<div
class=
"box-header with-border"
>
<div
class=
"box-header with-border"
>
<h3
class=
"box-title"
>
푸시 알림 영역 확장 기능 - com.makerslean.hangari only
</h3>
<h3
class=
"box-title"
>
푸시 알림 영역 확장 기능 - com.makerslean.hangari only
</h3>
<div
class=
"box-tools pull-right"
>
<div
class=
"box-tools pull-right"
>
<button
type=
"button"
class=
"btn btn-box-tool"
data-widget=
"collapse"
><i
class=
"fa fa-minus"
></i>
<button
type=
"button"
class=
"btn btn-box-tool"
data-widget=
"collapse"
><i
class=
"fa fa-minus"
></i>
</button>
</button>
</div>
</div>
<div
class=
"box-body pad"
>
<?= $form->getInput("푸시 알림 제목 색상", "notificationColor", "", "#000000 형식으로 입력. <a target=_blank href='https://colorhunt.co/palettes/pastel'>https://colorhunt.co/palettes/pastel</a>"); ?>
<?= $form->getSelect("푸시 알림 최상위 여부", "notificationPriority", ["최상위" => 1, "기본" => 0], "", ""); ?>
<?= $form->getSelect("푸시 알림 팝업 여부", "notificationOngoing", ["사용" => "1", "기본" => 0], "", "푸시 알림 설정은 앱 1회 실행 이후에 반영됩니다"); ?>
</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
class=
"box-body pad"
>
<?= $form->getInput("푸시 알림 제목 색상", "notificationColor", "", "#000000 형식으로 입력. <a target=_blank href='https://colorhunt.co/palettes/pastel'>https://colorhunt.co/palettes/pastel</a>"); ?>
<?= $form->getSelect("푸시 알림 최상위 여부", "notificationPriority", ["최상위" => 1, "기본" => 0], "", ""); ?>
<?= $form->getSelect("푸시 알림 팝업 여부", "notificationOngoing", ["사용" => "1", "기본" => 0], "", "푸시 알림 설정은 앱 1회 실행 이후에 반영됩니다"); ?>
</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-primary"
>
<div
class=
"box box-primary"
>
...
...
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