[web2py] Re: how show images from side sites?

2013-11-05 Thread Copper Lark
воскресенье, 3 ноября 2013 г., 18:30:12 UTC+4 пользователь Anthony написал: {{ = XML('img src=%s' % 'https://some_url/image01.jpg') ) }} The above code is fine, except there is an extra ) at the end. Another option is to use the IMG helper: {{=IMG(_src='https://some_url/image01.jpg')}}

[web2py] Re: how show images from side sites?

2013-11-03 Thread Anthony
{{ = XML('img src=%s' % 'https://some_url/image01.jpg') ) }} The above code is fine, except there is an extra ) at the end. Another option is to use the IMG helper: {{=IMG(_src='https://some_url/image01.jpg')}} https://money.yandex.ru/i/shop/mosenergosbut.gif If you are wondering why the