File:  [Repository] / MPIWGWeb / zpt / Attic / edit_imageForm.zpt
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Wed Sep 14 20:45:56 2005 UTC (18 years, 9 months ago) by dwinter
Branches: r2
new editing environment for project pagesCVS: ----------------------------------------------------------------------

<html>
<body>
<h2>Edit Image</h2>
<form action="editImage" method="post" enctype="multipart/form-data">
<div tal:content="structure python:here.tag(scale=250.0 / here.height)"/>
Upload new image:<input type="file" name="file" len="50">
<textarea tal:content="structure python:getattr(here,'caption','')" name="caption" rows="3" cols="80"></textarea>
<br>
<input type="submit" value="submit">
</form>
</body>
</html>

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