version 1.11, 2004/06/07 17:14:23
|
version 1.14, 2004/06/25 11:02:16
|
Line 1
|
Line 1
|
<html> |
<html> |
<body> |
<body> |
<h2>Change collection</h2> |
<h2>Change collection <span tal:replace="here/getId"/></h2> |
<form name="form" action="changeECHO_collection"> |
<form name="form" action="changeECHO_collection"> |
<table> |
<table> |
<tr><td><b> Title: </b></td><td><input type="text" name="title" tal:attributes="value here/title" size="90"></td></tr> |
<tr><td><b> Title: </b></td><td><input type="text" name="title" tal:attributes="value here/title" size="90"></td></tr> |
Line 18
|
Line 18
|
<tr><td><i>Title of Secondary Link:</i> </td><td><input type="text" name="secondaryLinkTitle" value="weight" size=100 tal:attributes="value here/getSecondaryLinkTitle"></td></tr> |
<tr><td><i>Title of Secondary Link:</i> </td><td><input type="text" name="secondaryLinkTitle" value="weight" size=100 tal:attributes="value here/getSecondaryLinkTitle"></td></tr> |
<tr><td><i>Background color:</i> </td><td><input type="text" name="bgcolour" tal:attributes="value here/getBgcolour" size=100></td></tr> |
<tr><td><i>Background color:</i> </td><td><input type="text" name="bgcolour" tal:attributes="value here/getBgcolour" size=100></td></tr> |
<tr><td><i>Location at MainPage:</i> </td><td> |
<tr><td><i>Location at MainPage:</i> </td><td> |
<tal:block tal:condition="python:getattr(here,'location','')=='buttom'"> |
<tal:block tal:condition="python:getattr(here,'location','')=='bottom'"> |
<input type="radio" name="location" value="top">top<input type="radio" name="location" value="buttom" checked>buttom |
<input type="radio" name="location" value="top">top<input type="radio" name="location" value="bottom" checked>bottom |
</tal:block> |
</tal:block> |
<tal:block tal:condition="not:python:getattr(here,'location','')=='buttom'"> |
<tal:block tal:condition="not:python:getattr(here,'location','')=='bottom'"> |
<input type="radio" name="location" value="top" checked>top<input type="radio" name="location" value="buttom">buttom |
<input type="radio" name="location" value="top" checked>top<input type="radio" name="location" value="bottom">bottom |
</tal:block> |
</tal:block> |
</td></tr> |
</td></tr> |
</table> |
</table> |
Line 39
|
Line 39
|
<span tal:content="viewClass"/><br/> |
<span tal:content="viewClass"/><br/> |
</p> |
</p> |
|
|
<h3> Credits:</h3> |
<h3> Partners:</h3> |
|
|
<div tal:repeat="item here/partners/getPartners"> |
<div tal:repeat="item here/partners/getPartners"> |
|
|