File:  [Repository] / OSAS / OSA_system / zpt / addPresentation.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: <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>Add presentation information</h1>
   23: <form method="post" action="addPresentation2" enctype="multipart/form-data">
   24: <p> Please enter the name, which the folder shall have at the storage system</p>
   25: <p><input name="folder_name" tal:attributes="value python:here.REQUEST.SESSION['presentationname']"/></p>
   26: and a short content description
   27: <p><input name="content_description" value="Viewer environment"/></p>
   28: Enter the presentation xml-document
   29: <p><textarea name="xmltext" cols=50 rows=20><span tal:replace="python:here.REQUEST.SESSION['xmlvorschlag']"/></textarea>
   30: 
   31: <p>Or upload an xml-file:</p>
   32: <input type="file" name="fileupload"/>
   33: <input type="submit">
   34: </form>
   35: </div>
   36: </body>
   37: </html>

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