Annotation of ECHO_content/zpt/ChangeECHO_copyright.zpt, revision 1.4

1.1       dwinter     1: <html>
                      2: <body>
                      3: <h2>Change copyright</h2>
                      4: <form action="ECHO_copyright_config" method="post">
1.2       dwinter     5: <p>Please select the copyright restrictions for the different media types covered by this resource.</p>
                      6: <p>If you change the institution the copyright type will automatically change to the generic copyright type of this insitution</p>
1.1       dwinter     7: <p>Only partner institutions can be selected which are partners of this collection, please select all contributing partners of this collection there.</p>
                      8: <table tal:define="global i python:0">
                      9:  
                     10:   <tr>
                     11:     <td><i>title:</i></td><td><input name="title" size="40"></td>
                     12:   </tr>
                     13:   <tr tal:repeat="copyright python:here.copyrights">
                     14:     <td><b>Type <span tal:define="global i python:i+1" tal:replace="i"/></td>
                     15:     <td>
                     16:       <select tal:attributes="name python:'media%s'%str(i)" tal:content="structure python:here.mediaTypeSelector_HTML(selected=copyright[0])"/>
                     17: 
1.3       dwinter    18:       <select tal:attributes="name python:'partn%s'%str(i)" tal:content="structure python:here.partnerSelector_HTML(selected=copyright[1])"/>
1.4     ! jdamerow   19:       <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    20:       
                     21:      
1.1       dwinter    22: 
                     23: </td>
                     24:   </tr>
                     25:   <tr tal:repeat="i python:range(i+1,i+3)">
                     26:     <td><b>Type <span  tal:replace="i"/></td>
                     27:     <td>
                     28:       <select tal:attributes="name python:'media%s'%str(i)" tal:content="structure python:here.mediaTypeSelector_HTML()"/>
                     29:       <select tal:attributes="name python:'partn%s'%str(i)" tal:content="structure python:here.partnerSelector_HTML()"/>
1.4     ! jdamerow   30:       <select tal:attributes="name python:'copyr%s'%str(i)" tal:content="structure python:here.copyrightTypeSelector_HTML(object=here)"/>
1.1       dwinter    31:    </td>
                     32:   </tr>
                     33: </table>
                     34: <input type="submit"><input type="reset">
                     35: </body>
                     36: </html>

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