Annotation of cdli/zpt/makeThisVersionCurrent.zpt, revision 1.1

1.1     ! dwinter     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>