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:33 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
486b394244f9cf63a830c6e71fd34a41b74bcc41
486b3942
1 parent
797320db
Modify--Add function to show address
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
views/results/appliance.ejs
views/results/appliance.ejs
View file @
486b394
<h4>동물의료기기 판매 및 임대업체 현황</h4>
<h4>
🩺
동물의료기기 판매 및 임대업체 현황</h4>
<table class="table">
<thead class="thead-dark">
<tr>
<th>이름</th>
<th>도로명주소</th>
</tr>
</thead>
<tbody>
<%for (var i=0; i <appliance_list.length; i++){%>
<tr>
<td>
<%=titles%>
<%=appliance_list[i].title._text%>
</td>
<td>
<%=appliance_list[i].venue._text%>
</td>
</tr>
<%}%>
</tbody>
</table>
...
...
Please
register
or
login
to post a comment