Re: [htmltmpl] Numeric loops
Brought to you by:
samtregar
From: Michael P. <mp...@pl...> - 2007-04-30 00:35:15
|
Dan Horne wrote: > Hi all > > Is there a way to loop from a lower integer to an higher one? For example, > say an article has a rating of 4. I'd like to loop from 1 to 4 and print a > star at each iteration. The only way I can see of doing this is create an > array ref in the perl coder and pass that to the template, which seems a lot > of pointless effort If you're so concerned about doing it in your Perl code, then I'd do it with Javascript. Create extra image elements depending on the rating value. -- Michael Peters Developer Plus Three, LP |