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 21:06:24 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
583173a616fed1627432bd2a0dcdee058422fa94
583173a6
1 parent
f10a76d0
Add comment part
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
nodejs/views/data.ejs
nodejs/views/data.ejs
View file @
583173a
...
...
@@ -30,6 +30,21 @@
</div>
</div>
<!--comment part-->
<div
id=
"comment"
>
<
% if (data[2]
<
< 7
)
{
%
>
<h2>
벌써
<
%= data[0] %>이(가)
<font
color=
"pink"
>
일주일
</font>
도 남지 않았습니다!
</h2>
<
% } else if (data[2]
<
< 10
)
{
%
>
<h2>
어느새
<
%= data[0] %>이(가)
<font
color=
"pink"
>
열흘
</font>
도 남지 않았습니다!
</h2>
<
% } else if (data[2]
<
< 31
)
{
%
>
<h2>
<
%= data[0] %>이(가)
<font
color=
"pink"
>
한 달
</font>
도 남지 않았습니다!
</h2>
<
% } else { %>
<h2>
오늘부터 한 달 안에는 공휴일이 없습니다..
</h2>
<
% } %>
</div>
<br><br>
...
...
Please
register
or
login
to post a comment