Annotation of OSAS/OSA_system/zpt/addText.zpt, revision 1.2

1.1       dwinter     1: <html metal:use-macro="here/main_template/macros/page">
                      2: <head>
                      3:    <title metal:fill-slot="title">The title</title>
                      4: </head>
                      5: <body>
                      6: <div metal:fill-slot="nav_title">Add Image</div>
                      7: 
                      8: <div metal:fill-slot="nav_main">
                      9: <p><a class="map" href="XXX">Online
                     10: Archive at Foxridge</a></p>
                     11: 
                     12: <p><a class="map" href="XXX">Old
                     13: Online Archive at Digifiles</a></p>
                     14: 
                     15: Add Sources<br>
                     16: 
                     17: <p><a class="map" href="XXX">Webinterface</a></p>
                     18: </div>   
                     19: 
                     20: <div metal:fill-slot="body">
                     21: 
                     22: <h1>Text-Upload</h1>
                     23: <form method="post" action="addText2" enctype="multipart/form-data">
1.2     ! dwinter    24: <p> Please enter the name, which the text folder shall have at the storage system (e.g. fulltext-01)</p>
1.1       dwinter    25: <p><input name="folder_name"/></p>
                     26: and a short content description
1.2     ! dwinter    27: <p><textarea name="content_description" cols="70" rows="10"></textarea></p>
1.1       dwinter    28: <p>File:</p>
1.2     ! dwinter    29: <input type="file" name="fileupload" size="60"/><br/>
        !            30: <p>creation-date: <input type="text" name="archive-creation-date" value="12.03.2003" tal:attributes="value here/date"/>
        !            31:    <p>Creator: <input type="text" name="creator" tal:attributes="value user/getId"/><br/>
        !            32: <input type="submit" value="submit">
1.1       dwinter    33: </form>
                     34: </div>
                     35: </body>
                     36: </html>

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