Revision: cc092ca0670e
Author: Sean Gilligan <se...@msgilligan.com>
Date: Fri Jan 27 01:24:16 2012
Log: Remove Graphic NavBar sample as it is no longer supported.
http://code.google.com/p/iui/source/detail?r=cc092ca0670e
Revision: 328ac675ab4d
Author: Sean Gilligan <se...@msgilligan.com>
Date: Fri Jan 27 01:24:46 2012
Log: Fix viewport meta tag, change ; to ,
http://code.google.com/p/iui/source/detail?r=328ac675ab4d
Revision: 569772d1e1eb
Author: Sean Gilligan <se...@msgilligan.com>
Date: Fri Jan 27 01:26:36 2012
Log: Merge branch 'master' of https://code.google.com/p/iui
http://code.google.com/p/iui/source/detail?r=569772d1e1eb
==============================================================================
Revision: cc092ca0670e
Author: Sean Gilligan <se...@msgilligan.com>
Date: Fri Jan 27 01:24:16 2012
Log: Remove Graphic NavBar sample as it is no longer supported.
http://code.google.com/p/iui/source/detail?r=cc092ca0670e
Deleted:
/web-app/samples/graphicnav/index.html
Modified:
/web-app/mobile/demos.html
=======================================
--- /web-app/samples/graphicnav/index.html Sun Sep 25 14:19:04 2011
+++ /dev/null
@@ -1,59 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
- <title>iUI Graphic NavBar Sample</title>
- <meta name="viewport" content="width=device-width, initial-scale=1.0,
maximum-scale=1.0, user-scalable=0"/>
-<link rel="stylesheet" href="../../iui/iui.css" type="text/css" />
-
-<link rel="stylesheet" title="Default"
href="../../iui/t/default/default-theme.css" type="text/css"/>
-<link rel="alternate stylesheet" title="iPhoneDevCamp"
href="../../iui/t/ipdc/ipdc-theme.css" type="text/css"/>
- <script type="application/x-javascript" src="../../iui/iui.js"></script>
-<script type="application/x-javascript"
src="../../iui/js/iui-theme-switcher.js"></script>
- <script type="text/javascript">
- iui.animOn = true;
- </script>
-</head>
-
-<body>
- <div class="toolbar">
- <h1 id="pageTitle"></h1>
- <a id="backButton" class="button" href="#"></a>
- </div>
-
- <ul id="home" title="Main" selected="true" ttlclass="titleImg"
bbclass="backButtonImg">
- <li><a href="#sub">Sub</a></li>
- <li><a href="#subimg">Sub (w/image)</a></li>
- <li><a href="#subLongName">SubWithReallyReallyLongName</a></li>
- <li><a href="#themes">Theme Switcher</a></li>
- </ul>
-
- <ul id="sub" title="Sub" >
- <li><a href="#sub2">Sub2</a></li>
- </ul>
-
- <ul id="subimg" title="Sub (w/image)" ttlclass="titleImg">
- </ul>
-
- <ul id="sub2" title="Sub2">
- </ul>
-
-
- <ul id="subLongName" title="SubWithReallyReallyLongName">
- </ul>
-
-
-
- <div id="themes" class="panel" title="Theme Switcher">
- <h2>Theme Switcher</h2>
- <form id="theme-form" onsubmit="return iui.ts.themeSubmit(this)"
method="">
- <select onchange="return iui.ts.themeSelect(this)"
name="themeSelect" size="1">
- <option>Default</option>
- <option>iPhoneDevCamp</option>
- </select>
- </form>
- </div>
-
-</body>
-
-</html>
=======================================
--- /web-app/mobile/demos.html Sun Sep 25 14:19:04 2011
+++ /web-app/mobile/demos.html Fri Jan 27 01:24:16 2012
@@ -41,7 +41,6 @@
<li><a target="_blank" href="../samples/prefs.html">Prefs</a></li>
<li><a target="_blank" href="../samples/digg/index.html">Digg</a></li>
<li><a target="_blank"
href="../samples/theaters/index.html">Theaters</a></li>
- <li><a target="_blank" href="../samples/graphicnav/index.html">Graphic
NavBar</a></li>
<li><a target="_blank" href="../samples/gaelyk/index.gtpl">Gaelyk
Demo</a></li>
</ul>
==============================================================================
Revision: 328ac675ab4d
Author: Sean Gilligan <se...@msgilligan.com>
Date: Fri Jan 27 01:24:46 2012
Log: Fix viewport meta tag, change ; to ,
http://code.google.com/p/iui/source/detail?r=328ac675ab4d
Modified:
/web-app/3rd-party-apps/rail-tickets/index.html
=======================================
--- /web-app/3rd-party-apps/rail-tickets/index.html Mon Sep 21 01:17:40 2009
+++ /web-app/3rd-party-apps/rail-tickets/index.html Fri Jan 27 01:24:46 2012
@@ -12,7 +12,7 @@
<script type="application/x-javascript"
src="../../iui/ext-sandbox/masabi/iui_ext.js"></script>
<script type="application/x-javascript" src="../../iui/iui.js"></script>
<script type="application/x-javascript" src="ticketsales.js"></script>
-<meta name="viewport" content="width=320; initial-scale=1.0;
maximum-scale=1.0; user-scalable=0;" />
+<meta name="viewport" content="width=320, initial-scale=1.0,
maximum-scale=1.0, user-scalable=0" />
<meta name="apple-touch-fullscreen" content="YES" />
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-icon" href="iphone.jpg"/>
==============================================================================
Revision: 569772d1e1eb
Author: Sean Gilligan <se...@msgilligan.com>
Date: Fri Jan 27 01:26:36 2012
Log: Merge branch 'master' of https://code.google.com/p/iui
http://code.google.com/p/iui/source/detail?r=569772d1e1eb