Skip to content

Commit 1dab798

Browse files
jaspermdegrootarschmitz
authored andcommitted
Demos: Update and cleanup markup and content
1 parent 09be5d1 commit 1dab798

File tree

142 files changed

+1823
-1343
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+1823
-1343
lines changed

demos/_search/index.php

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
<div data-role="page" class="jqm-demos jqm-demos-search-results">
1717

1818
<div data-role="toolbar" data-type="header" class="jqm-header">
19-
<h2><a href="../" title="jQuery Mobile Demos home"><img src="../_assets/img/jquery-logo.png" alt="jQuery Mobile"></a></h2>
20-
<p><span class="jqm-version"></span> Demos</p>
19+
<h2><a href="../" title="jQuery Mobile Demos home"><img src="../_assets/img/jquerymobile-logo.png" alt="jQuery Mobile"></a></h2>
2120
<a href="#" class="jqm-navmenu-link ui-button ui-button-icon-only ui-corner-all ui-nodisc-icon ui-alt-icon ui-toolbar-header-button-left">Menu<span class="ui-icon ui-icon-bars"></span></a>
2221
<a href="#" class="jqm-search-link ui-button ui-button-icon-only ui-corner-all ui-nodisc-icon ui-alt-icon ui-toolbar-header-button-right">Search<span class="ui-icon ui-icon-search"></span></a>
22+
<div class="jqm-banner"><h3>Version <span class="jqm-version"></span> Demos</h3></div>
2323
</div><!-- /header -->
2424

2525
<div role="main" class="ui-content jqm-content">
@@ -40,13 +40,17 @@
4040
<?php include( '../jqm-navmenu.php' ); ?>
4141

4242
<div data-role="toolbar" data-type="footer" data-position="fixed" data-tap-toggle="false" class="jqm-footer">
43-
<p>jQuery Mobile Demos version <span class="jqm-version"></span></p>
43+
<h6>jQuery Mobile Version <span class="jqm-version"></span> Demos</h6>
44+
<ul>
45+
<li><a href="http://jquerymobile.com/" title="Visit the jQuery Mobile web site">jquerymobile.com</a></li>
46+
<li><a href="https://github.com/jquery/jquery-mobile" title="Visit the jQuery Mobile GitHub repository">GitHub repository</a></li>
47+
</ul>
4448
<p>Copyright jQuery Foundation</p>
4549
</div><!-- /footer -->
4650

47-
<?php include( '../jqm-search.php' ); ?>
48-
4951
</div><!-- /page -->
5052

53+
<?php include( '../jqm-search.php' ); ?>
54+
5155
</body>
5256
</html>

demos/accordion/index.php

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,17 @@
1616
<div data-role="page" class="jqm-demos" data-quicklinks="true">
1717

1818
<div data-role="toolbar" data-type="header" class="jqm-header">
19-
<h2><a href="../" title="jQuery Mobile Demos home"><img src="../_assets/img/jquery-logo.png" alt="jQuery Mobile"></a></h2>
20-
<p><span class="jqm-version"></span> Demos</p>
19+
<h2><a href="../" title="jQuery Mobile Demos home"><img src="../_assets/img/jquerymobile-logo.png" alt="jQuery Mobile"></a></h2>
2120
<a href="#" class="jqm-navmenu-link ui-button ui-button-icon-only ui-corner-all ui-nodisc-icon ui-alt-icon ui-toolbar-header-button-left">Menu<span class="ui-icon ui-icon-bars"></span></a>
2221
<a href="#" class="jqm-search-link ui-button ui-button-icon-only ui-corner-all ui-nodisc-icon ui-alt-icon ui-toolbar-header-button-right">Search<span class="ui-icon ui-icon-search"></span></a>
22+
<div class="jqm-banner"><h3>Version <span class="jqm-version"></span> Demos</h3></div>
2323
</div><!-- /header -->
2424

2525
<div role="main" class="ui-content jqm-content">
2626

27-
<h1>Accordion <a href="http://api.jquerymobile.com/accordion/" class="jqm-api-docs-link ui-button ui-nodisc-icon ui-alt-icon ui-button-inline ui-corner-all ui-mini">API <span class="ui-icon ui-icon-caret-r"></span></a></h1>
27+
<h1>Accordion</h1>
28+
29+
<a href="http://api.jquerymobile.com/accordion/" class="jqm-api-docs-link ui-nodisc-icon ui-alt-icon" title="Visit the API Documentation" target="_blank">API Documentation <span class="ui-icon ui-icon-action"></span></a>
2830

2931
<p>Displays collapsible content panels for presenting information in a limited amount of space.</p>
3032

@@ -319,13 +321,17 @@
319321
<?php include( '../jqm-navmenu.php' ); ?>
320322

321323
<div data-role="toolbar" data-type="footer" data-position="fixed" data-tap-toggle="false" class="jqm-footer">
322-
<p>jQuery Mobile Demos version <span class="jqm-version"></span></p>
324+
<h6>jQuery Mobile Version <span class="jqm-version"></span> Demos</h6>
325+
<ul>
326+
<li><a href="http://jquerymobile.com/" title="Visit the jQuery Mobile web site">jquerymobile.com</a></li>
327+
<li><a href="https://github.com/jquery/jquery-mobile" title="Visit the jQuery Mobile GitHub repository">GitHub repository</a></li>
328+
</ul>
323329
<p>Copyright jQuery Foundation</p>
324330
</div><!-- /footer -->
325331

326-
<?php include( '../jqm-search.php' ); ?>
327-
328332
</div><!-- /page -->
329333

334+
<?php include( '../jqm-search.php' ); ?>
335+
330336
</body>
331337
</html>

demos/backbone-requirejs/backbone-require.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ <h1>Categories</h1>
2121
<h2>Select a Category Below:</h2>
2222
<ul data-role="listview" data-inset="true" class="ui-listview ui-listview-inset ui-corner-all ui-shadow">
2323
<li class="ui-first-child">
24-
<a href="#category?animals" class="animals ui-btn ui-btn-icon-right">Animals<span class="ui-icon ui-icon-caret-r"></span></a>
24+
<a href="#category?animals" class="animals ui-btn ui-btn-icon-right">Animals <span class="ui-icon ui-icon-caret-r"></span></a>
2525
</li>
2626
<li>
27-
<a href="#category?colors" class="colors ui-btn ui-btn-icon-right">Colors<span class="ui-icon ui-icon-caret-r"></span></a>
27+
<a href="#category?colors" class="colors ui-btn ui-btn-icon-right">Colors <span class="ui-icon ui-icon-caret-r"></span></a>
2828
</li>
2929
<li class="ui-last-child">
30-
<a href="#category?vehicles" class="vehicles ui-btn ui-btn-icon-right">Vehicles<span class="ui-icon ui-icon-caret-r"></span></a>
30+
<a href="#category?vehicles" class="vehicles ui-btn ui-btn-icon-right">Vehicles <span class="ui-icon ui-icon-caret-r"></span></a>
3131
</li>
3232
</ul>
3333
</div><!-- /content -->

demos/backbone-requirejs/index.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
<div data-role="page" class="jqm-demos" data-quicklinks="true">
1818

1919
<div data-role="toolbar" data-type="header" class="jqm-header">
20-
<h2><a href="../" title="jQuery Mobile Demos home"><img src="../_assets/img/jquery-logo.png" alt="jQuery Mobile"></a></h2>
21-
<p><span class="jqm-version"></span> Demos</p>
20+
<h2><a href="../" title="jQuery Mobile Demos home"><img src="../_assets/img/jquerymobile-logo.png" alt="jQuery Mobile"></a></h2>
2221
<a href="#" class="jqm-navmenu-link ui-button ui-button-icon-only ui-corner-all ui-nodisc-icon ui-alt-icon ui-toolbar-header-button-left">Menu<span class="ui-icon ui-icon-bars"></span></a>
2322
<a href="#" class="jqm-search-link ui-button ui-button-icon-only ui-corner-all ui-nodisc-icon ui-alt-icon ui-toolbar-header-button-right">Search<span class="ui-icon ui-icon-search"></span></a>
23+
<div class="jqm-banner"><h3>Version <span class="jqm-version"></span> Demos</h3></div>
2424
</div><!-- /header -->
2525

2626
<div role="main" class="ui-content jqm-content">
@@ -150,9 +150,9 @@
150150
<p>Copyright jQuery Foundation</p>
151151
</div><!-- /footer -->
152152

153-
<?php include( '../jqm-search.php' ); ?>
154-
155153
</div><!-- /page -->
156154

155+
<?php include( '../jqm-search.php' ); ?>
156+
157157
</body>
158158
</html>

demos/body-bar-classes/index.php

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
<div data-role="page" class="jqm-demos" data-quicklinks="true">
3232

3333
<div data-role="toolbar" data-type="header" class="jqm-header">
34-
<h2><a href="../" title="jQuery Mobile Demos home"><img src="../_assets/img/jquery-logo.png" alt="jQuery Mobile"></a></h2>
35-
<p><span class="jqm-version"></span> Demos</p>
34+
<h2><a href="../" title="jQuery Mobile Demos home"><img src="../_assets/img/jquerymobile-logo.png" alt="jQuery Mobile"></a></h2>
3635
<a href="#" class="jqm-navmenu-link ui-button ui-button-icon-only ui-corner-all ui-nodisc-icon ui-alt-icon ui-toolbar-header-button-left">Menu<span class="ui-icon ui-icon-bars"></span></a>
3736
<a href="#" class="jqm-search-link ui-button ui-button-icon-only ui-corner-all ui-nodisc-icon ui-alt-icon ui-toolbar-header-button-right">Search<span class="ui-icon ui-icon-search"></span></a>
37+
<div class="jqm-banner"><h3>Version <span class="jqm-version"></span> Demos</h3></div>
3838
</div><!-- /header -->
3939

4040
<div role="main" class="ui-content jqm-content">
@@ -99,13 +99,17 @@
9999
<?php include( '../jqm-navmenu.php' ); ?>
100100

101101
<div data-role="toolbar" data-type="footer" data-position="fixed" data-tap-toggle="false" class="jqm-footer">
102-
<p>jQuery Mobile Demos version <span class="jqm-version"></span></p>
102+
<h6>jQuery Mobile Version <span class="jqm-version"></span> Demos</h6>
103+
<ul>
104+
<li><a href="http://jquerymobile.com/" title="Visit the jQuery Mobile web site">jquerymobile.com</a></li>
105+
<li><a href="https://github.com/jquery/jquery-mobile" title="Visit the jQuery Mobile GitHub repository">GitHub repository</a></li>
106+
</ul>
103107
<p>Copyright jQuery Foundation</p>
104108
</div><!-- /footer -->
105109

106-
<?php include( '../jqm-search.php' ); ?>
107-
108110
</div><!-- /page -->
109111

112+
<?php include( '../jqm-search.php' ); ?>
113+
110114
</body>
111115
</html>

demos/button/index.php

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,17 @@
1616
<div data-role="page" class="jqm-demos" data-quicklinks="true">
1717

1818
<div data-role="toolbar" data-type="header" class="jqm-header">
19-
<h2><a href="../" title="jQuery Mobile Demos home"><img src="../_assets/img/jquery-logo.png" alt="jQuery Mobile"></a></h2>
20-
<p><span class="jqm-version"></span> Demos</p>
19+
<h2><a href="../" title="jQuery Mobile Demos home"><img src="../_assets/img/jquerymobile-logo.png" alt="jQuery Mobile"></a></h2>
2120
<a href="#" class="jqm-navmenu-link ui-button ui-button-icon-only ui-corner-all ui-nodisc-icon ui-alt-icon ui-toolbar-header-button-left">Menu<span class="ui-icon ui-icon-bars"></span></a>
2221
<a href="#" class="jqm-search-link ui-button ui-button-icon-only ui-corner-all ui-nodisc-icon ui-alt-icon ui-toolbar-header-button-right">Search<span class="ui-icon ui-icon-search"></span></a>
22+
<div class="jqm-banner"><h3>Version <span class="jqm-version"></span> Demos</h3></div>
2323
</div><!-- /header -->
2424

2525
<div role="main" class="ui-content jqm-content">
2626

27-
<h1>Buttons <a href="http://api.jquerymobile.com/button/" class="jqm-api-docs-link ui-button ui-nodisc-icon ui-alt-icon ui-button-inline ui-corner-all ui-mini">API <span class="ui-icon ui-icon-caret-r"></span></a></h1>
27+
<h1>Buttons</h1>
28+
29+
<a href="http://api.jquerymobile.com/button/" class="jqm-api-docs-link ui-nodisc-icon ui-alt-icon" title="Visit the API Documentation" target="_blank">API Documentation <span class="ui-icon ui-icon-action"></span></a>
2830

2931
<h2>Basic markup</h2>
3032

@@ -81,28 +83,28 @@
8183
<button data-mini="true">Mini</button>
8284
<button data-enhanced="true" class="ui-button ui-mini ui-corner-all ui-shadow ui-widget">Enhanced</button>
8385
</div><!--/demo-html -->
84-
86+
8587
<h2>Mini inline</h2>
8688

8789
<div data-demo-html="true">
8890
<button data-mini="true" data-inline="true">Mini</button>
8991
<button data-enhanced="true" class="ui-button ui-mini ui-button-inline ui-corner-all ui-shadow ui-widget">Enhanced</button>
9092
</div><!--/demo-html -->
91-
93+
9294
<h2>Theme</h2>
9395

9496
<div data-demo-html="true">
9597
<button>Inherit</button>
9698
<button data-theme="a">Theme swatch A</button>
9799
<button data-theme="b">Theme swatch B</button>
98-
100+
99101
<button data-enhanced="true" class="ui-button ui-shadow ui-corner-all ui-widget">Enhanced - Inherit</button>
100102
<button data-enhanced="true" class="ui-button ui-button-a ui-shadow ui-corner-all ui-widget">Enhanced - Theme swatch A</button>
101103
<button data-enhanced="true" class="ui-button ui-button-b ui-shadow ui-corner-all ui-widget">Enhanced - Theme swatch B</button>
102104
</div><!--/demo-html -->
103105

104106
<h2>Icons</h2>
105-
107+
106108
<p>Link buttons and <code>button</code> elements can contain icons. The use of icons in <code>input</code> buttons is no longer supported.</p>
107109

108110
<div data-demo-html="true">
@@ -117,7 +119,7 @@
117119
<button data-icon="ui-icon-arrow-r" data-icon-position="end">End</button>
118120
<button data-icon="ui-icon-arrow-u" data-icon-position="top">Top</button>
119121
<button data-icon="ui-icon-arrow-d" data-icon-position="bottom">Bottom</button>
120-
122+
121123
<button data-role="button" data-enhanced="true" class="ui-button ui-shadow ui-corner-all ui-widget"><span class="ui-button-icon ui-icon ui-icon-arrow-l"></span><span class="ui-button-icon-space"> </span>Enhanced - Beginning</button>
122124
<button data-role="button" data-enhanced="true" class="ui-button ui-shadow ui-corner-all ui-widget">Enhanced - End<span class="ui-button-icon-space"> </span><span class="ui-button-icon ui-icon ui-icon-arrow-r"></span></button>
123125
<button data-role="button" data-enhanced="true" class="ui-button ui-shadow ui-corner-all ui-widget"><span class="ui-button-icon ui-icon ui-icon-arrow-u ui-widget-icon-block"></span>Enhanced - Top</button>
@@ -150,13 +152,17 @@
150152
<?php include( '../jqm-navmenu.php' ); ?>
151153

152154
<div data-role="toolbar" data-type="footer" data-position="fixed" data-tap-toggle="false" class="jqm-footer">
153-
<p>jQuery Mobile Demos version <span class="jqm-version"></span></p>
155+
<h6>jQuery Mobile Version <span class="jqm-version"></span> Demos</h6>
156+
<ul>
157+
<li><a href="http://jquerymobile.com/" title="Visit the jQuery Mobile web site">jquerymobile.com</a></li>
158+
<li><a href="https://github.com/jquery/jquery-mobile" title="Visit the jQuery Mobile GitHub repository">GitHub repository</a></li>
159+
</ul>
154160
<p>Copyright jQuery Foundation</p>
155161
</div><!-- /footer -->
156162

157-
<?php include( '../jqm-search.php' ); ?>
158-
159163
</div><!-- /page -->
160164

165+
<?php include( '../jqm-search.php' ); ?>
166+
161167
</body>
162168
</html>

demos/checkboxradio-checkbox/index.php

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,19 @@
1616
<div data-role="page" class="jqm-demos" data-quicklinks="true">
1717

1818
<div data-role="toolbar" data-type="header" class="jqm-header">
19-
<h2><a href="../" title="jQuery Mobile Demos home"><img src="../_assets/img/jquery-logo.png" alt="jQuery Mobile"></a></h2>
20-
<p><span class="jqm-version"></span> Demos</p>
19+
<h2><a href="../" title="jQuery Mobile Demos home"><img src="../_assets/img/jquerymobile-logo.png" alt="jQuery Mobile"></a></h2>
2120
<a href="#" class="jqm-navmenu-link ui-button ui-button-icon-only ui-corner-all ui-nodisc-icon ui-alt-icon ui-toolbar-header-button-left">Menu<span class="ui-icon ui-icon-bars"></span></a>
2221
<a href="#" class="jqm-search-link ui-button ui-button-icon-only ui-corner-all ui-nodisc-icon ui-alt-icon ui-toolbar-header-button-right">Search<span class="ui-icon ui-icon-search"></span></a>
22+
<div class="jqm-banner"><h3>Version <span class="jqm-version"></span> Demos</h3></div>
2323
</div><!-- /header -->
2424

2525
<div role="main" class="ui-content jqm-content">
2626

27-
<h1>Checkbox <a href="http://api.jquerymobile.com/checkboxradio/" class="jqm-api-docs-link ui-button ui-nodisc-icon ui-alt-icon ui-button-inline ui-corner-all ui-mini">API <span class="ui-icon ui-icon-caret-r"></span></a></h1>
27+
<h1>Checkbox</h1>
2828

29-
<p>Checkbox inputs are used to provide a list of options where more than one can be selected. Checkbox buttons are enhanced by the checkboxradio widget.</p>
29+
<a href="http://api.jquerymobile.com/checkboxradio/" class="jqm-api-docs-link ui-nodisc-icon ui-alt-icon" title="Visit the API Documentation" target="_blank">API Documentation <span class="ui-icon ui-icon-action"></span></a>
30+
31+
<p>Checkbox inputs are used to provide a list of options where more than one can be selected. Checkbox buttons are enhanced by the Checkboxradio widget.</p>
3032

3133
<h2>Basic markup</h2>
3234

@@ -68,7 +70,7 @@
6870
</fieldset>
6971
</form>
7072
</div><!--/demo-html -->
71-
73+
7274
<h2>Vertical group</h2>
7375

7476
<p>To make a vertical button set, add <code>data-direction="vertical"</code> to the <code>fieldset</code>.</p>
@@ -123,21 +125,25 @@
123125
<span class="ui-checkboxradio-icon-space"> </span>
124126
<input type="checkbox" data-enhanced="true" name="checkbox-enhanced" class="ui-checkboxradio ui-helper-hidden-accessible">I agree
125127
</label>
126-
</form>
128+
</form>
127129
</div><!--/demo-html -->
128130

129131
</div><!-- /content -->
130132

131133
<?php include( '../jqm-navmenu.php' ); ?>
132134

133135
<div data-role="toolbar" data-type="footer" data-position="fixed" data-tap-toggle="false" class="jqm-footer">
134-
<p>jQuery Mobile Demos version <span class="jqm-version"></span></p>
136+
<h6>jQuery Mobile Version <span class="jqm-version"></span> Demos</h6>
137+
<ul>
138+
<li><a href="http://jquerymobile.com/" title="Visit the jQuery Mobile web site">jquerymobile.com</a></li>
139+
<li><a href="https://github.com/jquery/jquery-mobile" title="Visit the jQuery Mobile GitHub repository">GitHub repository</a></li>
140+
</ul>
135141
<p>Copyright jQuery Foundation</p>
136142
</div><!-- /footer -->
137143

138-
<?php include( '../jqm-search.php' ); ?>
139-
140144
</div><!-- /page -->
141145

146+
<?php include( '../jqm-search.php' ); ?>
147+
142148
</body>
143149
</html>

demos/checkboxradio-radio/index.php

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,17 @@
1616
<div data-role="page" class="jqm-demos" data-quicklinks="true">
1717

1818
<div data-role="toolbar" data-type="header" class="jqm-header">
19-
<h2><a href="../" title="jQuery Mobile Demos home"><img src="../_assets/img/jquery-logo.png" alt="jQuery Mobile"></a></h2>
20-
<p><span class="jqm-version"></span> Demos</p>
19+
<h2><a href="../" title="jQuery Mobile Demos home"><img src="../_assets/img/jquerymobile-logo.png" alt="jQuery Mobile"></a></h2>
2120
<a href="#" class="jqm-navmenu-link ui-button ui-button-icon-only ui-corner-all ui-nodisc-icon ui-alt-icon ui-toolbar-header-button-left">Menu<span class="ui-icon ui-icon-bars"></span></a>
2221
<a href="#" class="jqm-search-link ui-button ui-button-icon-only ui-corner-all ui-nodisc-icon ui-alt-icon ui-toolbar-header-button-right">Search<span class="ui-icon ui-icon-search"></span></a>
22+
<div class="jqm-banner"><h3>Version <span class="jqm-version"></span> Demos</h3></div>
2323
</div><!-- /header -->
2424

2525
<div role="main" class="ui-content jqm-content">
2626

27-
<h1>Radio buttons <a href="http://api.jquerymobile.com/checkboxradio/" class="jqm-api-docs-link ui-button ui-nodisc-icon ui-alt-icon ui-button-inline ui-corner-all ui-mini">API <span class="ui-icon ui-icon-caret-r"></span></a></h1>
27+
<h1>Radio buttons</h1>
28+
29+
<a href="http://api.jquerymobile.com/checkboxradio/" class="jqm-api-docs-link ui-nodisc-icon ui-alt-icon" title="Visit the API Documentation" target="_blank">API Documentation <span class="ui-icon ui-icon-action"></span></a>
2830

2931
<p>Radio inputs are used to provide a list of options where only a single option can be selected. Radio buttons are enhanced by the checkboxradio widget.</p>
3032

@@ -78,7 +80,7 @@
7880
</fieldset>
7981
</form>
8082
</div><!--/demo-html -->
81-
83+
8284
<h2>Mini size</h2>
8385

8486
<p>For a more compact version that is useful in toolbars and tight spaces, add the <code>data-mini="true"</code> attribute to the controlgroup to create a mini version.</p>
@@ -103,7 +105,7 @@
103105

104106
<div data-demo-html="true">
105107
<form>
106-
<fieldset data-role="controlgroup" data-theme="b" data-type="horizontal">
108+
<fieldset data-role="controlgroup" data-theme="b">
107109
<legend>Horizontal:</legend>
108110
<input type="radio" name="radio-choice-t-6" id="radio-choice-t-6a" value="on" checked="checked">
109111
<label for="radio-choice-t-6a">One</label>
@@ -135,29 +137,33 @@
135137
<input type="radio" name="radio-enhanced" id="radio-enhanced" data-enhanced="true">
136138
</div>
137139
</div><!--/demo-html -->
138-
140+
139141
<div data-demo-html="true">
140142
<form>
141143
<label class="ui-radio-label ui-corner-all ui-button ui-widget ui-button-inherit">
142144
<span class="ui-checkboxradio-icon ui-corner-all ui-icon ui-icon-background ui-icon-blank"></span>
143145
<span class="ui-checkboxradio-icon-space"> </span>
144146
<input type="radio" data-enhanced="true" name="radio-enhanced" class="ui-checkboxradio ui-helper-hidden-accessible">I agree
145147
</label>
146-
</form>
148+
</form>
147149
</div><!--/demo-html -->
148-
150+
149151
</div><!-- /content -->
150152

151153
<?php include( '../jqm-navmenu.php' ); ?>
152154

153155
<div data-role="toolbar" data-type="footer" data-position="fixed" data-tap-toggle="false" class="jqm-footer">
154-
<p>jQuery Mobile Demos version <span class="jqm-version"></span></p>
156+
<h6>jQuery Mobile Version <span class="jqm-version"></span> Demos</h6>
157+
<ul>
158+
<li><a href="http://jquerymobile.com/" title="Visit the jQuery Mobile web site">jquerymobile.com</a></li>
159+
<li><a href="https://github.com/jquery/jquery-mobile" title="Visit the jQuery Mobile GitHub repository">GitHub repository</a></li>
160+
</ul>
155161
<p>Copyright jQuery Foundation</p>
156162
</div><!-- /footer -->
157163

158-
<?php include( '../jqm-search.php' ); ?>
159-
160164
</div><!-- /page -->
161165

166+
<?php include( '../jqm-search.php' ); ?>
167+
162168
</body>
163169
</html>

0 commit comments

Comments
 (0)