File:  [Repository] / ECHO_content / zpt / AddECHO_copyright.zpt
Revision 1.9: download - view: text, annotated - select for diffs - revision graph
Tue Dec 13 12:45:21 2005 UTC (18 years, 6 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
change utf-8 handlingCVS: ----------------------------------------------------------------------

    1: <h1 tal:replace="structure here/manage_page_header">Header</h1>
    2: <h2>Add a copyright</h2>
    3: <form action="manage_addECHO_copyright" method="post">
    4: <p>Please select the copyright restrictions for the different media types covered by this resource.</p>
    5: <p>If you change the institution the copyright type will automatically change to the generic copyright type of this insitution.</p>
    6: <p>Only partner institutions can be selected which are partners of this collection, please select all contributing partners of this collection there.</p>
    7: <table>
    8:   <tr>
    9:     <td><b>ID  (in, generell not change):</b></td><td><input name="id" size="40" value="copyrightModel"></td>
   10:   </tr>
   11:   <tr>
   12:     <td><i>title:</i></td><td><input name="title" size="40"></td>
   13:   </tr>
   14:   <tr tal:repeat="i python:range(3)">
   15:     <td><b>Type <span tal:replace="i"/></td>
   16:     <td>
   17:       <select tal:attributes="name python:'media%s'%str(i)" tal:content="structure python:here.mediaTypeSelector_HTML()"/>
   18:       
   19:       <tal:block tal:condition="not:python:here.REQUEST.has_key('partn%s'%str(i))">
   20: 	<select tal:attributes="name python:'partn%s'%str(i)" tal:content="structure python:here.partnerSelector_HTML()"/>
   21: 	<select tal:attributes="name python:'copyr%s'%str(i)" tal:content="structure python:here.copyrightTypeSelector_HTML(here,first=('institution0000','-- generic of the selected institution --'))"/>
   22:       </tal:block>
   23:       
   24: 
   25: 
   26: </td>
   27:   </tr>
   28: </table>
   29: <input type="submit" value="Add">
   30: <h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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