File:  [Repository] / OSAS / OSA_system / Attic / OSAS_upload2.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Fri Dec 5 14:57:03 2003 UTC (20 years, 7 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
minor

    1: <html metal:use-macro="here/main_template/macros/page">
    2: <head>
    3:    <title metal:fill-slot="title">The title</title>
    4: </head>
    5: <body>
    6: <div metal:fill-slot="nav_title">Online Repository</div>
    7: 
    8: <div metal:fill-slot="nav_main">
    9: <p><a class="map">Online
   10: Archive at Foxridge</a></p>
   11: 
   12: <p><a class="map" href="XXX">Old
   13: Online Archive at Digifiles</a></p>
   14: 
   15: Add Sources<br>
   16: 
   17: <p><a class="map" href="XXX">Webinterface</a></p>
   18: </div>   
   19: 
   20: <div metal:fill-slot="body">
   21: 
   22: <h1>Image-Upload Y</h1>
   23: <p>Shortly a Java Applet should start and present you with a button &quot;Upload&quot; below.</p>
   24: <p>After pressing the upload-button you can select a folder, the images stored there will be uploaded to the image-server: digifiles</p>
   25: <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
   26: contact the system administrator in this case.)</p>
   27: <p>The path will be:<span tal:replace="python:here.REQUEST.SESSION['path']">/raw/pro2/einstein/test/Barbo_Gener_01_1995/pageimg</span>
   28: </p>
   29: <p>
   30:   <applet
   31: 	CODE     ="ServerWriter.class"
   32:         ARCHIVE  ="/applets/server.jar,/applets/sswingall.jar"
   33: 	NAME     ="Upload Applet"
   34:         WIDTH    = 160
   35:         HEIGHT   = 30
   36:         HSPACE   = 0 
   37:         VSPACE   = 0 
   38:         ALIGN    = middle>
   39:     <param NAME="baseURL" tal:attributes="VALUE python:here.REQUEST.SESSION['path']+'/'">
   40:     <param NAME="destinationFolder" VALUE="pageimg" tal:attributes="value python:here.image_folder_name">
   41:     <param NAME="servletURL" VALUE="http://foxridge.rz-berlin.mpg.de:8000/upload/up">You cannot run the applet!
   42:   </applet>
   43: </p>
   44: <a href="" tal:attributes="href python:here.REQUEST['URL2']+'?path='+here.REQUEST.SESSION['path']">After the upload please click here</a>
   45: 
   46: 
   47: </div>
   48: </body>
   49: </html>

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