Steve Alexander wrote:
> 
> Shane Hathaway wrote:
> >
> > <dtml-in expr="_.range(0, movie_rating)">
> >   <img SRC="star.gif" height=15 width=15>
> > </dtml-in>
> >
> > Replace movie_rating with the variable that represents the movie rating.
> 
> What about <dtml-var "'*' * movie_rating"> ?

Or rather:

  <dtml-var "'<img SRC=star.gif height=15 width=15>' * movie_rating">

--
Steve Alexander
Software Engineer
Cat-Box limited

_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to