version 1.4, 2004/07/23 12:29:14
|
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 31
|
Line 34
|
</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> |
|
|
|