changeset 99:e24e7cfe337e

remove one word , tab-delimited, from field label.
author Calvin Yeh <cyeh@mpipw-berlin.mpg.com>
date Fri, 29 Sep 2017 15:55:30 +0200
parents 62be8de89560
children 3706405e9673
files src/main/webapp/pages/branchPage.jsp
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/webapp/pages/branchPage.jsp	Fri Sep 29 15:52:11 2017 +0200
+++ b/src/main/webapp/pages/branchPage.jsp	Fri Sep 29 15:55:30 2017 +0200
@@ -308,7 +308,7 @@
 											<th><label class="tableTitle">Created</label></th>
 											<th><label class="tableTitle">Tagged text (XML)</label></th>
 											<th><label class="tableTitle">View table</label></th>
-											<th><label class="tableTitle">Table in CSV (tab-delimited)</label></th>
+											<th><label class="tableTitle">Table in CSV</label></th>
 											<th><label class="tableTitle">Upload to LGDataverse</label><br>
 
 												<% LGFile lastFile = sessionBean.getBranchPage().getLastFile();
@@ -355,12 +355,12 @@
 													</a>
 												</td>
 
-												<!-- add to get tab-delimited file -->
+												<!-- add to get csv file -->
 												<!-- Taction change to download the csv file, instead of open file in a new tab -->
 												<td>
 													<a href="<%=sessionBean.getApplicationBean().getRootServer() %>/rest/text/downloadTabDelimited4File?fileId=<%=file.getId() %>"
 														target="_blank">
-														<img title="Download CSV file (tab-delimited)" src="<%=sessionBean.getApplicationBean().getDownloadImage()%>"/>
+														<img title="Download CSV file" src="<%=sessionBean.getApplicationBean().getDownloadImage()%>"/>
 													</a>
 													<!--
 													<a href="<%=sessionBean.getApplicationBean().getRootServer() %>/rest/text/getTabDelimited4File?fileId=<%=file.getId() %>"
@@ -402,5 +402,5 @@
 		<% } %>
 
 	</div>
-
+    <jsp:include page="../componentes/footer.jsp"/>
 </body>