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

1.1     ! dwinter     1: <html>
        !             2: <body>
        !             3: <form method="post" action="manageVComment">
        !             4: <h2>Modify/View the file comment for <span tal:content="here/title"/>.</h2>
        !             5: <p tal:condition="python:getattr(here,'vComment',None)">
        !             6: Comment was modified by <span tal:replace="python:getattr(here,'vComment_author','unknown')"/>. </p>
        !             7: Comment:<br>
        !             8: <textarea tal:content="python:getattr(here,'vComment','')" name="text" cols="70" rows="10"/><br>
        !             9: <input type="text" name="comment_author" tal:attributes="value python:here.REQUEST.get('AUTHENTICATED_USER','unknown')"><br>
        !            10: <input type="submit" name="submit" value="do not change"> <input type="submit" name="submit" value="change">
        !            11: </form>
        !            12: </body>
        !            13: </html>

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