File:  [Repository] / OSAS / OSA_system / zpt / OSAS_saved.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Mon Oct 4 15:52:32 2004 UTC (19 years, 8 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
access right bugs fixed

<html metal:use-macro="here/main_template/macros/page">
<head>
   <title metal:fill-slot="title">The title</title>
</head>
<body>
<div metal:fill-slot="nav_title">Online Repository</div>

<div metal:fill-slot="nav_main">
<p><a class="map" href="XXX">Online
Archive at Foxridge</a></p>

<p><a class="map" href="XXX">Old
Online Archive at Digifiles</a></p>

Add Sources<br>

<p><a class="map" href="XXX">Webinterface</a></p>
</div>   

<div metal:fill-slot="body">

<h1>Document stored!</h1>

<p>Document is now available at the MPIWG Online repository</p>

<a target="_blank" href="XXX" tal:attributes="href python:container.DigILibURL+'?fn='+here.viewpath+'/'+here.add_metadata['folder_name']+'/pageimg'" tal:content="python:container.DigILibURL+'?fn='+here.viewpath+'/'+here.add_metadata['folder_name']+'/pageimg'">XXX</a>

</div>
</body>
</html>

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