|
1 | 1 | <!DOCTYPE HTML>
|
2 | 2 | <!--
|
3 | 3 | /*
|
4 |
| - * jQuery File Upload Plugin Demo 8.2.1 |
| 4 | + * jQuery File Upload Plugin Demo 8.3.0 |
5 | 5 | * https://github.com/blueimp/jQuery-File-Upload
|
6 | 6 | *
|
7 | 7 | * Copyright 2010, Sebastian Tschan
|
@@ -133,7 +133,7 @@ <h3>Demo Notes</h3>
|
133 | 133 | </div>
|
134 | 134 | </div>
|
135 | 135 | <!-- The blueimp Gallery widget -->
|
136 |
| -<div id="blueimp-gallery" class="blueimp-gallery blueimp-gallery-controls"> |
| 136 | +<div id="blueimp-gallery" class="blueimp-gallery blueimp-gallery-controls" data-filter=":even"> |
137 | 137 | <div class="slides"></div>
|
138 | 138 | <h3 class="title"></h3>
|
139 | 139 | <a class="prev">‹</a>
|
@@ -185,13 +185,13 @@ <h3 class="title"></h3>
|
185 | 185 | <td>
|
186 | 186 | <span class="preview">
|
187 | 187 | {% if (file.thumbnail_url) { %}
|
188 |
| - <a href="{%=file.url%}" title="{%=file.name%}" class="gallery" download="{%=file.name%}"><img src="{%=file.thumbnail_url%}"></a> |
| 188 | + <a href="{%=file.url%}" title="{%=file.name%}" download="{%=file.name%}" data-gallery><img src="{%=file.thumbnail_url%}"></a> |
189 | 189 | {% } %}
|
190 | 190 | </span>
|
191 | 191 | </td>
|
192 | 192 | <td>
|
193 | 193 | <p class="name">
|
194 |
| - <a href="{%=file.url%}" title="{%=file.name%}" class="{%=file.thumbnail_url?'gallery':''%}" download="{%=file.name%}">{%=file.name%}</a> |
| 194 | + <a href="{%=file.url%}" title="{%=file.name%}" download="{%=file.name%}" {%=file.thumbnail_url?'data-gallery':''%}>{%=file.name%}</a> |
195 | 195 | </p>
|
196 | 196 | {% if (file.error) { %}
|
197 | 197 | <div><span class="label label-important">Error</span> {%=file.error%}</div>
|
@@ -223,6 +223,7 @@ <h3 class="title"></h3>
|
223 | 223 | <script src="http://blueimp.github.io/cdn/js/bootstrap.min.js"></script>
|
224 | 224 | <!-- blueimp Gallery script -->
|
225 | 225 | <script src="http://blueimp.github.io/Gallery/js/blueimp-gallery.min.js"></script>
|
| 226 | +<script src="http://blueimp.github.io/Gallery/js/jquery.blueimp-gallery.min.js"></script> |
226 | 227 | <!-- The Iframe Transport is required for browsers without support for XHR file uploads -->
|
227 | 228 | <script src="js/jquery.iframe-transport.js"></script>
|
228 | 229 | <!-- The basic File Upload plugin -->
|
|
0 commit comments