Showing
1 changed file
with
20 additions
and
0 deletions
views/results/protection.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 | + | ||
| 14 | + </tr> | ||
| 15 | + | ||
| 16 | + </tbody> | ||
| 17 | +</table> | ||
| 18 | +<p class="sum">총 동물 보호소 개수 : | ||
| 19 | + <%=protection_list.length%> | ||
| 20 | +</p> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment