Annotation of OSAS/OSA_system/zpt/addPdf.zpt, revision 1.3

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>Pdf-Upload</h1>
                     23: <form method="post" action="addPdf2" enctype="multipart/form-data">
                     24: <p> Please enter the name, which the pdf-Document shall have at the storage system, if you leave it blank it will be the name of the uploaded file. The file will be stored in the subfolder <a href="" target="_blank" tal:attributes="href python:here.REQUEST['BASE0']+'/'+here.REQUEST['path']+'/pdf'">/pdf</a>.
                     25: <p><input name="file_name" size="40" /></p>
                     26: <p>and a short content description</p>
                     27: <p><textarea name="content_description" cols="70" rows="10"></textarea></p>
                     28: <p>File:</p>
                     29: <input type="file" name="fileupload" size="60"/><br/>
                     30: <p>creation-date: <input type="text" name="archive-creation-date"  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">
                     33: </form>
                     34: </div>
                     35: </body>
                     36: </html>

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