File:  [Repository] / OSAS / OSA_system / zpt / inputRessourceData.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Mar 3 13:02:55 2004 UTC (20 years, 4 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
moved templates to zpt

    1: <html metal:use-macro="here/main_template/macros/page">
    2: <body metal:fill-slot="body">
    3: <h2>Enter Ressource data of <span tal:replace="here/REQUEST/SESSION/path"/></h2>
    4: <form method="post" action="writeRessourceMetadata">
    5: <h3>Name (required, not change)</h3>
    6: <input type="hidden" name="name" tal:attributes="value python:here.getName()">
    7: <p tal:content="python:here.getName()"/>
    8: 
    9: <h3>Creation date of the folder (required)</h3>
   10: <p>Date (yyyy-mm-dd):<input type="text" name="date" tal:attributes="value here/getDate"></p>
   11: 
   12: <h3>Description (required)</h3>
   13: <textarea cols=60 rows=10 name="description">Scanned Document by the DIGIGROUP<<</textarea>
   14: 
   15: <h3>Creator (required)</h3>
   16: <input type="text" name="creator" tal:attributes="value python:'digigroup'">
   17: 
   18: <input type="hidden" tal:attributes="value here/REQUEST/SESSION/path" name="path">
   19: 
   20: <input type="submit">
   21: </form>
   22: </body>
   23: </html>
   24: 
   25: 

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