File:  [Repository] / versionedFile / zpt / addComment.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Feb 24 17:13:27 2005 UTC (19 years, 4 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
comment added

    1: <html>
    2: <body>
    3: <form method="post" action="manageComment">
    4: <h2>Modify/View the file comment for <span tal:content="here/title"/>.</h2>
    5: <p tal:condition="python:getattr(here,'comment',None)">
    6: Comment was modified by <span tal:replace="python:getattr(here,'comment_author','unknown')"/>. </p>
    7: Comment:<br>
    8: <textarea tal:content="python:getattr(here,'comment','')" 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>