mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-16 06:23:10 +00:00
Improved documentation.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@1031 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -74,9 +74,18 @@
|
||||
|
||||
<h2>Browse <%=browsetext%></h2>
|
||||
|
||||
<p>Check the box next to items you wish to add or remove, and choose 'add' or 'remove'.</p>
|
||||
|
||||
<form method=POST action="<%= request.getContextPath() %>/tools/itemmap">
|
||||
<input type="hidden" name="cid" value="<%=collection.getID()%>">
|
||||
<input type="submit" name="submit" value="Cancel">
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td><input type="submit" name="action" value="<%=browsetype%>"></td>
|
||||
<td><input type="submit" name="submit" value="Cancel"></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<table class="miscTable" align="center">
|
||||
<tr>
|
||||
@@ -126,7 +135,15 @@
|
||||
</tr>
|
||||
<% } %>
|
||||
|
||||
</table>
|
||||
</table>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td><input type="submit" name="action" value="<%=browsetype%>"></td>
|
||||
<td><input type="submit" name="submit" value="Cancel"></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
|
||||
</dspace:layout>
|
||||
|
Reference in New Issue
Block a user