> > I would like to have the picture on my own (kid) page.
>
> Maybe you are just thinking to complicated? Just use a normal HTML image
> link:
>
> <img src="http://someserver/foo/img.png"; />
>
> If you need to put dynamic elements in the image URL, use Kid
> placeholder expressions.
>
> Example: assuming you pass "dict(chart_data=[30,20,50])" to the template
> from your controller, you could insert a nice google chart with the
> following template code:
>
> <img
> src="http://chart.apis.google.com/chart?chs=250x150&cht=p3&chd=t:${','.join(chart_data)}"/>
>
> HTH, Chris

WOW, that is exactly what I was looking for... thank you VERY much :-D

Petr
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to