Annotation of ECHO_content/zpt/ChangeECHO_copyright.zpt, revision 1.6.2.1
1.6.2.1 ! dwinter 1: <h1 tal:replace="structure python:here.decode(here.manage_page_header())">Header</h1>
! 2: <!-- ZOPE management tabs -->
! 3: <h2 tal:define="manage_tabs_message options/manage_tabs_message | nothing"
! 4: tal:replace="structure python:here.manage_tabs()">Tabs</h2>
1.6 dwinter 5: <h1 tal:replace="structure here/manage_page_header">Header</h1>
1.1 dwinter 6: <h2>Change copyright</h2>
7: <form action="ECHO_copyright_config" method="post">
1.2 dwinter 8: <p>Please select the copyright restrictions for the different media types covered by this resource.</p>
9: <p>If you change the institution the copyright type will automatically change to the generic copyright type of this insitution</p>
1.1 dwinter 10: <p>Only partner institutions can be selected which are partners of this collection, please select all contributing partners of this collection there.</p>
11: <table tal:define="global i python:0">
12:
13: <tr>
14: <td><i>title:</i></td><td><input name="title" size="40"></td>
15: </tr>
16: <tr tal:repeat="copyright python:here.copyrights">
17: <td><b>Type <span tal:define="global i python:i+1" tal:replace="i"/></td>
18: <td>
19: <select tal:attributes="name python:'media%s'%str(i)" tal:content="structure python:here.mediaTypeSelector_HTML(selected=copyright[0])"/>
20:
1.3 dwinter 21: <select tal:attributes="name python:'partn%s'%str(i)" tal:content="structure python:here.partnerSelector_HTML(selected=copyright[1])"/>
1.4 jdamerow 22: <select tal:attributes="name python:'copyr%s'%str(i)" tal:content="structure python:here.copyrightTypeSelector_HTML(object=here, selected=copyright[2], first=('institution0000','-- generic of the selected institution --'))"/>
1.3 dwinter 23:
24:
1.1 dwinter 25:
26: </td>
27: </tr>
28: <tr tal:repeat="i python:range(i+1,i+3)">
29: <td><b>Type <span tal:replace="i"/></td>
30: <td>
31: <select tal:attributes="name python:'media%s'%str(i)" tal:content="structure python:here.mediaTypeSelector_HTML()"/>
32: <select tal:attributes="name python:'partn%s'%str(i)" tal:content="structure python:here.partnerSelector_HTML()"/>
1.4 jdamerow 33: <select tal:attributes="name python:'copyr%s'%str(i)" tal:content="structure python:here.copyrightTypeSelector_HTML(object=here)"/>
1.1 dwinter 34: </td>
35: </tr>
36: </table>
1.5 jdamerow 37: <input type="submit" value="Change"><input type="reset">
1.6 dwinter 38: <h1 tal:replace="structure here/manage_page_footer">Footer</h1>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>