r2553 - photoviewer: demo fixes

r2553 - photoviewer: demo fixes


Author: joern.zaefferer
Date: Wed May 13 06:43:59 2009
New Revision: 2553
Modified:
branches/photoviewer/demos/photoviewer/default.html
branches/photoviewer/demos/photoviewer/resizing.html
Log:
photoviewer: demo fixes
Modified: branches/photoviewer/demos/photoviewer/default.html
==============================================================================
--- branches/photoviewer/demos/photoviewer/default.html    (original)
+++ branches/photoviewer/demos/photoviewer/default.html    Wed May 13 06:43:59
2009
@@ -3,7 +3,6 @@
<head>
    <title>jQuery UI Photoviewer - Default functionality</title>
    <link rel="stylesheet" href="../../themes/base/ui.all.css"
type="text/css" media="screen">
-    <link rel="stylesheet" href="../../source/ui.photoviewer.css"
type="text/css" media="screen">
    <script type="text/javascript" src="../../jquery-1.3.2.js"></script>
    <script type="text/javascript"
src="../../external/jquery.mousewheel-3.0.2.js"></script>
    <script type="text/javascript" src="../../ui/ui.core.js"></script>
Modified: branches/photoviewer/demos/photoviewer/resizing.html
==============================================================================
--- branches/photoviewer/demos/photoviewer/resizing.html    (original)
+++ branches/photoviewer/demos/photoviewer/resizing.html    Wed May 13
06:43:59 2009
@@ -3,7 +3,6 @@
<head>
    <title>jQuery UI Photoviewer - Default functionality</title>
    <link rel="stylesheet" href="../../themes/base/ui.all.css"
type="text/css" media="screen">
-    <link rel="stylesheet" href="../../source/ui.photoviewer.css"
type="text/css" media="screen">
    <script type="text/javascript" src="../../jquery-1.3.2.js"></script>
    <script type="text/javascript"
src="../../external/jquery.mousewheel-3.0.2.js"></script>
    <script type="text/javascript" src="../../ui/ui.core.js"></script>
@@ -56,17 +55,17 @@
<div class="demo">
    <div id="photos">
-        <a href="photos/IMG_2474.jpg">
-            <img src="photos/IMG_2474-thumb.jpg" />
+        <a href="photos/IMG_2474.JPG">
+            <img src="photos/IMG_2474-thumb.JPG" />
        </a>
-        <a href="photos/IMG_2480.jpg">
-            <img src="photos/IMG_2480-thumb.jpg" />
+        <a href="photos/IMG_2480.JPG">
+            <img src="photos/IMG_2480-thumb.JPG" />
        </a>
-        <a href="photos/IMG_2487.jpg">
-            <img src="photos/IMG_2487-thumb.jpg" />
+        <a href="photos/IMG_2487.JPG">
+            <img src="photos/IMG_2487-thumb.JPG" />
        </a>
-        <a href="photos/IMG_2498.jpg">
-            <img src="photos/IMG_2498-thumb.jpg" />
+        <a href="photos/IMG_2498.JPG">
+            <img src="photos/IMG_2498-thumb.JPG" />
        </a>
    </div>