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 (18 years 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

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

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