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

<html>
<body>
<h2>Change positionof the version number</h2>
<form mathod="post" action="changeHistoryFileNames">
<tal:x condition="python:getattr(here,'positionVersionNum','front')">
<input type="radio" name="positionVersionNum" value="front" checked>begin of the filename<br>
<input type="radio" name="positionVersionNum" value="back">end of the filename<br>
</tal:x>
<tal:x condition="not:python:getattr(here,'positionVersionNum','front')">
<input type="radio" name="positionVersionNum" value="front">begin of the filename<br>
<input type="radio" name="positionVersionNum" value="back" checked>end of the filename<br>
</tal:x>
<input type="submit">
</form>
</body>
</html>

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