File:  [Repository] / OSAS / OSA_system / zpt / OSAS_addmetadata.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Mar 3 13:02:55 2004 UTC (20 years, 3 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">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">
<h3>Add metadata to <span tal:replace="python:here.REQUEST['path']"/></h3>
<div tal:define="item python:here.standardMD">
  <p><img src="images/Arrow_Right.gif"><a href="ID"  tal:attributes="href python:item.getId()+'?path='+here.REQUEST['path']" tal:content="item/linklabel">LINKLABEL</a>
   </p>
   <p class="pindent" tal:content="item/description">description</p> 
</div>


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

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