File:  [Repository] / OSAS / OSA_system / Attic / OSAS_addmetadata.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Oct 1 08:20:47 2003 UTC (20 years, 9 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
New files for upload and editing

<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">Add Image</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">
<div tal:define="item python:here.standardMD">
  <p><a href="ID"  tal:attributes="href python:item.getId()+'?path='+here.REQUEST['path']" tal:content="item/linklabel">LINKLABEL</a>
   </p>
   <p tal:content="item/description">description</p> 
</div>

<div tal:repeat="item python:here.storagetest.objectValues()">	
  <p>BLA<a href="ID"  tal:attributes="href item/getId">LINKLABEL</a></p>
										      <!-- <p tal:content="item/description">description</p> -->
</div>
</div>
</body>
</html>

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