Files
openlayers/master/examples/GoogleTemplateImage.html
Éric Lemoine 5d14b9e2d4 Updated
2013-02-20 10:38:25 +01:00

8 lines
260 B
HTML

{% load dojox.dtl.contrib.data %}
{% bind_data items to store as google %}
{% for item in google %}
<span class="search-result">
<a href="{{item.unescapedUrl}}"><img src="{{item.tbUrl}}" alt="{{item.contentNoFormatting}}"></a>
</span>
{% endfor %}