Diff for /basket/zpt/BasketXRef_tec_template_standard.zpt between versions 1.1 and 1.2

version 1.1, 2006/01/19 16:25:49 version 1.2, 2006/04/05 14:16:26
Line 18 Line 18
                 FROM ' + vl_technology + '                  FROM ' + vl_technology + '
                 WHERE tec.reference = \'' + here.xref+ '\'')[0]">                  WHERE tec.reference = \'' + here.xref+ '\'')[0]">
                                   
       
       
       
             <img name='thumbnail1' src="IMG.png" border=0              <img name='thumbnail1' src="IMG.png" border=0
                 tal:attributes="src python:basis.vlp.imgbase + 'thumbs/' +                   tal:attributes="src python:basis.vlp.imgbase + 'thumbs/' + 
                     tec.img_reference + '.jpg'" width="80">              tec.img_reference + '.jpg'" width="100" align="left">
   
             <img src="images/space.gif" height="8"   
                 width="1" alt="spacer" border="0">  
           
             <span tal:content="structure tec/webcapion">webcaption</span>  
               
   
       <a 
           tal:content="structure tec/webcapion" 
           tal:attributes="
           href python:str(basis.absolute_url()) + '/data?id=' + tec.reference">webcaption</a><br>
       <p>taken from: <span tal:replace="python: tec.fullreference"/>
           <span tal:replace="structure python:
               '(p.&nbsp;' + tec.webpage[1:5] + 
               ', fig.&nbsp;' + tec.figureno +  ')'"/></p>
       <br clear="all">
 </tal:block>  </tal:block>

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


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