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, 6 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
change utf-8 handlingCVS: ----------------------------------------------------------------------

    1: <h1 tal:replace="structure here/manage_page_header">Header</h1>
    2: <form action="ECHO_link_addLinks" method="post">
    3: <h2>Change the behaviour of ECHO_link</h2>
    4: 
    5: <p>If selected, the parameters startLink and backLink are added to the link</p>
    6: <p tal:condition="python:getattr(here,'addLinks','yes')=='yes'">
    7: <input checked type="radio" name="addLinks" value="yes">yes<br>
    8: <input type="radio" name="addLinks" value="no">no
    9: </p>
   10: <p tal:condition="not:python:getattr(here,'addLinks','yes')=='yes'">
   11: <input type="radio" name="addLinks" value="yes">yes<br>
   12: <input checked type="radio" name="addLinks" value="no">no
   13: </p>
   14: <input type="submit" value="submit">
   15: <h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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