File:  [Repository] / OSAS / OSA_system / zpt / addPdf.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Mon Nov 28 13:01:42 2005 UTC (18 years, 7 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
*** empty log message ***

<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>Pdf-Upload</h1>
<form method="post" action="addPdf2" enctype="multipart/form-data">
<p> Please enter the name, which the pdf-Document shall have at the storage system, if you leave it blank it will be the name of the uploaded file. The file will be stored in the subfolder <a href="" target="_blank" tal:attributes="href python:here.REQUEST['BASE0']+'/'+here.REQUEST['path']+'/pdf'">/pdf</a>.
<p><input name="file_name" size="40" /></p>
<p>and a short content description</p>
<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"  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>