File:  [Repository] / OSAS / OSA_system / zpt / OSAS_add_naming.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Thu Jul 1 07:46:42 2004 UTC (19 years, 11 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
minors

<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">Online Archive</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">


<p>Your document will be stored as, please check if the proposed name is in line with the <a href="http://pythia.mpiwg-berlin.mpg.de/projects/storagesystem/file-format/file-format.html#x1-80005.2" target="_blank">naming conventions:</a>
</p>
<form action="add4" method="post">
	<input type="text" name="folder_name" value="XXSX" tal:attributes="value python:here.vorschlag_naming" /><br/>
	<input type="submit" name="submit" value="upload images"/>
	<input type="submit" name="submit" value="upload pdf"/>	
	<input type="submit" name="submit" value="upload only fulltext"/>

</form>

</div>
</body>
</html>

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