appliance.ejs 368 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 <h4>동물의료기기 판매 및 임대업체 현황</h4> <table class="table"> <thead class="thead-dark"> <tr> <th>이름</th> </tr> </thead> <tbody> <tr> <td> <%=titles%> </td> </tr> </tbody> </table> <p class="sum">총 개수 : <%=appliance_list.length%> </p>