File:  [Repository] / versionedFile / zpt / changeHistoryFileNamesForm.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Nov 21 19:54:11 2005 UTC (18 years, 7 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
versionsnumbering

    1: <html>
    2: <body>
    3: <h2>Change positionof the version number</h2>
    4: <form mathod="post" action="changeHistoryFileNames">
    5: <tal:x condition="python:getattr(here,'positionVersionNum','front')">
    6: <input type="radio" name="positionVersionNum" value="front" checked>begin of the filename<br>
    7: <input type="radio" name="positionVersionNum" value="back">end of the filename<br>
    8: </tal:x>
    9: <tal:x condition="not:python:getattr(here,'positionVersionNum','front')">
   10: <input type="radio" name="positionVersionNum" value="front">begin of the filename<br>
   11: <input type="radio" name="positionVersionNum" value="back" checked>end of the filename<br>
   12: </tal:x>
   13: <input type="submit">
   14: </form>
   15: </body>
   16: </html>

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