dnet40/modules/uoa-web-jsp/src/default/search/test.jsp @ 36615
1 | 5569 | katerina.i | <%@ page contentType="text/html; charset=UTF-8" %> |
---|---|---|---|
2 | <%@ taglib prefix="s" uri="/struts-tags" %> |
||
3 | |||
4 | 8571 | katerina.i | <s:form name="documentIdsForm" action="addToEPublication" theme="simple"> |
5 | doc1 <s:checkbox theme="simple" name="documentIds['1::3']" /> <br/> |
||
6 | doc2 <s:checkbox theme="simple" name="documentIds['2']" /> |
||
7 | <s:submit/>
|
||
8 | </s:form>
|