File:  [Repository] / cdli / zpt / makeThisVersionCurrent.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Sat Jun 17 14:53:35 2006 UTC (17 years, 11 months ago) by dwinter
Branches: MAIN
CVS tags: zcat_only_1, Root_zcat_only_1, HEAD
get last changes and changes by author, break lock added

<html metal:use-macro="here/main_template/macros/page">
  <tal:block metal:fill-slot="body" tal:define="options here/REQUEST">
  <h1>Make version <span tal:replace="python:here.getVersionNumber()"/> of File 
  <span tal:replace="python:here.aq_parent.getTitle()"/> current.</h1>
  <form action="makeThisVersionCurrent" method="post">
  <p>Comment:</p>
  <textarea name="comment" cols="50" rows="20" tal:content="python:'(identical to version %i)'%here.getVersionNumber()">
  </textarea>
  <br>
  Author: <input tal:attributes="value python:here.lastEditor()" name="author" size="20">
  <br>
  <input type="submit">
  
  </form>
  </tal:block>
 </html>

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