File:  [Repository] / OSAS / OSA_system / zpt / addText.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Apr 14 21:26:23 2004 UTC (20 years, 2 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
erste version nur fulltext

<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>Text-Upload</h1>
<form method="post" action="addText2" enctype="multipart/form-data">
<p> Please enter the name, which the text folder shall have at the storage system (e.g. fulltext-01)</p>
<p><input name="folder_name"/></p>
and a short content description
<p><textarea name="content_description" cols="70" rows="10"></textarea></p>
<p>File:</p>
<input type="file" name="fileupload" size="60"/><br/>
<p>creation-date: <input type="text" name="archive-creation-date" value="12.03.2003" tal:attributes="value here/date"/>
	<p>Creator: <input type="text" name="creator" tal:attributes="value user/getId"/><br/>
<input type="submit" value="submit">
</form>
</div>
</body>
</html>

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