Annotation of ECHO_content/zpt/ChangeECHO_resourceAccessRight.zpt, revision 1.2

1.2     ! dwinter     1: <h1 tal:replace="structure here/manage_page_header">Header</h1>
1.1       dwinter     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>
1.2     ! dwinter    21: <h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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