File:  [Repository] / ECHO_content / vlp / ChangeVLPPath.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Thu Mar 10 15:46:59 2005 UTC (19 years, 4 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
changes for front matter

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

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