source:
Dev/trunk/src/client/dojox/data/demos/GoogleTemplateLocal.html
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 216 bytes |
Rev | Line | |
---|---|---|
[483] | 1 | {% load dojox.dtl.contrib.data %} |
2 | {% bind_data items to store as google %} | |
3 | {% for item in google %} | |
4 | <span class="search-result"> | |
5 | <a href="{{item.url}}"><img src="{{item.staticMapUrl}}"></a> | |
6 | </span> | |
7 | {% endfor %} |
Note: See TracBrowser
for help on using the repository browser.