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


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Html-template-users mailing list
Html-template-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to