aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dojox/dtl/demos/templates/gallery.html
diff options
context:
space:
mode:
Diffstat (limited to 'includes/js/dojox/dtl/demos/templates/gallery.html')
-rw-r--r--includes/js/dojox/dtl/demos/templates/gallery.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/includes/js/dojox/dtl/demos/templates/gallery.html b/includes/js/dojox/dtl/demos/templates/gallery.html
deleted file mode 100644
index 7fe6d8c..0000000
--- a/includes/js/dojox/dtl/demos/templates/gallery.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{% load dojox.dtl.contrib.data %}
-{% bind_data items to store as flickr %}
-<div>
- <input dojoAttachEvent="onkeypress: keyUp">
- <table>
- <tr>
- {% for item in flickr %}<td><img src="{{ item.imageUrlThumb }}" dojoAttachEvent="onclick: selectThumbnail" class="{{ item.imageUrl }}" /></td>{% endfor %}
- <td width="100%"></td>
- </tr>
- <tr>
- <td colspan="{{ flickr|length|add:1 }}">
- {% if selected %}<img src="{{ selected }}" />{% endif %}
- </td>
- </tr>
- </table>
-</div> \ No newline at end of file