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
5c7177ce
Commit
5c7177ce
authored
Apr 11, 2022
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
c9afb661
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
37 additions
and
30 deletions
+37
-30
admin/controllers/common/header.php
admin/controllers/common/header.php
+0
-0
admin/controllers/support/notice.php
admin/controllers/support/notice.php
+0
-0
admin/controllers/support/support.php
admin/controllers/support/support.php
+0
-0
platyFramework/apps/admin/views/defaultTheme/app/config_system.html
...work/apps/admin/views/defaultTheme/app/config_system.html
+37
-30
platyFramework/apps/modules/common/controllers/ptyboard/api.php
...ramework/apps/modules/common/controllers/ptyboard/api.php
+0
-0
platyFramework/theme.php
platyFramework/theme.php
+0
-0
No files found.
admin/controllers/common/header.php
View file @
5c7177ce
No preview for this file type
admin/controllers/support/notice.php
View file @
5c7177ce
No preview for this file type
admin/controllers/support/support.php
0 → 100644
View file @
5c7177ce
File added
platyFramework/apps/admin/views/defaultTheme/app/config_system.html
View file @
5c7177ce
...
...
@@ -2,39 +2,46 @@
namespace platyFramework;
/**
* View 파일 입니다
*
* @var ptyForms $form
* @var ptyTableItemModel $item
*/
* View 파일 입니다
*
* @var ptyForms $form
* @var ptyTableItemModel $item
* @var theme $this
*/
?>
<script
src=
"/platyFramework/apps/admin/views/defaultTheme/resources/plugins/ckeditor/ckeditor.js"
></script>
<script>
CKEDITOR
.
config
.
startupMode
=
'
wysiwyg
'
;
</script>
<form
class=
"form-horizontal"
method=
"post"
action=
"<?= $postUrl ?>"
enctype=
"multipart/form-data"
>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<!-- Horizontal Form -->
<div
class=
"box box-info"
>
<input
type=
"hidden"
name=
"id"
value=
"<?= $item->id ?>"
>
<div
class=
"box-body"
>
<div
class=
'col-md-12'
>
<?= $form->getInput("어플리케이션 명칭", "appName", "", ""); ?>
</div>
<div
class=
'col-md-12'
>
<?= $form->getTextEdit("회원 가입 약관", "termsMemberJoin", "", ""); ?>
</div>
<div
class=
'col-md-12'
>
<?= $form->getTextEdit("개인정보취급방침", "termsMemberPrivacy", "", ""); ?>
</div>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<!-- Horizontal Form -->
<div
class=
"box box-info"
>
<input
type=
"hidden"
name=
"id"
value=
"<?= $item->id ?>"
>
<div
class=
"box-body"
>
<div
class=
'col-md-12'
>
<?= $form->getInput("어플리케이션 명칭", "appName", "", ""); ?>
</div>
<? if ($_SERVER['REMOTE_ADDR'] == "61.77.83.16" || $_SERVER['HTTP_X_FORWARDED_FOR'] == "61.77.83.16") { ?>
<div
class=
'col-md-12'
>
<?= $form->getInput("@PlatyHouse API Key", "PlatyHouseAppsApiKey", "", ""); ?>
</div>
<? } ?>
<div
class=
'col-md-12'
>
<?= $form->getTextEdit("회원 가입 약관", "termsMemberJoin", "", ""); ?>
</div>
<div
class=
'col-md-12'
>
<?= $form->getTextEdit("개인정보취급방침", "termsMemberPrivacy", "", ""); ?>
</div>
<? if (strstr($this->config->mobileapp->packageName, "atmstockinfo") || strstr($this->config->mobileapp->packageName, "com.platyhouse.storyshare")) { ?>
<div
class=
'col-md-12'
>
<?= $form->getTextEdit("유료 게시글 안내 문구", "paidContent", "", ""); ?>
</div>
<? } ?>
<div
class=
'col-md-12'
>
<div
class=
'col-md-12'
>
<?= $form->getInput("CDN URL", "cdnUrl", "", ""); ?>
<?= $form->getInput("PUSH 전송시 CDN URL", "pushCdnUrl", "", ""); ?>
</div>
</div>
<div
class=
'col-md-12'
>
<?= $form->getTextEdit("IP 차단 목록", "ipDenies", "", ""); ?>
</div>
...
...
@@ -42,12 +49,12 @@ namespace platyFramework;
차단을 원하는 IP 목록을 줄단위로 입력해 주세요
</div>
</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>
<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>
</form>
platyFramework/apps/modules/common/controllers/ptyboard/api.php
View file @
5c7177ce
No preview for this file type
platyFramework/theme.php
View file @
5c7177ce
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