comparison src/main/webapp/pages/branchPage.jsp @ 59:bc0219c2600b

new: minor improvements
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 09 May 2016 16:02:32 +0200
parents b8ad346e39a0
children 90d5e86c157d
comparison
equal deleted inserted replaced
58:b8ad346e39a0 59:bc0219c2600b
363 <label>uploaded in <a href="<%=file.getDatasetUrl() %>" target="_blank"><%= file.getDatasetTitle() %></a></label> 363 <label>uploaded in <a href="<%=file.getDatasetUrl() %>" target="_blank"><%= file.getDatasetTitle() %></a></label>
364 364
365 <% } %> 365 <% } %>
366 </td> 366 </td>
367 <td> 367 <td>
368 <input type="image" title="Delete it" 368 <input type="image" title="Delete this version"
369 onclick="<%=sessionBean.getApplicationBean().getJSConfirmationDelete() %> setAction0('deleteFile', 'filesForm', 'fileId', <%=file.getId() %>);" 369 onclick="<%=sessionBean.getApplicationBean().getJSConfirmationDelete() %> setAction0('deleteFile', 'filesForm', 'fileId', <%=file.getId() %>);"
370 src="<%=sessionBean.getApplicationBean().getDeleteImage()%>"/> 370 src="<%=sessionBean.getApplicationBean().getDeleteImage()%>"/>
371 </td> 371 </td>
372 </tr> 372 </tr>
373 <% } %> 373 <% } %>