Diff for /OSAS/OSA_system/Attic/OSAS_addmetadata.zpt between versions 1.1 and 1.2

version 1.1, 2003/10/01 08:20:47 version 1.2, 2003/10/11 16:44:23
Line 18  Add Sources<br> Line 18  Add Sources<br>
 </div>     </div>   
   
 <div metal:fill-slot="body">  <div metal:fill-slot="body">
   <h3>Add metadata to <span tal:replace="python:here.REQUEST['path']"/></h3>
 <div tal:define="item python:here.standardMD">  <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><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>
    <p tal:content="item/description">description</p>      <p class="pindent" tal:content="item/description">description</p> 
 </div>  </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>  </div>
 </body>  </body>
 </html>  </html>

Removed from v.1.1  
changed lines
  Added in v.1.2


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