File:  [Repository] / OSAS / OSA_system / Attic / inputAcquisitionData.zpt
Revision 1.2: 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 metal:use-macro="here/main_template/macros/page">
<body metal:fill-slot="body">
<h2>Enter Aquisition data of <span tal:replace="here/REQUEST/SESSION/path"/></h2>
<form method="post" action="writeAcquisitionMetadata">
<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" tal:attributes="value here/getDate"></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">
<h3>Media Type</h3>
<select name="media_type">
<option tal:repeat="mediaType here/mediaTypes" tal:attributes="value mediaType" tal:content="mediaType"/>
</select>


<input type="submit">
</form>
</body>
</html>



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