Skip to content

Commit 07499b0

Browse files
committed
Fix a theme problem with demos
1 parent f3cb441 commit 07499b0

27 files changed

+27
-27
lines changed

demos/android/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
</head>
2525
<body>
26-
<div data-role="page" data-theme="a" id="droIndex">
26+
<div data-role="page" data-theme="c" id="droIndex">
2727
<div data-role="header">
2828
<h1>jQueryMobile - DateBox</h1>
2929
<a href="../" data-icon="home" data-iconpos="notext">Home</a>

demos/android/limit.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
</head>
2626
<body>
27-
<div data-role="page" data-theme="a" id="droLimit">
27+
<div data-role="page" data-theme="c" id="droLimit">
2828
<div data-role="header">
2929
<h1>jQueryMobile - DateBox</h1>
3030
<a href="../../" data-icon="home" data-iconpos="notext">Home</a>

demos/api/desktop.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
</head>
2626
<body>
27-
<div data-role="page" data-theme="a" id="apiDesktop">
27+
<div data-role="page" data-theme="c" id="apiDesktop">
2828
<div data-role="header">
2929
<h1>jQueryMobile - DateBox</h1>
3030
<a href="../../" data-icon="home" data-iconpos="notext">Home</a>

demos/api/events.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
</head>
2626
<body>
27-
<div data-role="page" data-theme="a" id="apiEvent">
27+
<div data-role="page" data-theme="c" id="apiEvent">
2828
<div data-role="header">
2929
<h1>jQueryMobile - DateBox</h1>
3030
<a href="../../" data-icon="home" data-iconpos="notext">Home</a>

demos/api/globalconfig.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
</head>
2626
<body>
27-
<div data-role="page" data-theme="a" id="apiConfig">
27+
<div data-role="page" data-theme="c" id="apiConfig">
2828
<div data-role="header">
2929
<h1>jQueryMobile - DateBox</h1>
3030
<a href="../../" data-icon="home" data-iconpos="notext">Home</a>

demos/api/i8n.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
</head>
2626
<body>
27-
<div data-role="page" data-theme="a" id="apiConfig">
27+
<div data-role="page" data-theme="c" id="apiConfig">
2828
<div data-role="header">
2929
<h1>jQueryMobile - DateBox</h1>
3030
<a href="../../" data-icon="home" data-iconpos="notext">Home</a>

demos/api/matrix.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
</head>
2626
<body>
27-
<div data-role="page" data-theme="a" id="matrix">
27+
<div data-role="page" data-theme="c" id="matrix">
2828
<div data-role="header">
2929
<h1>jQueryMobile - DateBox</h1>
3030
<a href="../../" data-icon="home" data-iconpos="notext">Home</a>

demos/api/themes.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
</head>
2626
<body>
27-
<div data-role="page" data-theme="a" id="apiTheme">
27+
<div data-role="page" data-theme="c" id="apiTheme">
2828
<div data-role="header">
2929
<h1>jQueryMobile - DateBox</h1>
3030
<a href="../../" data-icon="home" data-iconpos="notext">Home</a>

demos/calendar/blackhigh.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
</head>
2626
<body>
27-
<div data-role="page" data-theme="a" id="calBlack">
27+
<div data-role="page" data-theme="c" id="calBlack">
2828
<div data-role="header">
2929
<h1>jQueryMobile - DateBox</h1>
3030
<a href="../../" data-icon="home" data-iconpos="notext">Home</a>

demos/calendar/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
</head>
2626
<body>
27-
<div data-role="page" data-theme="a" id="calIndex">
27+
<div data-role="page" data-theme="c" id="calIndex">
2828
<div data-role="header">
2929
<h1>jQueryMobile - DateBox</h1>
3030
<a href="../../" data-icon="home" data-iconpos="notext">Home</a>

demos/calendar/limit.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
</head>
2626
<body>
27-
<div data-role="page" data-theme="a" id="calLimit">
27+
<div data-role="page" data-theme="c" id="calLimit">
2828
<div data-role="header">
2929
<h1>jQueryMobile - DateBox</h1>
3030
<a href="../../" data-icon="home" data-iconpos="notext">Home</a>

demos/duration/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
</head>
2626
<body>
27-
<div data-role="page" data-theme="a" id="durIndex">
27+
<div data-role="page" data-theme="c" id="durIndex">
2828
<div data-role="header">
2929
<h1>jQueryMobile - DateBox</h1>
3030
<a href="../../" data-icon="home" data-iconpos="notext">Home</a>

demos/flip/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
</head>
2626
<body>
27-
<div data-role="page" data-theme="a" id="slideIndex">
27+
<div data-role="page" data-theme="c" id="slideIndex">
2828
<div data-role="header">
2929
<h1>jQueryMobile - DateBox</h1>
3030
<a href="../../" data-icon="home" data-iconpos="notext">Home</a>

demos/install.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
</head>
2626
<body>
27-
<div data-role="page" data-theme="a" id="install">
27+
<div data-role="page" data-theme="c" id="install">
2828
<div data-role="header">
2929
<h1>jQueryMobile - DateBox</h1>
3030
<a href="../" data-icon="home" data-iconpos="notext">Home</a>

demos/intro.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
</head>
2626
<body>
27-
<div data-role="page" data-theme="a" id="intro">
27+
<div data-role="page" data-theme="c" id="intro">
2828
<div data-role="header">
2929
<h1>jQueryMobile - DateBox</h1>
3030
<a href="../" data-icon="home" data-iconpos="notext">Home</a>

demos/odd/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
</head>
2626
<body>
27-
<div data-role="page" data-theme="a" id="oddIndex">
27+
<div data-role="page" data-theme="c" id="oddIndex">
2828
<div data-role="header">
2929
<h1>jQueryMobile - DateBox</h1>
3030
<a href="../../" data-icon="home" data-iconpos="notext">Home</a>

demos/odd/link.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
</head>
2626
<body>
27-
<div data-role="page" data-theme="a" id="oddLink">
27+
<div data-role="page" data-theme="c" id="oddLink">
2828
<div data-role="header">
2929
<h1>jQueryMobile - DateBox</h1>
3030
<a href="../../" data-icon="home" data-iconpos="notext">Home</a>

demos/odd/open.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
</head>
2626
<body>
27-
<div data-role="page" data-theme="a" id="oddOpen">
27+
<div data-role="page" data-theme="c" id="oddOpen">
2828
<div data-role="header">
2929
<h1>jQueryMobile - DateBox</h1>
3030
<a href="../../" data-icon="home" data-iconpos="notext">Home</a>

demos/odd/start.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
</head>
2626
<body>
27-
<div data-role="page" data-theme="a" id="oddStart">
27+
<div data-role="page" data-theme="c" id="oddStart">
2828
<div data-role="header">
2929
<h1>jQueryMobile - DateBox</h1>
3030
<a href="../../" data-icon="home" data-iconpos="notext">Home</a>

demos/slide/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
</head>
2626
<body>
27-
<div data-role="page" data-theme="a" id="slideIndex">
27+
<div data-role="page" data-theme="c" id="slideIndex">
2828
<div data-role="header">
2929
<h1>jQueryMobile - DateBox</h1>
3030
<a href="../../" data-icon="home" data-iconpos="notext">Home</a>

demos/time/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
</head>
2626
<body>
27-
<div data-role="page" data-theme="a" id="timeIndex">
27+
<div data-role="page" data-theme="c" id="timeIndex">
2828
<div data-role="header">
2929
<h1>jQueryMobile - DateBox</h1>
3030
<a href="../../" data-icon="home" data-iconpos="notext">Home</a>

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
</head>
2727
<body>
28-
<div data-role="page" data-theme="a" id="main">
28+
<div data-role="page" data-theme="c" id="main">
2929
<div data-role="header">
3030
<h1>jQueryMobile - DateBox</h1>
3131
</div>

tests/converter.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
</head>
2626
<body>
27-
<div data-role="page" data-theme="a" id="main">
27+
<div data-role="page" data-theme="c" id="main">
2828
<div data-role="header">
2929
<h1>jQueryMobile - Using DateBox as Library</h1>
3030
</div>

tests/dev.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
</head>
2525
<body>
26-
<div data-role="page" data-theme="a" id="main">
26+
<div data-role="page" data-theme="c" id="main">
2727
<div data-role="header">
2828
<h1>jQueryMobile - Dev Page</h1>
2929
</div>

tests/lang.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
</head>
4848
<body>
49-
<div data-role="page" data-theme="a" id="main">
49+
<div data-role="page" data-theme="c" id="main">
5050
<div data-role="header">
5151
<h1>jQueryMobile - i8n Dev Page</h1>
5252
</div>

tests/perdate.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
</head>
7474
<body>
75-
<div data-role="page" data-theme="a" id="main">
75+
<div data-role="page" data-theme="c" id="main">
7676
<div data-role="header">
7777
<h1>jQueryMobile - DateBox Linked Select Menu Demo</h1>
7878
</div>

tests/rec.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
</head>
7777
<body>
78-
<div data-role="page" data-theme="a" id="main">
78+
<div data-role="page" data-theme="c" id="main">
7979
<div data-role="header">
8080
<h1>jQueryMobile - i8n Dev Page</h1>
8181
</div>

0 commit comments

Comments
 (0)