File:  [Repository] / ECHO_content / zpt / changeAccessRightsCollectionForm.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Tue Dec 13 12:45:22 2005 UTC (18 years, 6 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
change utf-8 handlingCVS: ----------------------------------------------------------------------

<h1 tal:replace="structure here/manage_page_header">Header</h1>
<h3>Change rights in collection: <span tal:replace="here/getId"/></h3>
<form action="changeAccessRightsCollectionForm" method="post">
<p> Set all pop-ups to: <select name="preselect"><option value="free">free</option><option value="MPIWG">MPIWG</option></select><input type="submit" value="do it"></p>
</form>
<form action="changeAccessRightsCollection" method="post">
	<table>
		<tr tal:repeat="res python:here.ZopeFind(here,obj_metatypes=['ECHO_resource'])">
			<td tal:content="structure python:res[1].title"/>		
			<td tal:content="structure python:res[1].getAccessRightSelectorHTML(outlook='select',xmldominant='yes',preselect=options['preselect'])"/>
		</tr>
	</table>
	<input type="submit" value="change">
</form>
<h1 tal:replace="structure here/manage_page_footer">Footer</h1>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>