File:  [Repository] / OSAS / OSA_system / zpt / archiverIndex.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Mar 3 13:02:55 2004 UTC (20 years, 4 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
moved templates to zpt

    1: <html metal:use-macro="here/main_template/macros/page">
    2: <body metal:fill-slot="body">
    3: <h2>MPIWG - Archive System</h2>
    4: <h2>Library Access</h2>
    5: <h3>Raw Data Storage</h3>
    6: 
    7: <p><a tal:attributes="href python:here.REQUEST['URL1']+'/newFolders_html'">Create new folders</a></p>
    8: <p><a tal:attributes="href python:here.REQUEST['URL1']+'/idGenerator/index_html'">Register new IDs</a></p>
    9: <p><a tal:attributes="href python:here.REQUEST['URL1']+'/archiver_html?path=/mpiwg'">Archive the documents</a></p>
   10: <p><a tal:attributes="href python:here.REQUEST['URL1']+'/processViewer'">Show running processes</a></p>
   11: 
   12: <p><a tal:attributes="href python:here.REQUEST['URL1']+'/inbox'">Show Inbox</a></p>
   13: 
   14: <p><a href="/library/archiver/producerFolder/manage_addProduct/OSA_system/manage_AddOSAS_producerForm">Add an Producer (Password necessary, same as for accessing foxridge via appleshare)</a>
   15: </body>
   16: </html>

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