Showing
1 changed file
with
19 additions
and
0 deletions
views/results/park.ejs
0 → 100644
| 1 | +<h4>🌳 도시공원 현황</h4> | ||
| 2 | +<table class="table"> | ||
| 3 | + <thead class="thead-dark"> | ||
| 4 | + <tr> | ||
| 5 | + <th>도시공원명</th> | ||
| 6 | + </tr> | ||
| 7 | + </thead> | ||
| 8 | + <tbody> | ||
| 9 | + <tr> | ||
| 10 | + <td> | ||
| 11 | + <%=titles%> | ||
| 12 | + </td> | ||
| 13 | + </tr> | ||
| 14 | + | ||
| 15 | + </tbody> | ||
| 16 | +</table> | ||
| 17 | +<p class="sum">총 도시공원 개수 : | ||
| 18 | + <%=parks_list.length%> | ||
| 19 | +</p> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment