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

    1: <html metal:use-macro="here/main_template/macros/page">
    2: <head>
    3:    <title metal:fill-slot="title">The title</title>
    4: </head>
    5: <body>
    6: <div metal:fill-slot="nav_title">Add Image</div>
    7: 
    8: <div metal:fill-slot="nav_main">
    9: <p><a class="map" href="XXX">Online
   10: Archive at Foxridge</a></p>
   11: 
   12: <p><a class="map" href="XXX">Old
   13: Online Archive at Digifiles</a></p>
   14: 
   15: Add Sources<br>
   16: 
   17: <p><a class="map" href="XXX">Webinterface</a></p>
   18: </div>   
   19: 
   20: <div metal:fill-slot="body">
   21: <div tal:define="item python:here.standardMD">
   22:   <p><a href="ID"  tal:attributes="href python:item.getId()+'?path='+here.REQUEST['path']" tal:content="item/linklabel">LINKLABEL</a>
   23:    </p>
   24:    <p tal:content="item/description">description</p> 
   25: </div>
   26: 
   27: <div tal:repeat="item python:here.storagetest.objectValues()">	
   28:   <p>BLA<a href="ID"  tal:attributes="href item/getId">LINKLABEL</a></p>
   29: 										      <!-- <p tal:content="item/description">description</p> -->
   30: </div>
   31: </div>
   32: </body>
   33: </html>

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