Improved documentation.

git-svn-id: http://scm.dspace.org/svn/repo/trunk@1031 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
David Stuve
2004-08-05 21:42:17 +00:00
parent 07fac9ff5a
commit d25fd7b64f
3 changed files with 36 additions and 8 deletions

View File

@@ -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>