File:  [Repository] / OSAS / OSA_system / Attic / inputAcquisitionData.zpt.~1.1.~
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Dec 23 13:43:10 2003 UTC (20 years, 6 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
archiver

<html>
<body>
<h2>Enter Aquisition data</h2>
<form method="post" action="writeAcquisionMetadata">
<h3>Provider (required)</h3>
<select name="producer">
<option tal:repeat="producer here/getProducers" tal:attributes="value producer" tal:content="producer"/>
</select>
<h3>Date of Acquisition (required)</h3>
<p>Date (yyyy-mm-dd):<input type="text" name="date"></p>

<h3>Description (optional)</h3>
<textarea cols=60 rows=10 name="description"></textarea>

<input type="hidden" tal:attributes="value here/REQUEST/SESSION/path" name="path">
<input type="submit">
</form>
</body>
</html>



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