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, 3 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
moved templates to zpt

<html metal:use-macro="here/main_template/macros/page">
<head>
   <title metal:fill-slot="title">The title</title>
</head>
<body>
<div metal:fill-slot="nav_title">Add Image</div>

<div metal:fill-slot="nav_main">
<p><a class="map" href="XXX">Online
Archive at Foxridge</a></p>

<p><a class="map" href="XXX">Old
Online Archive at Digifiles</a></p>

Add Sources<br>

<p><a class="map" href="XXX">Webinterface</a></p>
</div>   

<div metal:fill-slot="body">

<h1>Add presentation information</h1>
<form method="post" action="addPresentation2" enctype="multipart/form-data">
<p> Please enter the name, which the folder shall have at the storage system</p>
<p><input name="folder_name" tal:attributes="value python:here.REQUEST.SESSION['presentationname']"/></p>
and a short content description
<p><input name="content_description" value="Viewer environment"/></p>
Enter the presentation xml-document
<p><textarea name="xmltext" cols=50 rows=20><span tal:replace="python:here.REQUEST.SESSION['xmlvorschlag']"/></textarea>

<p>Or upload an xml-file:</p>
<input type="file" name="fileupload"/>
<input type="submit">
</form>
</div>
</body>
</html>

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