Diff for /ECHO_content/zpt/ChangeECHO_copyright.zpt between versions 1.1 and 1.6

version 1.1, 2004/06/07 08:50:14 version 1.6, 2005/12/13 12:45:22
Line 1 Line 1
 <html>  <h1 tal:replace="structure here/manage_page_header">Header</h1>
 <body>  
 <h2>Change copyright</h2>  <h2>Change copyright</h2>
 <form action="ECHO_copyright_config" method="post">  <form action="ECHO_copyright_config" method="post">
 <p>Please select the copyright restrictions for the differen media types covered by this ressource.</p>  <p>Please select the copyright restrictions for the different media types covered by this resource.</p>
 <p>If you change the institution than the copyright type will automatically change to the generic copyright type of this insitution</p>  <p>If you change the institution the copyright type will automatically change to the generic copyright type of this insitution</p>
 <p>Only partner institutions can be selected which are partners of this collection, please select all contributing partners of this collection there.</p>  <p>Only partner institutions can be selected which are partners of this collection, please select all contributing partners of this collection there.</p>
 <table tal:define="global i python:0">  <table tal:define="global i python:0">
     
Line 15 Line 14
     <td>      <td>
       <select tal:attributes="name python:'media%s'%str(i)" tal:content="structure python:here.mediaTypeSelector_HTML(selected=copyright[0])"/>        <select tal:attributes="name python:'media%s'%str(i)" tal:content="structure python:here.mediaTypeSelector_HTML(selected=copyright[0])"/>
   
       <tal:block tal:condition="not:python:here.REQUEST.has_key('partn%s'%str(i))">        <select tal:attributes="name python:'partn%s'%str(i)" tal:content="structure python:here.partnerSelector_HTML(selected=copyright[1])"/>
     <select tal:attributes="name python:'partn%s'%str(i);onChange python:'location.href=\''+here.REQUEST['URL']+'?partn%s'%str(i)+'=\'+this.options[this.selectedIndex].value'" tal:content="structure python:here.partnerSelector_HTML(selected=copyright[1])"/>        <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 --'))"/>
     <select tal:attributes="name python:'copyr%s'%str(i)" tal:content="structure python:here.copyrightTypeSelector_HTML(selected=copyright[2])"/>        
       </tal:block>       
       <tal:block tal:condition="python:here.REQUEST.has_key('partn%s'%str(i))">  
     <select tal:attributes="name python:'partn%s'%str(i);onChange python:'location.href=\''+here.REQUEST['URL']+'?partn%s'%str(i)+'=\'+this.options[this.selectedIndex].value'" tal:content="structure python:here.partnerSelector_HTML(selected=here.REQUEST['partn%s'%str(i)])"/>  
     <select tal:attributes="name python:'copyr%s'%str(i)" tal:content="structure python:here.copyrightTypeSelector_HTML(selected=here.getPartnerCopyright(here.REQUEST['partn%s'%str(i)],sonst=copyright[2]))"/>  
       </tal:block>  
   
 </td>  </td>
   </tr>    </tr>
Line 31 Line 26
     <td>      <td>
       <select tal:attributes="name python:'media%s'%str(i)" tal:content="structure python:here.mediaTypeSelector_HTML()"/>        <select tal:attributes="name python:'media%s'%str(i)" tal:content="structure python:here.mediaTypeSelector_HTML()"/>
       <select tal:attributes="name python:'partn%s'%str(i)" tal:content="structure python:here.partnerSelector_HTML()"/>        <select tal:attributes="name python:'partn%s'%str(i)" tal:content="structure python:here.partnerSelector_HTML()"/>
       <select tal:attributes="name python:'copyr%s'%str(i)" tal:content="structure python:here.copyrightTypeSelector_HTML()"/>        <select tal:attributes="name python:'copyr%s'%str(i)" tal:content="structure python:here.copyrightTypeSelector_HTML(object=here)"/>
    </td>     </td>
   </tr>    </tr>
 </table>  </table>
 <input type="submit"><input type="reset">  <input type="submit" value="Change"><input type="reset">
 </body>  <h1 tal:replace="structure here/manage_page_footer">Footer</h1>
 </html>  
   

Removed from v.1.1  
changed lines
  Added in v.1.6


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