Annotation of MPIWGWeb/zpt/editImageStaff.zpt, revision 1.1.2.1
1.1.2.1 ! dwinter 1: <html metal:use-macro="here/mainEditFile/macros/page">
! 2:
! 3: <tal:block metal:fill-slot="body" tal:define="yes_no_list python:'yes\nno'">
! 4: <form action="updateImage" method="post" enctype="multipart/form-data">
! 5: <p>Show image at the homepage: <span tal:replace="structure python:here.ZSQLSelectionFromCRList(
! 6: 'publishImage',
! 7: yes_no_list,
! 8: boxType='radio',
! 9: checked=here.getPublishImage())"/>
! 10: </p>
! 11: <p>
! 12: <span tal:condition="here/getImageObj" tal:replace="structure python:here.getImageObj().thumb()"/></p>
! 13:
! 14:
! 15: <p>Filename:<input type="file" name="file" size="30"></p>
! 16:
! 17:
! 18:
! 19: <input type="submit">
! 20:
! 21: </tal:block>
! 22: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>