File:  [Repository] / ECHO_content / zpt / ChangeECHO_resourceAccessRight.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>
<form action="changeAccessRight" method="post">
<h1>Change Access rights</h1>
<table>
<tr>
<td>
	Index.meta
</td>
<td>
	local
</td>
</tr>
<tr>
	<td tal:content="structure python:here.getAccessRightSelectorHTML(outlook='select')[0]"/>
	<td tal:content="structure python:here.getAccessRightSelectorHTML(outlook='select')[1]"/>
</tr>
</table>
<p>In general, both should be the same!
<p><input type="submit" value="change">
</form>
<h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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