• This project
    • Loading...
  • Sign in

open-source-group1 / animal-Info

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • animal-Info
  • views
  • results
  • medicine.ejs
  • Eunsu486's avatar
    Modifying for merging with eunsuu · 12fd4b61
    12fd4b61 Browse Files
    Eunsu486 authored 2021-05-31 02:42:49 +0900
medicine.ejs 361 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
<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">총 동물약국 개수 :
    <%-medicine_list.length%>
</p>