File:  [Repository] / versionedFile / zpt / addVComment.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Mar 21 10:51:45 2005 UTC (19 years, 1 month ago) by dwinter
Branches: MAIN
CVS tags: HEAD
missed file added

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

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