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

1.2     ! dwinter     1: <h1 tal:replace="structure here/manage_page_header">Header</h1>
1.1       dwinter     2: <h3>Change rights in collection: <span tal:replace="here/getId"/></h3>
                      3: <form action="changeAccessRightsCollectionForm" method="post">
                      4: <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>
                      5: </form>
                      6: <form action="changeAccessRightsCollection" method="post">
                      7:    <table>
                      8:        <tr tal:repeat="res python:here.ZopeFind(here,obj_metatypes=['ECHO_resource'])">
                      9:            <td tal:content="structure python:res[1].title"/>       
                     10:            <td tal:content="structure python:res[1].getAccessRightSelectorHTML(outlook='select',xmldominant='yes',preselect=options['preselect'])"/>
                     11:        </tr>
                     12:    </table>
                     13:    <input type="submit" value="change">
1.2     ! dwinter    14: </form>
        !            15: <h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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