version 1.3, 2004/06/07 15:20:26
|
version 1.6.2.1, 2012/08/29 07:53:31
|
Line 1
|
Line 1
|
<html> |
<h1 tal:replace="structure python:here.decode(here.manage_page_header())">Header</h1> |
<body> |
<!-- ZOPE management tabs --> |
|
<h2 tal:define="manage_tabs_message options/manage_tabs_message | nothing" |
|
tal:replace="structure python:here.manage_tabs()">Tabs</h2> |
|
<h1 tal:replace="structure here/manage_page_header">Header</h1> |
<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 19
|
<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 30
|
<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> |
|
|
|