--- basket/zpt/BasketXRef_tec_template_standard.zpt 2006/01/19 16:25:49 1.1 +++ basket/zpt/BasketXRef_tec_template_standard.zpt 2006/04/05 17:09:14 1.3 @@ -7,28 +7,28 @@ JOIN vl_literature AS lit ON img.source = lit.id'; - basis python:here.vlp.vlp_coll.technology; - tec python: basis.ZSQLSimpleSearch(' - SELECT - tec.*, - img.caption, img.webcapion, img.exportHeight, img.exportWidth, - img.source AS img_source, img.webpage, figureno, - img.reference AS img_reference, - lit.fullreference AS fullreference, sql_year - FROM ' + vl_technology + ' - WHERE tec.reference = \'' + here.xref+ '\'')[0]"> - - - - - - - spacer - - webcaption - + basis python: here.vlp.vlp_coll.technology; + tec python: basis.ZSQLSimpleSearch(' + SELECT + tec.*, + img.caption, img.webcapion, img.exportHeight, img.exportWidth, + img.source AS img_source, img.webpage, figureno, + img.reference AS img_reference, + lit.fullreference AS fullreference, sql_year + FROM ' + vl_technology + ' + WHERE tec.reference = \'' + here.xref+ '\'')[0]"> + + + webcaption

+ taken from: + +