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

1.1     ! dwinter     1: <html>
        !             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: </html>

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