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, 7 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
change utf-8 handlingCVS: ----------------------------------------------------------------------

    1: <h1 tal:replace="structure here/manage_page_header">Header</h1>
    2: <form action="changeAccessRight" method="post">
    3: <h1>Change Access rights</h1>
    4: <table>
    5: <tr>
    6: <td>
    7: 	Index.meta
    8: </td>
    9: <td>
   10: 	local
   11: </td>
   12: </tr>
   13: <tr>
   14: 	<td tal:content="structure python:here.getAccessRightSelectorHTML(outlook='select')[0]"/>
   15: 	<td tal:content="structure python:here.getAccessRightSelectorHTML(outlook='select')[1]"/>
   16: </tr>
   17: </table>
   18: <p>In general, both should be the same!
   19: <p><input type="submit" value="change">
   20: </form>
   21: <h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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