[Koha-devel] TMPL_IF question

Tonnesen Steve tonnesen at cmsd.bc.ca
Tue Apr 22 11:50:08 CEST 2003


HTML::Template doesn't give any facility for comparisons (greater than,
less than, etc). TMPL_IF blocks will be evaulated if the variable is
defined and non-zero.  TMPL_IF blocks will not be evaluated if the
variable id undefined or zero. 

Steve.


On Tue, 22 Apr 2003, Owen Leonard wrote:

> If there's a variable <TMPL_VAR NAME="numrecords">, can you say something 
> like:
> 
> <TMPL_IF "numrecords" greater than 0>
> 
> ... lots of records
> 
> </TMPL_IF>?
> 
>  -- Owen
> 
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Koha-devel mailing list
> Koha-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/koha-devel
> 
> 





More information about the Koha-devel mailing list