dnet40/modules/uoa-web-jsp/src/default/search/test.jsp @ 40613
1 |
<%@ page contentType="text/html; charset=UTF-8" %> |
---|---|
2 |
<%@ taglib prefix="s" uri="/struts-tags" %> |
3 |
|
4 |
<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>
|