• 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
  • protection.ejs
  • Eunsu486's avatar
    Add protection.ejs · 1c7c7dc2
    1c7c7dc2
    Eunsu486 authored 2021-05-29 17:08:23 +0900
protection.ejs 375 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">총 동물 보호소 개수 :
    <%=protection_list.length%>
</p>