diff src/main/webapp/pages/topicPage.jsp @ 54:a00efd5d9e77

new: adding delete saved table function
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Thu, 04 Feb 2016 11:30:46 +0100
parents 89d1076df1c3
children 95bf4ac726e6
line wrap: on
line diff
--- a/src/main/webapp/pages/topicPage.jsp	Mon Feb 01 15:49:48 2016 +0100
+++ b/src/main/webapp/pages/topicPage.jsp	Thu Feb 04 11:30:46 2016 +0100
@@ -131,7 +131,7 @@
 							<td><label>Description</label></td>
 							<td>
 								<input type="text" name="description" size="60" maxlength="250" value="<%=sessionBean.getTopicPage().getTopic().getDescription() %>" />
-								<input type="image" alt="edit description" onclick="setAction('updateDescription', 'topicForm');" 
+								<input type="image" title="edit description" onclick="setAction('updateDescription', 'topicForm');" 
 									src="<%=sessionBean.getApplicationBean().getSaveImage()%>" width="15" height="15"/>	
 						
 							</td>
@@ -140,7 +140,7 @@
 							<td><label>Searching Keywords(separated by ",")</label></td>
 							<td>
 								<input type="text" name="keywords" size="60" maxlength="250" value="<%=sessionBean.getTopicPage().getTopic().getKeywords() %>" />
-								<input type="image" alt="edit keywords" onclick="setAction('updateKeywords', 'topicForm');" 
+								<input type="image" title="edit keywords" onclick="setAction('updateKeywords', 'topicForm');" 
 									src="<%=sessionBean.getApplicationBean().getSaveImage()%>" width="15" height="15"/>	
 						
 							</td>
@@ -562,7 +562,7 @@
 										<a	href="#"
 											title="Show Section in Extraction Interface" 
 										 	onclick="sectionInExtractionInterface('<%=section.getId() %>', '<%=section.getName() %>', '<%=section.getBookId() %>', '<%=section.getBook().getName() %>', '<%=sessionBean.getUser().getId() %>', '<%=sessionBean.getApplicationBean().getExtractionInterfaceUrl()%>');">
-										 	<img alt="Show Section in Extraction Interface" src="<%=sessionBean.getApplicationBean().getShowImage()%>">
+										 	<img title="Show Section in Extraction Interface" src="<%=sessionBean.getApplicationBean().getShowImage()%>">
 										</a>
 									</td>
 									
@@ -581,7 +581,7 @@
 														<td style="max-width:150px">
 															<% if (branch.hasContributor(sessionBean.getUser().getId())) { %>
 															<a href="<%=sessionBean.getApplicationBean().getRootServer() %>/pages/branchPage.jsp?branchId=<%=branch.getId() %>" >
-																<img alt="Manage Branch" src="<%=sessionBean.getApplicationBean().getEditBranchImage()%>"/>
+																<img title="Manage Branch" src="<%=sessionBean.getApplicationBean().getEditBranchImage()%>"/>
 															</a>												
 															<% } else { %>
 																<label>Contributors: <%=branch.getContributorsNameList() %></label>