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
52232b31
Commit
52232b31
authored
May 26, 2022
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
106b1626
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
admin/views/defaultTheme/index/index.html
admin/views/defaultTheme/index/index.html
+29
-0
No files found.
admin/views/defaultTheme/index/index.html
View file @
52232b31
...
...
@@ -3,6 +3,35 @@
</script>
<?php
$isHttps = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? true : false;
if (!$isHttps && time() < strtotime("2022-06-31")) { ?>
<div
class=
"animated flash alert alert-error alert-dismissible"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
aria-hidden=
"true"
>
×
</button>
<h4><i
class=
"icon fa fa-bell"
></i>
🟠 중요공지 🟠 개인정보 보호법에 따른 인증서 적용건 (6월 10일까지 필독 사항)
</h4>
<a
href=
"/admin/support/support/notice/"
>
개인 정보 보호법에 따른 인증서 적용 공지가 있으니 확인해 주세요. 위 알림은 인증서 적용 후에는 자동으로 노출되지 않습니다.
</a>
</div>
<?php } ?>
<?php
if (false) { ?>
require_once (PLATYFRAMEWORK_APPDIR."/../admin/controllers/support/support.php");
$n = new \platyFramework\supportSupportController();
$this->appsUrl = strstr($_SERVER['HTTP_HOST'], "dev.storyshare.platyhouse.") ? "https://dev.apps.platyhouse.com" : "https://service.storyshare.co.kr";
$this->accessToken = $n->getAccessToken();
if ($this->accessToken == "") return;
echo "
<div
class=
'row'
>
<div
class=
'col-sm-12'
>
<script
type=
'text/javascript'
src=
'{$this->appsUrl}/route/iframe/js/'
async
></script>
<div
id=
'notice'
class=
'AppsRoute'
data-route=
'notice/api/show'
data-params=
''
data-accessToken=
'{$this->accessToken}'
></div>
</div>
</div>
";
<?php } ?>
<? if ($needUpdate) { ?>
<div
class=
"animated flash alert alert-info alert-dismissible"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
aria-hidden=
"true"
>
×
</button>
...
...
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