version 1.3, 2005/12/13 12:45:23
|
version 1.4.2.1, 2012/01/04 08:41:37
|
Line 1
|
Line 1
|
<h1 tal:replace="structure here/manage_page_header">Header</h1> |
<h1 tal:replace="structure here/manage_page_header">Header</h1> |
<h2> Change Image Viewer and Templates for all Resources of the Collection:<br> <span tal:replace="here/title"/></h2> |
<!-- ZOPE management tabs --> |
|
<h2 tal:define="manage_tabs_message options/manage_tabs_message | nothing" |
|
tal:replace="structure here/manage_tabs">Tabs</h2> |
|
<!-- end of ZOPE management tabs --> |
|
<h3> Change Image Viewer and Templates for all Resources of this Collection</h3> |
|
<tal:comment> |
<form action="changeViewerTemplateSets" method="post"> |
<form action="changeViewerTemplateSets" method="post"> |
|
|
<h3>Select the ImageViewer</h3> |
<h3>Select the ImageViewer</h3> |
<table> |
<table> |
<tr> |
<tr> |
Line 113
|
Line 119
|
|
|
<input type="submit"> |
<input type="submit"> |
</form> |
</form> |
|
</tal:comment> |
|
<form action="changeViewer" method="post"> |
|
<hr> |
|
<h3>New viewer template:</h3> |
|
<input name="newViewer" size="100"> |
|
<input type="submit" value="Change"><br/><br/> |
|
|
|
</form> |
|
|
|
|
<h1 tal:replace="structure here/manage_page_footer">Footer</h1> |
<h1 tal:replace="structure here/manage_page_footer">Footer</h1> |
|
|