Toggle navigation
Toggle navigation
This project
Loading...
Sign in
teamPARK
/
holiday-counter-recommend-activity
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박규리
2022-05-28 15:42:14 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ae2e4eac4bff94c5b55f982450db9baabf3fab50
ae2e4eac
1 parent
0ab922f1
Updated holiday date
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
6 deletions
nodejs/views/data.ejs
nodejs/views/data.ejs
View file @
ae2e4ea
...
...
@@ -33,23 +33,50 @@
<div
id=
"activity"
>
<
% if (data[
1] == '20220601
') { %>
<
% if (data[
0] == '전국동시지방선거
') { %>
<h2>
1. 투표하세요.
</h2>
<h2>
2. 투표날이 어렵다면 사전투표하세요.
</h2>
<
% } else if (data[
1] == '20220505
') { %>
<
% } else if (data[
0] == '어린이날
') { %>
<h2>
1. 어린이날 즐기기.
</h2>
<h2>
2. 놀이공원
</h2>
<h2>
3. 서울숲
</h2>
<
% } else if (data[
1] == '20220606
') { %>
<
% } else if (data[
0] == '현충일
') { %>
<h2>
1. 현충원 가기.
</h2>
<h2>
2. 전쟁기념관 방문.
</h2>
<h2>
3. 어린이날 즐기기.
</h2>
<
% } else if (data[
1] == '20220508
') { %>
<
% } else if (data[
0] == '석가탄신일
') { %>
<h2>
절 가기.
</h2>
<
% } else if (data[0] == '부처님오신날') { %>
<h2>
절 가기.
</h2>
<
% } else if (data[0] == '1월1일') { %>
<h2>
Happy new year!
</h2>
<
% } else if (data[0] == '설날') { %>
<h2>
새해 복 많이 받으세요.
</h2>
<
% } else if (data[0] == '삼일절') { %>
<h2>
대한독립만세
</h2>
<
% } else if (data[0] == '광복절') { %>
<h2>
대한독립만세
</h2>
<
% } else if (data[0] == '추석') { %>
<h2>
추석입니다. 풍요로운 한가위 되세요.
</h2>
<
% } else if (data[0] == '개천절') { %>
<h2>
개천절입니다.
</h2>
<
% } else if (data[0] == '한글날') { %>
<h2>
바른말 고운말
</h2>
<
% } else if (data[0] == '기독탄신일') { %>
<h2>
메리 크리스마스!
</h2>
<
% } else if (data[0] == '임시공휴일') {%>
<h2>
보너스 휴일
</h2>
<
% } else if (data[0] == '대체공휴일') {%>
<h2>
보너스 휴일
</h2>
<
% } else if (data[0] == '대체휴무일') {%>
<h2>
보너스 휴일
</h2>
<
% } else if (data[0] == '대통령선거일') {%>
<h2>
1. 투표하세요.
</h2>
<h2>
2. 투표날이 어렵다면 사전투표하세요.
</h2>
<
% } else { %>
<h2>
Just Take some rest!.
</h2>
...
...
@@ -61,7 +88,7 @@
</div>
<div
id=
"loading"
><div
class=
"spinner"
></div></div>
</body>
</center>
</html>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment