File:  [Repository] / ECHO_content / zpt / ChangeECHO_link_addLinks.zpt
Revision 1.3: 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>
<form action="ECHO_link_addLinks" method="post">
<h2>Change the behaviour of ECHO_link</h2>

<p>If selected, the parameters startLink and backLink are added to the link</p>
<p tal:condition="python:getattr(here,'addLinks','yes')=='yes'">
<input checked type="radio" name="addLinks" value="yes">yes<br>
<input type="radio" name="addLinks" value="no">no
</p>
<p tal:condition="not:python:getattr(here,'addLinks','yes')=='yes'">
<input type="radio" name="addLinks" value="yes">yes<br>
<input checked type="radio" name="addLinks" value="no">no
</p>
<input type="submit" value="submit">
<h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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