Annotation of OSAS/OSA_system/addPresentation.zpt~, revision 1.1
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" tal:attributes="href
! 10: string:${here/storage/viewfiles/absolute_url}?path=/mpiwg/online">Online
! 11: Archive at Foxridge</a></p>
! 12:
! 13: <p><a class="map" href="XXX" tal:attributes="href
! 14: string:${here/storage/viewfiles/absolute_url}?path=/mpiwg/production/docuserver">Old
! 15: Online Archive at Digifiles</a></p>
! 16:
! 17: Add Sources<br>
! 18:
! 19: <p><a class="map" href="XXX" tal:attributes="href
! 20: string:${here/storage/storefiles/absolute_url}?path=/mpiwg">Webinterface</a></p>
! 21: </div>
! 22:
! 23: <div metal:fill-slot="body">
! 24:
! 25: <h1>Add presentation information</h1>
! 26: <form method="post" action="addPresentation2" enctype="multipart/form-data">
! 27: <p> Please enter the name, which the folder shall have at the storage system</p>
! 28: <p><input name="folder_name" tal:attributes="value python:here.REQUEST.SESSION['presentationname']"/></p>
! 29: and a short content description
! 30: <p><input name="content_description" value="Viewer environment"/></p>
! 31: Enter the presentation xml-document
! 32: <p><textarea name="xmltext" cols=50 rows=20><span tal:replace="python:here.REQUEST.SESSION['xmlvorschlag']"/></textarea>
! 33:
! 34: <p>Or upload an xml-file:</p>
! 35: <input type="file" name="fileupload"/>
! 36: <input type="submit">
! 37: </form>
! 38: </div>
! 39: </body>
! 40: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>