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
1cdad9ff
Commit
1cdad9ff
authored
Mar 21, 2018
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
ca321762
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
5 deletions
+19
-5
admin/controllers/support/notice.php
admin/controllers/support/notice.php
+0
-0
admin/views/defaultTheme/index/index.html
admin/views/defaultTheme/index/index.html
+11
-4
platyFramework/apps/admin/views/defaultTheme/app/config_mobileapp.html
...k/apps/admin/views/defaultTheme/app/config_mobileapp.html
+7
-0
platyFramework/apps/admin/views/defaultTheme/common/footer.html
...ramework/apps/admin/views/defaultTheme/common/footer.html
+1
-1
platyFramework/apps/modules/common/models/ptyboard/item.php
platyFramework/apps/modules/common/models/ptyboard/item.php
+0
-0
No files found.
admin/controllers/support/notice.php
View file @
1cdad9ff
No preview for this file type
admin/views/defaultTheme/index/index.html
View file @
1cdad9ff
...
...
@@ -3,7 +3,7 @@
</script>
<?php
$newAppVer = "1.
8
.0";
$newAppVer = "1.
9
.0";
{
require_once(PLATYFRAMEWORK_SYSTEMDIR . "/platyLibrary/external/simpleHtmlDom/simple_html_dom.php");
$package_name = $this->config->mobileapp->packageName;
...
...
@@ -18,10 +18,17 @@ $newAppVer = "1.8.0";
else
$content = file_get_contents($fileName);
$html = pty_str_get_html($content, true);
if (isset($html) && $html) {
foreach ($html->find('div') as $i => $element) {
if ($element->plaintext == "Current Version" || $element->plaintext == "현재 버전") {
$appVersion = trim($element->next_sibling()->plaintext);
}
}
/*
//업체명 파싱
foreach ($html->find('a.primary') as $element) {
$data['company'] = $element->plaintext;
...
...
@@ -62,11 +69,11 @@ $newAppVer = "1.8.0";
}
$appVersion = trim($data['version'][0]);
*/
if ($newAppVer > $appVersion)
{
$needUpdate = true;
}
// ptyDebug($data);
}
}
...
...
@@ -76,7 +83,7 @@ $newAppVer = "1.8.0";
<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>
새로운 버전이 출시되었습니다.
<a
href=
"/admin/support/notice/item/?id=
7
"
>
이동
</a>
하여 가이드에 따라 최신 앱을 등록해 주세요
<br>
새로운 버전이 출시되었습니다.
<a
href=
"/admin/support/notice/item/?id=
8
"
>
이동
</a>
하여 가이드에 따라 최신 앱을 등록해 주세요
<br>
관리자페이지 문의 : 010-7539-7017(매니져)
</div>
<? } ?>
...
...
platyFramework/apps/admin/views/defaultTheme/app/config_mobileapp.html
View file @
1cdad9ff
...
...
@@ -206,6 +206,13 @@ namespace platyFramework;
</div>
</div>
<div
class=
"row"
>
<div
class=
'col-md-9'
>
<?= $form->getSelect("카카오톡 공유 방식", "detail_share_kakaotalk_type", array("제목" => 0, "내용" => 1), "", ""); ?>
</div>
</div>
</div>
</div>
<div
class=
"box-footer"
>
...
...
platyFramework/apps/admin/views/defaultTheme/common/footer.html
View file @
1cdad9ff
...
...
@@ -21,7 +21,7 @@
<div
class=
"pull-right hidden-xs"
>
<!-- <b>Mail to</b> : cpueblo@platyhouse.com, http://www.platyhouse.com-->
</div>
<strong><a
href=
"http://platyhouse.com/"
>
<?=$this->config->system->appName?>
Administrator
</a>
. 관리자페이지 문의 : 010-7539-7017(매니져).
</strong>
storyShare PlatyFramework v1.3.
1
All rights reserved.
<strong><a
href=
"http://platyhouse.com/"
>
<?=$this->config->system->appName?>
Administrator
</a>
. 관리자페이지 문의 : 010-7539-7017(매니져).
</strong>
storyShare PlatyFramework v1.3.
2
All rights reserved.
</footer>
<div
class=
"modal fade"
id=
"removeDialog"
>
<div
class=
"modal-dialog"
>
...
...
platyFramework/apps/modules/common/models/ptyboard/item.php
View file @
1cdad9ff
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