File:  [Repository] / OSAS / OSA_system / zpt / add_metafile.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:   <head>
    3:     <title metal:fill-slot="title">Add archive Metadata</title>
    4:   </head>
    5:   <body metal:fill-slot="body">
    6:    <h2>Add Metafile to <span tal:replace="python:here.REQUEST['path']"/></h2>
    7: <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>
    8: <p> Further metadata modells will be included, soon. Meanwhile, you have to copy the index.meta files directly to the server. </p>  
    9: <div tal:condition="python: here.main_template.title=='library'">
   10: <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>
   11: </div>
   12: <p> Further metadata modells will be included, soon. Meanwhile, you have to copy the index.meta files directly to the server. </p>  
   13: 
   14: </body>
   15: </html>

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