summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/data/demos/GoogleTemplateVideo.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo/dojox/data/demos/GoogleTemplateVideo.html')
-rw-r--r--js/dojo/dojox/data/demos/GoogleTemplateVideo.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/js/dojo/dojox/data/demos/GoogleTemplateVideo.html b/js/dojo/dojox/data/demos/GoogleTemplateVideo.html
new file mode 100644
index 0000000..0600db0
--- /dev/null
+++ b/js/dojo/dojox/data/demos/GoogleTemplateVideo.html
@@ -0,0 +1,7 @@
+{% load dojox.dtl.contrib.data %}
+{% bind_data items to store as google %}
+{% for item in google %}
+<span class="search-result">
+ <a href="{{item.url}}"><img src="{{item.tbUrl}}" width="100" height="75"></a>
+</span>
+{% endfor %}