File:  [Repository] / basket / zpt / BasketXRef_lit_template_standard.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Fri Apr 7 17:44:40 2006 UTC (18 years, 1 month ago) by dwinter
Branches: MAIN
CVS tags: HEAD
michael

 <tal:block tal:define="
	    basis python:here.vlp.vlp_coll.technology;
		id python:here.xref;
		lit python:basis.ZSQLSimpleSearch('
			SELECT fullreference, online
			FROM vl_literature 
			WHERE reference = \'' + id + '\'')[0]">
		
<i class="small" style="float:right" tal:content="id" />
<a tal:condition="lit/online" tal:attributes="href python:'/references?id=' + id" tal:content="python:lit.fullreference" />
<span tal:condition="not: lit/online" tal:replace="python:lit.fullreference" />
		
</tal:block>

	

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