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
106b1626
Commit
106b1626
authored
May 13, 2022
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
cbaa83d6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
315 additions
and
309 deletions
+315
-309
platyFramework/apps/admin/views/defaultTheme/app/config_mobileapp.html
...k/apps/admin/views/defaultTheme/app/config_mobileapp.html
+315
-309
No files found.
platyFramework/apps/admin/views/defaultTheme/app/config_mobileapp.html
View file @
106b1626
...
...
@@ -22,9 +22,11 @@ namespace platyFramework;
<div
class=
"box-body"
>
<div
class=
'col-md-12'
>
<div
class=
"row"
>
<div
class=
'col-md-
9
'
>
<div
class=
'col-md-
12
'
>
<? if ($_SESSION['superAdmin'] == 1 || $_SERVER['REMOTE_ADDR'] == "221.153.38.6" || $_SERVER['HTTP_X_FORWARDED_FOR'] == "221.153.38.6") { ?>
<?= $form->getInput("@앱 패키지명 설정", "packageName", "placeholder='com.xxx.xxx'"); ?>
<?= $form->getInput("@redirectAndroidApp", "redirectAndroidApp", "placeholder='com.xxx.xxx'"); ?>
<?= $form->getInput("@redirectUrl", "redirectUrl", "placeholder='http://www.~~~'"); ?>
<? } ?>
<div
class=
"form-group"
>
<label
class=
"col-sm-2 control-label"
>
앱 설치 URL
</label>
...
...
@@ -51,10 +53,9 @@ namespace platyFramework;
</div>
<b><font
color=
"blue"
></font></b><br>
</div>
</div>
</div>
<?= $form->getSelect("초기화면 이미지 노출 시간 설정", "intro_show_time", array
("노출안함" => 0, "0.5초" => 500, "1초" => 1000, "2초" => 2000, "3초" => 3000, "4초" => 4000, "5초" => 5000)); ?>
<?= $form->getSelect("초기화면 이미지 노출 시간 설정", "intro_show_time", array("노출안함" => 0, "0.5초" => 500, "1초" => 1000, "2초" => 2000, "3초" => 3000, "4초" => 4000, "5초" => 5000)); ?>
<?= $form->getFile("Main 화면 타이틀 설정", "mainTitle"); ?>
<? if ($_SESSION['superAdmin'] == 1 || $_SERVER['REMOTE_ADDR'] == "221.153.38.6" || strstr($this->config->mobileapp->packageName, "com.storyshare.goodwordlove")) { ?>
...
...
@@ -85,7 +86,8 @@ namespace platyFramework;
<?= $form->getSelect("전면 광고 노출 형태", "fullAdvertiseThemeType", array("설정하세요" => 0, "닫기/보기 형태" => 1, "X 닫기 형태" => 2), "", ""); ?>
</div>
</div>
<? /* refs ptyAppAdvertiseController */ for ($i = 1; $i <= 10; $i++) { ?>
<? /* refs ptyAppAdvertiseController */
for ($i = 1; $i <= 10; $i++) { ?>
<div
class=
"row"
>
<div
class=
'col-md-12'
>
<div
class=
"row"
>
...
...
@@ -108,7 +110,8 @@ namespace platyFramework;
</div>
</div>
<? /* refs ptyAppAdvertiseController */ for ($i = 1; $i <= 10; $i++) { ?>
<? /* refs ptyAppAdvertiseController */
for ($i = 1; $i <= 10; $i++) { ?>
<div
class=
"row"
>
<div
class=
'col-md-12'
>
<div
class=
"row"
>
...
...
@@ -123,6 +126,7 @@ namespace platyFramework;
</div>
<? } ?>
</div>
</div>
<div
class=
"box-body"
>
</div>
<div
class=
"box-footer"
>
...
...
@@ -131,6 +135,8 @@ namespace platyFramework;
</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>
...
...
@@ -190,7 +196,7 @@ namespace platyFramework;
<?= $form->getTextEdit("app-ads.txt 설정", "appadstxt"); ?>
</div>
<div
class=
'col-md-5'
>
<b>
특별한 사유가 없다면 왼쪽은 빈 여백으로 놔두세요! 시스템이 자동으로 생성합니다.
<a
href=
"http://<?=$_SERVER['HTTP_HOST']
?>/app-ads.txt"
target=
"_blank"
>
확인하러 가기
</a></b><br>
<b>
특별한 사유가 없다면 왼쪽은 빈 여백으로 놔두세요! 시스템이 자동으로 생성합니다.
<a
href=
"http://<?= $_SERVER['HTTP_HOST']
?>/app-ads.txt"
target=
"_blank"
>
확인하러 가기
</a></b><br>
(pub-xxxx 는 '전면 광고' 의 광고ID 값을 참조하게 됩니다)
<br>
<br>
아직 구글 플레이 콘솔에 '웹사이트 항목' 을 입력하지 않았다면
<br>
공지사항의 '[안내] app-ads.txt 를 위해 웹사이트 항목을 설정해 주세요' 글을 꼭 진행해 주세요
<br>
<br>
...
...
@@ -203,8 +209,8 @@ namespace platyFramework;
$pub = str_replace("ca-app-", "", $pubs[0]);
?>
<font
color=
"green"
>
[ 시스템 기본값 ]
</font><br>
google.com,
<?=$pub
?>
, DIRECT, f08c47fec0942fa0
<br>
subdomain=
<?=$_SERVER['HTTP_HOST']
?>
<br>
google.com,
<?= $pub
?>
, DIRECT, f08c47fec0942fa0
<br>
subdomain=
<?= $_SERVER['HTTP_HOST']
?>
<br>
</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