From f162dcb0db0ee64dd45898bd689bd2dcf76ec36d Mon Sep 17 00:00:00 2001 From: Damien Mandrioli Date: Mon, 21 Jul 2014 10:47:26 +0200 Subject: [PATCH] Fix #18160: update demos/mobileGallery to use ios7 theme --- mobileGallery/cache.appcache | 1 + mobileGallery/demo-ios7.html | 87 ++++++++++++++++++++++++++++++++++++ mobileGallery/demo.html | 2 +- 3 files changed, 89 insertions(+), 1 deletion(-) create mode 100644 mobileGallery/demo-ios7.html diff --git a/mobileGallery/cache.appcache b/mobileGallery/cache.appcache index e0a3516..cc5a7e1 100644 --- a/mobileGallery/cache.appcache +++ b/mobileGallery/cache.appcache @@ -4,6 +4,7 @@ CACHE: demo.html # all dojo mobile theme files on supported platforms ../../dojox/mobile/themes/iphone/iphone.css +../../dojox/mobile/themes/ios7/ios7.css ../../dojox/mobile/themes/iphone/ipad.css ../../dojox/mobile/themes/android/android.css # demo theme files diff --git a/mobileGallery/demo-ios7.html b/mobileGallery/demo-ios7.html new file mode 100644 index 0000000..c7b0b00 --- /dev/null +++ b/mobileGallery/demo-ios7.html @@ -0,0 +1,87 @@ + + + + + + + + + Showcase + + + + + + + + + +
+
+

+
+ Showcase +

+ +
+ +
+

+ + Welcome + +

+
+
+

+
Welcome to Dojo Mobile Showcase
+ +

+
+
+
    +
  • HTML
  • +
  • JavaScript
  • +
+
+
+

+					
+
+

+					
+
+
+
+
+
+
+ Loading...
+ + + + diff --git a/mobileGallery/demo.html b/mobileGallery/demo.html index 002791a..11320f8 100644 --- a/mobileGallery/demo.html +++ b/mobileGallery/demo.html @@ -10,7 +10,7 @@ } else if (userAgent.indexOf("MSIE") > -1) { window.location.href = "demo-windows.html"; } else { - window.location.href = "demo-iphone.html"; + window.location.href = "demo-ios7.html"; }