File:  [Repository] / OSAS / OSA_system / Attic / OSAS_upload2.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Oct 1 08:20:47 2003 UTC (20 years, 9 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
New files for upload and editing

<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 Repository</div>

<div metal:fill-slot="nav_main">
<p><a class="map">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>Image-Upload Y</h1>
<p>Shortly a Java Applet should start and present you with a button &quot;Upload&quot; below.</p>
<p>After pressing the upload-button you can select a folder, the images stored there will be uploaded to the image-server: digifiles</p>
<p>(If there exists already a folder with the same name and you decide to replace it, the old folder will be saved for several days and can be restored, please
contact the system administrator in this case.)</p>
<p>The path will be:<span tal:replace="python:here.REQUEST.SESSION['path']">/raw/pro2/einstein/test/Barbo_Gener_01_1995/pageimg</span>
</p>
<p>
  <applet
	CODE     ="ServerWriter.class"
        ARCHIVE  ="/applets/server.jar,/applets/sswingall.jar"
	NAME     ="Upload Applet"
        WIDTH    = 160
        HEIGHT   = 30
        HSPACE   = 0 
        VSPACE   = 0 
        ALIGN    = middle>
    <param NAME="baseURL" tal:attributes="VALUE python:here.REQUEST.SESSION['path']+'/'">
    <param NAME="destinationFolder" VALUE="pageimg" tal:attributes="value python:here.image_folder_name">
    <param NAME="servletURL" VALUE="http://foxridge.mpiwg-berlin.mpg.de:8000/upload/up">You cannot run the applet!
  </applet>
</p>
<a href="" tal:attributes="href python:here.REQUEST['URL2']+"?path="+here.REQUEST.SESSION['path']">After the upload please click here</a>


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

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