Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김서연
/
Corona_Vaccination_Medical_Institution
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
3
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김서연
2021-06-08 18:09:03 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c146122ce77355311bd58e1bd3c886f8d7f2cb3d
c146122c
1 parent
1a50f8ad
UI 최종수정
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
views/index.ejs
views/index.ejs
View file @
c146122
...
...
@@ -15,9 +15,14 @@
<
% }%>
</head>
<body>
<body
style=
"background-color: ivory;"
>
<center>
<h1
style=
"font-family:verdana;"
>
COVID-19 예방접종 위탁 의료기관 조회
</h1>
<hr>
<h1>
<span
style=
"font-family:verdana;color:black"
>
COVID-19
</span>
<span
style=
"font-family:verdana; color:blue; border:black"
>
예방접종 위탁 의료기관 조회
</span>
<!-- <span style="font-family:verdana; color:black"> </span> -->
</h1>
<hr>
<form
action=
"/"
method=
"post"
>
<p>
...
...
@@ -44,12 +49,12 @@
<span
style=
"color:green"
>
(정상운영)
</span>
<
%}%>
<br>
<
% if(timeList[i][0]!=""
&&
timeList[i][1]!=""
&&
timeList[i][2]!=""
&&
timeList[i][3]!=""){%>
<span>
점심시간 :
<
%=timeList[i][0]%>:
<
%=timeList[i][1]%>~
<
%=timeList[i][2]%>:
<
%=timeList[i][3] %>
</span><br>
<
%}%>
<
% if(timeList[i][4]!=""
&&
timeList[i][5]!=""
&&
timeList[i][6]!=""
&&
timeList[i][7]!=""){%>
<span>
진료시간 :
<
%=timeList[i][4]%>:
<
%=timeList[i][5]%>~
<
%=timeList[i][6]%>:
<
%=timeList[i][7] %>
</span><br>
<
%}%>
<
% if(timeList[i][0]!=""
&&
timeList[i][1]!=""
&&
timeList[i][2]!=""
&&
timeList[i][3]!=""){%>
<span>
점심시간 :
<
%=timeList[i][0]%>:
<
%=timeList[i][1]%>~
<
%=timeList[i][2]%>:
<
%=timeList[i][3] %>
</span><br>
<
%}%>
<span
style=
"color:gray"
class=
"jibun gray; font-style: oblique;"
>
<
%=info[i].orgZipaddr%>
</span><br>
<span
style=
"color:blue"
class=
"tel"
>
<
%=info[i].orgTlno%>
</span><br>
</div>
...
...
Please
register
or
login
to post a comment