Showing
1 changed file
with
10 additions
and
5 deletions
... | @@ -15,9 +15,14 @@ | ... | @@ -15,9 +15,14 @@ |
15 | <% }%> | 15 | <% }%> |
16 | 16 | ||
17 | </head> | 17 | </head> |
18 | -<body> | 18 | +<body style="background-color: ivory;"> |
19 | <center> | 19 | <center> |
20 | - <h1 style="font-family:verdana;">COVID-19 예방접종 위탁 의료기관 조회</h1> <hr> | 20 | + <h1> |
21 | + <span style="font-family:verdana;color:black">COVID-19 </span> | ||
22 | + <span style="font-family:verdana; color:blue; border:black"> 예방접종 위탁 의료기관 조회</span> | ||
23 | + <!-- <span style="font-family:verdana; color:black"> </span> --> | ||
24 | + </h1> | ||
25 | + <hr> | ||
21 | 26 | ||
22 | <form action="/" method="post"> | 27 | <form action="/" method="post"> |
23 | <p> | 28 | <p> |
... | @@ -44,12 +49,12 @@ | ... | @@ -44,12 +49,12 @@ |
44 | <span style="color:green"> (정상운영) </span> | 49 | <span style="color:green"> (정상운영) </span> |
45 | <%}%> | 50 | <%}%> |
46 | <br> | 51 | <br> |
47 | - <% if(timeList[i][0]!="" && timeList[i][1]!="" && timeList[i][2]!="" && timeList[i][3]!=""){%> | ||
48 | - <span>점심시간 : <%=timeList[i][0]%>:<%=timeList[i][1]%>~<%=timeList[i][2]%>:<%=timeList[i][3] %></span><br> | ||
49 | - <%}%> | ||
50 | <% if(timeList[i][4]!="" && timeList[i][5]!="" && timeList[i][6]!="" && timeList[i][7]!=""){%> | 52 | <% if(timeList[i][4]!="" && timeList[i][5]!="" && timeList[i][6]!="" && timeList[i][7]!=""){%> |
51 | <span>진료시간 : <%=timeList[i][4]%>:<%=timeList[i][5]%>~<%=timeList[i][6]%>:<%=timeList[i][7] %></span><br> | 53 | <span>진료시간 : <%=timeList[i][4]%>:<%=timeList[i][5]%>~<%=timeList[i][6]%>:<%=timeList[i][7] %></span><br> |
52 | <%}%> | 54 | <%}%> |
55 | + <% if(timeList[i][0]!="" && timeList[i][1]!="" && timeList[i][2]!="" && timeList[i][3]!=""){%> | ||
56 | + <span>점심시간 : <%=timeList[i][0]%>:<%=timeList[i][1]%>~<%=timeList[i][2]%>:<%=timeList[i][3] %></span><br> | ||
57 | + <%}%> | ||
53 | <span style="color:gray" class="jibun gray; font-style: oblique;" ><%=info[i].orgZipaddr%></span><br> | 58 | <span style="color:gray" class="jibun gray; font-style: oblique;" ><%=info[i].orgZipaddr%></span><br> |
54 | <span style="color:blue" class="tel"><%=info[i].orgTlno%></span><br> | 59 | <span style="color:blue" class="tel"><%=info[i].orgTlno%></span><br> |
55 | </div> | 60 | </div> | ... | ... |
-
Please register or login to post a comment