File:  [Repository] / ECHO_content / zpt / ChangeECHO_pageTemplateMain.zpt
Revision 1.5: download - view: text, annotated - select for diffs - revision graph
Tue Dec 13 12:45:22 2005 UTC (18 years, 5 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
change utf-8 handlingCVS: ----------------------------------------------------------------------

<h1 tal:replace="structure here/manage_page_header">Header</h1>
<h2>Main Config <span tal:replace="here/getId"/></h2>

<form action="changeECHO_pageTemplateMain" method="post">

<table>
<tr>
	<td>
	<b>Weight</b>
	</td>
	<td><input name="weight"  tal:attributes="value here/getWeight" size="50"></td>
</tr>
<tr>
	<td>
	<b>Content Type</b>
	</td>
	<td><input name="contentType"  tal:attributes="value here/getcontentType" size="50"></td>
</tr>
<tr>
	<td>
	<b>Label</b>
	</td>
	<td>
	<input name="label"  tal:attributes="value here/getLabel" size="50">
	</td>
</tr>
<tr>
	<td>
	<b>Description</b>
	</td>
	<td>
	<textarea name="description" cols="80" rows="10" tal:content="python:getattr(here,'description','')"/>
	</td>
</tr>
     
      <tr><td><i>Clickable also if selected:<i></td><td> 
		<input tal:condition="python:getattr(here,'isAlwaysClickable',None)" type="checkbox" name="isAlwaysClickable"  checked value="yes">
		<input tal:condition="not:python:getattr(here,'isAlwaysClickable',None)" type="checkbox" name="isAlwaysClickable"  value="yes">
      </td></tr>

<tr><td>
<i>Prefix for output in navigation</i></td><td><input tal:attributes="value python:getattr(here,'prefix','')" name="prefix" size=20>
</td></tr>
<tr><td>
<i>Suffix for output in navigation</i></td><td><input tal:attributes="value python:getattr(here,'suffix','')" name="suffix" size=20>
</td></tr>

</table>
<p><input type="submit" Value="Change">
</form>

<h1 tal:replace="structure here/manage_page_footer">Footer</h1>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>