diff options
Diffstat (limited to 'js/dojo-1.7.2/dojox/data/demos/GoogleTemplateBlog.html')
| -rw-r--r-- | js/dojo-1.7.2/dojox/data/demos/GoogleTemplateBlog.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/data/demos/GoogleTemplateBlog.html b/js/dojo-1.7.2/dojox/data/demos/GoogleTemplateBlog.html new file mode 100644 index 0000000..4d67548 --- /dev/null +++ b/js/dojo-1.7.2/dojox/data/demos/GoogleTemplateBlog.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.postUrl}}">{{item.titleNoFormatting}}</a> +</span> +{% endfor %} |
