Showing
10 changed files
with
76 additions
and
12 deletions
This diff is collapsed. Click to expand it.
| ... | @@ -10,6 +10,70 @@ | ... | @@ -10,6 +10,70 @@ |
| 10 | <link rel='stylesheet' href='/css/category.css'> | 10 | <link rel='stylesheet' href='/css/category.css'> |
| 11 | 11 | ||
| 12 | <title>📝 결과</title> | 12 | <title>📝 결과</title> |
| 13 | + <h1> | ||
| 14 | + 🥘 맛집 현황</h1> | ||
| 15 | +<table class="table"> | ||
| 16 | + <thead class="thead-dark"> | ||
| 17 | + <tr> | ||
| 18 | + <th>음식점명</th> | ||
| 19 | + <th>전화번호</th> | ||
| 20 | + <th>대표음식</th> | ||
| 21 | + <th>도로명주소</th> | ||
| 22 | + </tr> | ||
| 23 | + </thead> | ||
| 24 | + <tbody> | ||
| 25 | + <%for (var i =0; i <stores.length; i++){%> | ||
| 26 | + <tr> | ||
| 27 | + <td> | ||
| 28 | + <%=stores[i].RESTRT_NM%> | ||
| 29 | + </td> | ||
| 30 | + <td> | ||
| 31 | + <%=stores[i].TASTFDPLC_TELNO%> | ||
| 32 | + </td> | ||
| 33 | + <td> | ||
| 34 | + <%=stores[i].REPRSNT_FOOD_NM%> | ||
| 35 | + </td> | ||
| 36 | + <td> | ||
| 37 | + <%=stores[i].REFINE_ROADNM_ADDR%> | ||
| 38 | + </td> | ||
| 39 | + </tr> | ||
| 40 | + <%}%> | ||
| 41 | + </tbody> | ||
| 42 | +</table> | ||
| 43 | + | ||
| 44 | + | ||
| 45 | + | ||
| 46 | +<h3>총 맛집 개수 : | ||
| 47 | + <%=stores.length%> | ||
| 48 | +</h3> | ||
| 49 | + | ||
| 50 | + | ||
| 51 | +<h1>🍔 패스트푸드점 현황 </h1> | ||
| 52 | + | ||
| 53 | +<table class="table"> | ||
| 54 | + <thead class="thead-dark"> | ||
| 55 | + <tr> | ||
| 56 | + <th>사업장명</th> | ||
| 57 | + <th>도로명주소</th> | ||
| 58 | + </tr> | ||
| 59 | + </thead> | ||
| 60 | + <tbody> | ||
| 61 | + <%for (var i =0; i <fast_food_stores.length; i++){%> | ||
| 62 | + <tr> | ||
| 63 | + <td> | ||
| 64 | + <%=fast_food_stores[i].BIZPLC_NM%> | ||
| 65 | + </td> | ||
| 66 | + <td> | ||
| 67 | + <%=fast_food_stores[i].REFINE_ROADNM_ADDR%> | ||
| 68 | + </td> | ||
| 69 | + </tr> | ||
| 70 | + <%}%> | ||
| 71 | + </tbody> | ||
| 72 | +</table> | ||
| 73 | + | ||
| 74 | +<h3>패스트푸드점 개수 : | ||
| 75 | + <%=fast_food_stores.length%> | ||
| 76 | +</h3> | ||
| 13 | </head> | 77 | </head> |
| 14 | 78 | ||
| 15 | <body> | 79 | <body> | ... | ... |
| 1 | <h1> | 1 | <h1> |
| 2 | 🥘 맛집 현황</h1> | 2 | 🥘 맛집 현황</h1> |
| 3 | -<table class="table"> | 3 | + <thead class="thead-dark"> |
| 4 | <thead> | 4 | <thead> |
| 5 | <tr> | 5 | <tr> |
| 6 | <th>음식점명</th> | 6 | <th>음식점명</th> |
| ... | @@ -39,7 +39,7 @@ | ... | @@ -39,7 +39,7 @@ |
| 39 | <h1>🍔 패스트푸드점 현황 </h1> | 39 | <h1>🍔 패스트푸드점 현황 </h1> |
| 40 | 40 | ||
| 41 | <table class="table"> | 41 | <table class="table"> |
| 42 | - <thead> | 42 | + <thead class="thead-dark"> |
| 43 | <tr> | 43 | <tr> |
| 44 | <th>사업장명</th> | 44 | <th>사업장명</th> |
| 45 | <th>도로명주소</th> | 45 | <th>도로명주소</th> | ... | ... |
| 1 | <h1>📷 CCTV 현황</h1> | 1 | <h1>📷 CCTV 현황</h1> |
| 2 | 2 | ||
| 3 | <table class="table"> | 3 | <table class="table"> |
| 4 | - <thead> | 4 | + <thead class="thead-dark"> |
| 5 | <tr> | 5 | <tr> |
| 6 | <th>도로명주소</th> | 6 | <th>도로명주소</th> |
| 7 | <th>카메라대수</th> | 7 | <th>카메라대수</th> |
| ... | @@ -26,7 +26,7 @@ | ... | @@ -26,7 +26,7 @@ |
| 26 | <h1>💡 보안등 현황</h1> | 26 | <h1>💡 보안등 현황</h1> |
| 27 | 보안등 소재지 지번주소 : | 27 | 보안등 소재지 지번주소 : |
| 28 | <table class="table"> | 28 | <table class="table"> |
| 29 | - <thead> | 29 | + <thead class="thead-dark"> |
| 30 | <tr> | 30 | <tr> |
| 31 | <th>도로명주소</th> | 31 | <th>도로명주소</th> |
| 32 | <th>설치개수</th> | 32 | <th>설치개수</th> | ... | ... |
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| 2 | 2 | ||
| 3 | 3 | ||
| 4 | <table class="table"> | 4 | <table class="table"> |
| 5 | - <thead> | 5 | + <thead class="thead-dark"> |
| 6 | <tr> | 6 | <tr> |
| 7 | <th>도서관명</th> | 7 | <th>도서관명</th> |
| 8 | <th>도로명주소</th> | 8 | <th>도로명주소</th> |
| ... | @@ -40,7 +40,7 @@ | ... | @@ -40,7 +40,7 @@ |
| 40 | <h1>📒 학원 현황 </h1> | 40 | <h1>📒 학원 현황 </h1> |
| 41 | 41 | ||
| 42 | <table class="table"> | 42 | <table class="table"> |
| 43 | - <thead> | 43 | + <thead class="thead-dark"> |
| 44 | <tr> | 44 | <tr> |
| 45 | <th>시설명</th> | 45 | <th>시설명</th> |
| 46 | <th>교습과정명</th> | 46 | <th>교습과정명</th> | ... | ... |
| 1 | <h1>🚌 버스 현황</h1> | 1 | <h1>🚌 버스 현황</h1> |
| 2 | 2 | ||
| 3 | <table class="table"> | 3 | <table class="table"> |
| 4 | - <thead> | 4 | + <thead class="thead-dark"> |
| 5 | <tr> | 5 | <tr> |
| 6 | <th>버스정류장명</th> | 6 | <th>버스정류장명</th> |
| 7 | <th>버스정류장ID</th> | 7 | <th>버스정류장ID</th> |
| ... | @@ -30,7 +30,7 @@ | ... | @@ -30,7 +30,7 @@ |
| 30 | <h1>🚆 지하철역 현황</h1> | 30 | <h1>🚆 지하철역 현황</h1> |
| 31 | 31 | ||
| 32 | <table class="table"> | 32 | <table class="table"> |
| 33 | - <thead> | 33 | + <thead class="thead-dark"> |
| 34 | <tr> | 34 | <tr> |
| 35 | <th>지하철역명</th> | 35 | <th>지하철역명</th> |
| 36 | <th>지하철역ID</th> | 36 | <th>지하철역ID</th> | ... | ... |
-
Please register or login to post a comment