Annotation of versionedFile/zpt/changeHistoryFileNamesForm.zpt, revision 1.1

1.1     ! dwinter     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>