|
@@ -3,27 +3,27 @@
|
|
|
pageEncoding="UTF-8"%>
|
|
|
|
|
|
<script>
|
|
|
-$( function(){
|
|
|
-// localStorage.clear();
|
|
|
- var lifeCenterNotice = localStorage.getItem( "notice" );
|
|
|
+// $( function(){
|
|
|
+// // localStorage.clear();
|
|
|
+// var lifeCenterNotice = localStorage.getItem( "notice" );
|
|
|
|
|
|
- if( lifeCenterNotice != "ok" ){
|
|
|
- alertBox({
|
|
|
- title : '<span class="" style="">공지<br/>(Notice)</span>',
|
|
|
- txt : '<div class="text-dark" style="line-height:30px;font-size:16px !important;color:#000;">' +
|
|
|
- ' <div>○ 생활치료센터 비대면진료시스템 콜센터 운영기간 안내</div> <span class="notice-en">시스템 이용문의 관련 콜센터 운영기간이 연중무휴로 연장되어 안내드립니다.</span>' +
|
|
|
- ' <div class="mt-4">- 콜센터 운영 : (기존) 평일 9시~18시 → (변경) 연중무휴 9시~18시</div>' +
|
|
|
- ' <div class="mt-2">- 콜센터 번호 : ☏ 1661-7551</div>' +
|
|
|
- '</div>' +
|
|
|
- '<br/><label id="check-notice"><input type="checkbox" id="life-center-notice" /> 다시보지않기 <label>',
|
|
|
- callBack : function( result ){
|
|
|
- if( $( "#life-center-notice" ).prop( "checked" ) == true ){
|
|
|
- localStorage.notice = "ok";
|
|
|
- }
|
|
|
- }
|
|
|
- });
|
|
|
- }
|
|
|
-});
|
|
|
+// if( lifeCenterNotice != "ok" ){
|
|
|
+// alertBox({
|
|
|
+// title : '<span class="" style="">공지<br/>(Notice)</span>',
|
|
|
+// txt : '<div class="text-dark" style="line-height:30px;font-size:16px !important;color:#000;">' +
|
|
|
+// ' <div>○ 생활치료센터 비대면진료시스템 콜센터 운영기간 안내</div> <span class="notice-en">시스템 이용문의 관련 콜센터 운영기간이 연중무휴로 연장되어 안내드립니다.</span>' +
|
|
|
+// ' <div class="mt-4">- 콜센터 운영 : (기존) 평일 9시~18시 → (변경) 연중무휴 9시~18시</div>' +
|
|
|
+// ' <div class="mt-2">- 콜센터 번호 : ☏ 1661-7551</div>' +
|
|
|
+// '</div>' +
|
|
|
+// '<br/><label id="check-notice"><input type="checkbox" id="life-center-notice" /> 다시보지않기 <label>',
|
|
|
+// callBack : function( result ){
|
|
|
+// if( $( "#life-center-notice" ).prop( "checked" ) == true ){
|
|
|
+// localStorage.notice = "ok";
|
|
|
+// }
|
|
|
+// }
|
|
|
+// });
|
|
|
+// }
|
|
|
+// });
|
|
|
</script>
|
|
|
<style type="text/css">
|
|
|
#check-notice{ font-size: 14px;
|
|
@@ -80,9 +80,11 @@ $( function(){
|
|
|
<li class="sidebar-item <c:if test='${data._MENUPATH eq "push"}'>active</c:if>">
|
|
|
<a class="sidebar-link" href="/push/list">푸시 서비스 관리(테스트)</a>
|
|
|
</li>
|
|
|
- <li class="sidebar-item <c:if test='${data._MENUPATH eq "notice"}'>active</c:if>">
|
|
|
- <a class="sidebar-link" href="/notice/list">공지사항</a>
|
|
|
- </li>
|
|
|
+ </c:if>
|
|
|
+ <li class="sidebar-item <c:if test='${data._MENUPATH eq "notice"}'>active</c:if>">
|
|
|
+ <a class="sidebar-link" href="/notice/list">공지사항</a>
|
|
|
+ </li>
|
|
|
+ <c:if test="${data._SES_ID eq 'user'}">
|
|
|
<li class="sidebar-item <c:if test='${data._MENUPATH eq "qna"}'>active</c:if>">
|
|
|
<a class="sidebar-link" href="/qna/list">의견 게시판</a>
|
|
|
</li>
|