Annotation of OSAS/OSA_system/archiverIndex.zpt, revision 1.3

1.1       dwinter     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: 
1.3     ! dwinter     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>
1.1       dwinter    11: 
1.3     ! dwinter    12: <p><a tal:attributes="href python:here.REQUEST['URL1']+'/inbox'">Show Inbox</a></p>
1.2       dwinter    13: 
1.1       dwinter    14: </body>
                     15: </html>

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