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

1.1       dwinter     1: <html>
                      2: <body>
                      3: <h2>Add a copyright</h2>
                      4: <form action="manage_addECHO_copyright" 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>
                      9:   <tr>
1.4     ! dwinter    10:     <td><b>ID:</b></td><td><input name="id" size="40" value="copyrightModell'></td>
1.1       dwinter    11:   </tr>
                     12:   <tr>
                     13:     <td><i>title:</i></td><td><input name="title" size="40"></td>
                     14:   </tr>
                     15:   <tr tal:repeat="i python:range(3)">
                     16:     <td><b>Type <span tal:replace="i"/></td>
                     17:     <td>
                     18:       <select tal:attributes="name python:'media%s'%str(i)" tal:content="structure python:here.mediaTypeSelector_HTML()"/>
                     19:       
                     20:       <tal:block tal:condition="not:python:here.REQUEST.has_key('partn%s'%str(i))">
1.3       dwinter    21:    <select tal:attributes="name python:'partn%s'%str(i)" tal:content="structure python:here.partnerSelector_HTML()"/>
                     22:    <select tal:attributes="name python:'copyr%s'%str(i)" tal:content="structure python:here.copyrightTypeSelector_HTML(first=('institution0000','-- generic of the selected institution --'))"/>
1.1       dwinter    23:       </tal:block>
1.3       dwinter    24:       
1.1       dwinter    25: 
                     26: 
                     27: </td>
                     28:   </tr>
                     29: </table>
                     30: <input type="submit">
                     31: </body>
                     32: </html>

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