Annotation of OSAS/OSA_system/inputAcquisitionData.zpt.~1.1.~, revision 1.1

1.1     ! dwinter     1: <html>
        !             2: <body>
        !             3: <h2>Enter Aquisition data</h2>
        !             4: <form method="post" action="writeAcquisionMetadata">
        !             5: <h3>Provider (required)</h3>
        !             6: <select name="producer">
        !             7: <option tal:repeat="producer here/getProducers" tal:attributes="value producer" tal:content="producer"/>
        !             8: </select>
        !             9: <h3>Date of Acquisition (required)</h3>
        !            10: <p>Date (yyyy-mm-dd):<input type="text" name="date"></p>
        !            11: 
        !            12: <h3>Description (optional)</h3>
        !            13: <textarea cols=60 rows=10 name="description"></textarea>
        !            14: 
        !            15: <input type="hidden" tal:attributes="value here/REQUEST/SESSION/path" name="path">
        !            16: <input type="submit">
        !            17: </form>
        !            18: </body>
        !            19: </html>
        !            20: 
        !            21: 

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