|
1 | 1 | <!DOCTYPE HTML>
|
2 | 2 | <!--
|
3 | 3 | /*
|
4 |
| - * jQuery Image Gallery Plugin Demo 2.3 |
| 4 | + * jQuery Image Gallery Plugin Demo 2.5.1 |
5 | 5 | * https://github.com/blueimp/jQuery-Image-Gallery
|
6 | 6 | *
|
7 | 7 | * Copyright 2011, Sebastian Tschan
|
|
18 | 18 | <meta name="description" content="jQuery Image Gallery is an extension to the Dialog component of jQuery UI, to ease navigation between a set of gallery images. It features mouse and keyboard navigation, transition effects, fullscreen mode and slideshow functionality.">
|
19 | 19 | <meta name="viewport" content="width=device-width">
|
20 | 20 | <!-- jQuery UI styles -->
|
21 |
| -<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.17/themes/south-street/jquery-ui.css" id="theme"> |
| 21 | +<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/themes/south-street/jquery-ui.css" id="theme"> |
22 | 22 | <!-- jQuery Image Gallery styles -->
|
23 | 23 | <link rel="stylesheet" href="css/jquery.image-gallery.min.css">
|
24 | 24 | <!-- Generic page styles -->
|
25 | 25 | <link rel="stylesheet" href="css/style.css">
|
26 | 26 | </head>
|
27 | 27 | <body>
|
28 | 28 | <ul class="nav">
|
29 |
| - <li><a href="https://github.com/blueimp/jQuery-Image-Gallery/downloads">Downloads</a></li> |
| 29 | + <li><a href="https://github.com/blueimp/jQuery-Image-Gallery/tags">Download</a></li> |
30 | 30 | <li><a href="https://github.com/blueimp/jQuery-Image-Gallery">Source Code</a></li>
|
31 |
| - <li><a href="https://github.com/blueimp/jQuery-Image-Gallery">Documentation</a></li> |
32 |
| - <li><a href="https://github.com/blueimp/jQuery-Image-Gallery/issues">Issues</a></li> |
| 31 | + <li><a href="https://github.com/blueimp/jQuery-Image-Gallery/blob/master/README.md">Documentation</a></li> |
33 | 32 | <li><a href="https://blueimp.net">© Sebastian Tschan</a></li>
|
34 | 33 | </ul>
|
35 |
| -<br> |
| 34 | +<p style="font-size: 16px;"><strong>Notice:</strong><br><a href="http://blueimp.github.io/Gallery/">blueimp Gallery</a> is a completely rewritten, much improved image gallery, replacing this version.</p> |
36 | 35 | <h1>jQuery Image Gallery Demo</h1>
|
37 | 36 | <blockquote>
|
38 | 37 | <p>jQuery Image Gallery is an extension to the Dialog component of jQuery UI, to ease navigation between a set of gallery images.<br>
|
@@ -88,12 +87,12 @@ <h1>jQuery Image Gallery Demo</h1>
|
88 | 87 | <br>
|
89 | 88 | <!-- The container element for the gallery images -->
|
90 | 89 | <div id="gallery"></div>
|
91 |
| -<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> |
92 |
| -<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.17/jquery-ui.min.js"></script> |
| 90 | +<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script> |
| 91 | +<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script> |
93 | 92 | <!-- The Load Image plugin, providing image loading and resizing functionality -->
|
94 |
| -<script src="http://blueimp.github.com/JavaScript-Load-Image/load-image.min.js"></script> |
| 93 | +<script src="js/load-image.js"></script> |
95 | 94 | <!-- The jQuery Image Gallery plugin -->
|
96 |
| -<script src="js/jquery.image-gallery.min.js"></script> |
| 95 | +<script src="js/jquery.image-gallery.js"></script> |
97 | 96 | <!-- The main application script -->
|
98 | 97 | <script src="js/main.js"></script>
|
99 | 98 | </body>
|
|
0 commit comments