Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source-group1
/
animal-Info
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
Authored by
Eunsu486
2021-06-01 20:51:55 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bcd7fa346da4e2044903e1fe93823f76128a887a
bcd7fa34
1 parent
486b3942
Modify--Add function to show address
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
views/results/hospital.ejs
views/results/hospital.ejs
View file @
bcd7fa3
<h4> 동물병원 현황</h4>
<h4>
🏥
동물병원 현황</h4>
<table class="table">
<thead class="thead-dark">
<tr>
<th>동물병원명</th>
<th>도로명주소</th>
</tr>
</thead>
<tbody>
<%for (var i=0; i <hospital_list.length; i++){%>
<tr>
<td>
<%=titles%>
<%=hospital_list[i].title._text%>
</td>
<td>
<%=hospital_list[i].venue._text%>
</td>
</tr>
<%}%>
</tbody>
</table>
...
...
Please
register
or
login
to post a comment