Diff for /OSAS/OSA_system/Attic/inputAcquisitionData.zpt between versions 1.1 and 1.2

version 1.1, 2003/12/18 17:22:29 version 1.2, 2003/12/23 13:43:10
Line 1 Line 1
 <html>  <html metal:use-macro="here/main_template/macros/page">
 <body>  <body metal:fill-slot="body">
 <h2>Enter Aquisition data</h2>  <h2>Enter Aquisition data of <span tal:replace="here/REQUEST/SESSION/path"/></h2>
 <form method="post" action="writeAcquisionMetadata">  <form method="post" action="writeAcquisitionMetadata">
 <h3>Provider (required)</h3>  <h3>Provider (required)</h3>
 <select name="producer">  <select name="producer">
 <option tal:repeat="producer here/getProducers" tal:attributes="value producer" tal:content="producer"/>  <option tal:repeat="producer here/getProducers" tal:attributes="value producer" tal:content="producer"/>
 </select>  </select>
 <h3>Date of Acquisition (required)</h3>  <h3>Date of Acquisition (required)</h3>
 <p>Date (yyyy-mm-dd):<input type="text" name="date"></p>  <p>Date (yyyy-mm-dd):<input type="text" name="date" tal:attributes="value here/getDate"></p>
   
 <h3>Description (optional)</h3>  <h3>Description (optional)</h3>
 <textarea cols=60 rows=10 name="description"></textarea>  <textarea cols=60 rows=10 name="description"></textarea>
   
 <input type="hidden" tal:attributes="value here/REQUEST/SESSION/path" name="path">  <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">  <input type="submit">
 </form>  </form>
 </body>  </body>

Removed from v.1.1  
changed lines
  Added in v.1.2


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