Annotation of ECHO_content/vlp/ChangeVLPPath.zpt, revision 1.2

1.1       dwinter     1: <html>
                      2: <body>
                      3: <h2>change path of <span tal:replace="here/getId"/></h2>
                      4: <form method="post" action="VLP_path_config">
1.2     ! dwinter     5: Path: <input type="text" size="50" name="path" tal:attributes="value python:getattr(here,'vlp_basis',getattr(here,'path'))">
1.1       dwinter     6: <input type="submit" value="change">
                      7: </form>
                      8: </body>

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