File:  [Repository] / OSAS / OSA_system / zpt / editindex.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Fri Mar 19 21:28:21 2004 UTC (20 years, 3 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
add config fuer thumb and top

<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" tal:attributes="href string:storage/viewfiles?path=/mpiwg/online">Online
Archive at Foxridge</a></p>

<p><a class="map" href="XXX" tal:attributes="href
string:storage/viewfiles?path=/mpiwg/production/docuserver">Old
Online Archive at Digifiles</a></p>

Add Sources<br>

<p><a class="map" href="XXX" tal:attributes="href
string:storage/storefiles?path=/mpiwg">Webinterface</a></p>
</div>   

<div metal:fill-slot="body">
<h2>Edit Index.meta of <span tal:replace="python:here.REQUEST.SESSION['path']"/></h2>
<form method="post" action="EditIndex2"  enctype="multipart/form-data">
<textarea name="indexmeta" cols=100 rows=50><span tal:replace="python:here.REQUEST.SESSION['indexmeta']"/></textarea>
<p>Or upload an xml-file:</p>
<input type="file" name="fileupload"/><br>
<input type="submit"/>
</form>
</div>
</body>
</html>

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