version 1.3, 2004/06/07 15:20:26
|
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 different media types covered by this resource.</p> |
<p>Please select the copyright restrictions for the different media types covered by this resource.</p> |
Line 16
|
Line 15
|
<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])"/> |
|
|
<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)" 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(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(object=here, selected=copyright[2], first=('institution0000','-- generic of the selected institution --'))"/> |
|
|
|
|
|
|
Line 27
|
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> |
|
|
|