Annotation of OSAS/OSA_system/#add_metafile.zpt#, revision 1.1

1.1     ! dwinter     1: 
        !             2: <html metal:use-macro="here/main_template/macros/page">
        !             3:   <head>
        !             4:     <title metal:fill-slot="title">Add archive Metadata</title>
        !             5:   </head>
        !             6:   <body metal:fill-slot="body">
        !             7:    <h2>Add Metafile to <span tal:replace="python:here.REQUEST['path']"/></h2>
        !             8: <p><a href="online/add" tal:attributes="href python:'add?path='+here.REQUEST['path']+'&no_upload=yes'">Click here for bibliographic metadata (Webfrontend)</a></p>
        !             9: <p> Further metadata modells will be included, soon. Meanwhile, you have to copy the index.meta files directly to the server. </p>  
        !            10: <div tal:condition="python: here.main_template.title=='library'">
        !            11: <p><a href="library/addfromdatabase" tal:attributes="href python:'library/addfromdatabase?path='+here.REQUEST['path']">Click here for importing from the Library DB</a></p>
        !            12: </div>
        !            13: <p> Further metadata modells will be included, soon. Meanwhile, you have to copy the index.meta files directly to the server. </p>  
        !            14: 
        !            15: </body>
        !            16: </html>

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