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

<html metal:use-macro="here/main_template/macros/page">
  <head>
    <title metal:fill-slot="title">Add archive Metadata</title>
  </head>
  <body metal:fill-slot="body">
   <h2>Add Metafile to <span tal:replace="python:here.REQUEST['path']"/></h2>
<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>
<p> Further metadata modells will be included, soon. Meanwhile, you have to copy the index.meta files directly to the server. </p>  
<div tal:condition="python: here.main_template.title=='library'">
<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>
</div>
<p> Further metadata modells will be included, soon. Meanwhile, you have to copy the index.meta files directly to the server. </p>  

</body>
</html>

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