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
163a3dcb
Commit
163a3dcb
authored
Mar 16, 2022
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
9a5e876e
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
111 additions
and
39 deletions
+111
-39
admin/views/defaultTheme/index/index.html
admin/views/defaultTheme/index/index.html
+111
-39
platyFramework/apps/modules/common/controllers/ptyboard/api.php
...ramework/apps/modules/common/controllers/ptyboard/api.php
+0
-0
platyFramework/apps/modules/common/models/ptyboard/item.php
platyFramework/apps/modules/common/models/ptyboard/item.php
+0
-0
platyFramework/apps/modules/common/models/ptyboard/list.php
platyFramework/apps/modules/common/models/ptyboard/list.php
+0
-0
No files found.
admin/views/defaultTheme/index/index.html
View file @
163a3dcb
...
...
@@ -4,12 +4,12 @@
</script>
<? if ($needUpdate) { ?>
<div
class=
"animated flash alert alert-info alert-dismissible"
>
<div
class=
"animated flash alert alert-info alert-dismissible"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
aria-hidden=
"true"
>
×
</button>
<h4><i
class=
"icon fa fa-bell"
></i>
앱 업데이트 안내 - v
<?=$newAppVer
?>
</h4>
<h4><i
class=
"icon fa fa-bell"
></i>
앱 업데이트 안내 - v
<?= $newAppVer
?>
</h4>
새로운 버전이 출시되었습니다.
<a
href=
"/admin/support/notice/items/?id=575"
>
이동
</a>
하여 가이드에 따라 최신 앱을 등록해 주세요
<br>
<? if (false) { ?>
관리자페이지 문의 : 010-6363-7977(매니져)
<? } ?>
</div>
</div>
<? } ?>
<? if ($this->loginUserItem->password == "*4ACFE3202A5FF5CF467898FC58AAB1D615029441" /* admin */) { ?>
<div
class=
"animated flash alert alert-danger alert-dismissible"
>
...
...
@@ -21,19 +21,13 @@
</div>
<? } ?>
<? if (false) {?>
<!-- 서버 모니터링 시작 -->
<script
id=
"ptyadsense_script"
type=
"text/javascript"
src=
"//apps.platyhouse.com/modules/ptyadsense/script_v1.js"
async
></script>
<div
id=
"ptyadsense_contents"
data-accessToken=
"<?=$ptyAppsAccessToken?>"
></div>
<!-- 서버 모니터링 종료 -->
<? } ?>
<? if (false) { ?>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-12 col-xs-12"
>
<?= $this->loader->controller("widget/app/adsense") ?>
</div>
</div>
</div>
<? } ?>
<div
class=
"row"
>
...
...
@@ -107,10 +101,10 @@
</div>
</div>
</div>
<? if (false) {?>
<? if (false) {
?>
<!-- 서버 모니터링 시작 -->
<script
id=
"ptyservermonitor-script"
type=
"text/javascript"
src=
"//apps.platyhouse.com/modules/ptyservermonitor/script_v1.js"
async
></script>
<div
id=
"ptyservermonitor_contents"
data-accessToken=
"ss<?=
$servermonitorAccessToken
?>"
></div>
<div
id=
"ptyservermonitor_contents"
data-accessToken=
"ss<?=
$servermonitorAccessToken
?>"
></div>
<!-- 서버 모니터링 종료 -->
<? } ?>
<div
class=
"row"
>
...
...
@@ -137,7 +131,7 @@
</div>
<?php
$abuseComments = $this->db->sql_list
("
$abuseComments = $this->db->sql_list("
select id, parentId, content from t_board_common where abuseComment = 1
limit 100
");
...
...
@@ -167,17 +161,95 @@ limit 100
$content = html_entity_decode($item['content']);
?>
<tr>
<td><span
class=
"label label-info"
>
<?=$item['parentId']
?>
</span></td>
<td>
<?=$content?>
<a
class=
'btn btn-xs btn-danger'
href=
"<?=$this->request->appUrl?>/board/board/edit/?id=<?=$item['parentId']
?>&ptyScrollToId=commentId_{$item['id']}"
>
이동
</a></td>
<td><span
class=
"label label-info"
>
<?= $item['parentId']
?>
</span></td>
<td>
<?= $content ?>
<a
class=
'btn btn-xs btn-danger'
href=
"<?= $this->request->appUrl ?>/board/board/edit/?id=<?= $item['parentId']
?>&ptyScrollToId=commentId_{$item['id']}"
>
이동
</a></td>
</tr>
<? } ?>
<? if (!count($abuseComments)) { ?>
<tr><td
colspan=
'2'
align=
'center'
>
댓글 신고 내역이 없습니다.
</td></tr>
<? }?>
<tr>
<td
colspan=
'2'
align=
'center'
>
댓글 신고 내역이 없습니다.
</td>
</tr>
<? } ?>
</tbody>
</table>
</div>
<!-- /.table-responsive -->
</div>
</div>
<? if (false) { ?>
<!-- 구독 여부 시작 -->
<script
id=
"ptysubscribe"
type=
"text/javascript"
src=
"//apps.platyhouse.com/modules/ptysubscribe/script_v1.js"
async
></script>
<div
id=
"ptysubscribe_contents"
data-accessToken=
"<?= $ptyAppsAccessToken ?>"
></div>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<div
class=
"box box-info"
>
<div
class=
"box-header with-border"
>
<h3
class=
"box-title"
>
나의 서비스 유지보수
</h3>
<div
class=
"box-tools pull-right"
>
<button
type=
"button"
class=
"btn btn-box-tool"
data-widget=
"collapse"
><i
class=
"fa fa-minus"
></i>
</button>
<button
type=
"button"
class=
"btn btn-box-tool"
data-widget=
"remove"
><i
class=
"fa fa-times"
></i></button>
</div>
</div>
<!-- /.box-header -->
<div
class=
"box-body"
>
<div
class=
"table-responsive"
>
<table
class=
"table no-margin"
>
<thead>
<?
$item['title'] = '앱명';
$item['type'] = 'server';
$items[] = $item;
$item['title'] = '';
$item['type'] = 'android';
$items[] = $item;
?>
<tr>
<th
class=
"text-center"
>
분류
</th>
<th
class=
"text-center"
>
서비스명
</th>
<?
$date = date("Y-m", strtotime("-11 month", strtotime(date("Y-m"))));
for ($i = 0; $i < 12; $i++) { ?>
<th
class=
"text-center"
>
<?= $date ?>
</th>
<?
$date = date("Y-m", strtotime("+1 month", strtotime($date)));
} ?>
</tr>
</thead>
<tbody>
<? foreach ($items as $item) { ?>
<tr>
<td
class=
"text-center"
>
<?= $item['type'] ?>
</td>
<td
class=
"text-center"
>
<?= $item['title'] ?>
</td>
<?
$date = date("Y-m", strtotime("-11 month", strtotime(date("Y-m"))));
$ox = "O";
for ($i = 0; $i < 12; $i++) { ?>
<td
class=
"text-center"
>
<?= $ox ?>
</td>
<?
$date = date("Y-m", strtotime("+1 month", strtotime($date)));
} ?>
</tr>
<? } ?>
</tbody>
</table>
</div>
<!-- /.table-responsive -->
</div>
<!-- /.box-body -->
<div
class=
"box-footer clearfix"
>
* 서버 - 일일 풀 서버 백업
&
장애 대응에 대한 유지 보수가 진행됩니다. (독립 서버의 경우 해당, 월 22,000원)
<br>
* 안드로이드 앱 - 서비스와 연관된 SDK, 구글 플레이, 안드로이드 OS 최신 대응 등 서비스가 원활하게 운영되도록 유지 보수 합니다. (월 33,000원)
<br>
* 미납 기간을 모두 납부해야 서버 및 안드로이드 앱 유지보수를 이용할 수 있습니다.
<br>
* 이용하시는 서비스가 누락되었거나, 알 수 없는 경우 문의를 남겨주세요.
</div>
<!-- /.box-footer -->
</div>
</div>
</div>
<!-- 구독 여부 종료 -->
<? } ?>
platyFramework/apps/modules/common/controllers/ptyboard/api.php
View file @
163a3dcb
No preview for this file type
platyFramework/apps/modules/common/models/ptyboard/item.php
View file @
163a3dcb
No preview for this file type
platyFramework/apps/modules/common/models/ptyboard/list.php
View file @
163a3dcb
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