added demo with glyphish icons
123
_globalnav-glyphish.html
Normal file
|
|
@ -0,0 +1,123 @@
|
|||
<?php /*gzip page*/ ob_start("ob_gzhandler"); ?>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>jQuery Mobile Framework - GlobalNav Example</title>
|
||||
<link rel="stylesheet" type="text/css" href="css/all" />
|
||||
<script type="text/javascript" src="js/all"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div data-role="page">
|
||||
<style type="text/css">
|
||||
.nav-glyphish-example .ui-btn .ui-btn-inner { padding-top: 40px !important; }
|
||||
.ui-globalnav-expanded ul .ui-btn .ui-btn-inner { padding-top: 55px !important; }
|
||||
.nav-glyphish-example .ui-btn .ui-icon, .ui-globalnav-expanded ul .ui-btn .ui-icon { width: 30px!important; height: 30px!important; box-shadow: none!important; -moz-box-shadow: none!important; -webkit-box-shadow: none!important; -webkit-border-radius: none !important; border-radius: none !important; }
|
||||
.ui-globalnav-expanded ul .ui-btn .ui-icon { top: 20px; }
|
||||
#chat .ui-icon { background: url(/images/glyphish/09-chat2.png) 50% 50% no-repeat; }
|
||||
#email .ui-icon { background: url(/images/glyphish/18-envelope.png) 50% 50% no-repeat; }
|
||||
.nav-glyphish-example .ui-globalnav-toggle .ui-icon { background: url(/images/glyphish/19-gear.png) 50% 50% no-repeat !important; }
|
||||
#login .ui-icon { background: url(/images/glyphish/30-key.png) 50% 50% no-repeat; }
|
||||
#beer .ui-icon { background: url(/images/glyphish/88-beermug.png) 50% 50% no-repeat; }
|
||||
#coffee .ui-icon { background: url(/images/glyphish/100-coffee.png) 50% 50% no-repeat; }
|
||||
#clock .ui-icon { background: url(/images/glyphish/11-clock.png) 50% 50% no-repeat; }
|
||||
</style>
|
||||
|
||||
|
||||
<div class="ui-header">
|
||||
<h1>Global Nav Example</h1>
|
||||
<a href="index.html" class="ui-back" data-icon="arrow-l">Home</a>
|
||||
</div>
|
||||
|
||||
<div class="ui-content ui-body ui-body-b">
|
||||
<h1>Demo description</h1>
|
||||
|
||||
<p>This page includes a globalnav plugin, which will fix to the footer as a tabbed navigation, and persist as pages switch out behind it.</p>
|
||||
|
||||
<p><strong>Pellentesque habitant morbi tristique</strong> senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. <em>Aenean ultricies mi vitae est.</em> Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, <code>commodo vitae</code>, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. <a href="#">Donec non enim</a> in turpis pulvinar facilisis. Ut felis.</p>
|
||||
|
||||
<ol>
|
||||
<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>
|
||||
<li>Aliquam tincidunt mauris eu risus.</li>
|
||||
</ol>
|
||||
|
||||
<h2>Header Level 2</h2>
|
||||
|
||||
<ol>
|
||||
<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>
|
||||
<li>Aliquam tincidunt mauris eu risus.</li>
|
||||
</ol>
|
||||
|
||||
<blockquote><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.</p></blockquote>
|
||||
|
||||
<h3>Header Level 3</h3>
|
||||
|
||||
<ul>
|
||||
<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>
|
||||
<li>Aliquam tincidunt mauris eu risus.</li>
|
||||
</ul>
|
||||
|
||||
<pre><code>
|
||||
#header h1 a {
|
||||
display: block;
|
||||
width: 300px;
|
||||
height: 80px;
|
||||
}
|
||||
</code></pre>
|
||||
|
||||
<h1>HTML Ipsum Presents</h1>
|
||||
|
||||
<p><strong>Pellentesque habitant morbi tristique</strong> senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. <em>Aenean ultricies mi vitae est.</em> Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, <code>commodo vitae</code>, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. <a href="#">Donec non enim</a> in turpis pulvinar facilisis. Ut felis.</p>
|
||||
|
||||
<h2>Header Level 2</h2>
|
||||
|
||||
<ol>
|
||||
<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>
|
||||
<li>Aliquam tincidunt mauris eu risus.</li>
|
||||
</ol>
|
||||
|
||||
<blockquote><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.</p></blockquote>
|
||||
|
||||
<h3>Header Level 3</h3>
|
||||
|
||||
<ul>
|
||||
<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>
|
||||
<li>Aliquam tincidunt mauris eu risus.</li>
|
||||
</ul>
|
||||
|
||||
<pre><code>
|
||||
#header h1 a {
|
||||
display: block;
|
||||
width: 300px;
|
||||
height: 80px;
|
||||
}
|
||||
</code></pre>
|
||||
|
||||
<h1>HTML Ipsum Presents</h1>
|
||||
|
||||
<p><strong>Pellentesque habitant morbi tristique</strong> senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. <em>Aenean ultricies mi vitae est.</em> Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, <code>commodo vitae</code>, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. <a href="#">Donec non enim</a> in turpis pulvinar facilisis. Ut felis.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div data-role="globalnav" class="nav-glyphish-example">
|
||||
<ul>
|
||||
<li><a href="_containers-states.html" id="chat">Chat</a></li>
|
||||
<li><a href="_fixed.html" id="email">Email</a></li>
|
||||
<li><a href="_form-controls.html" id="clock">Clock</a></li>
|
||||
<li><a href="_dialog.html" data-transition="pop" data-rel="dialog" id="login">Login</a></li>
|
||||
<li><a href="_listview.html" id="coffee">Coffee</a></li>
|
||||
<li><a href="_events.html" id="beer">Beer</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
BIN
images/glyphish/01-refresh.png
Normal file
|
After Width: | Height: | Size: 459 B |
BIN
images/glyphish/02-redo.png
Normal file
|
After Width: | Height: | Size: 490 B |
BIN
images/glyphish/03-loopback.png
Normal file
|
After Width: | Height: | Size: 473 B |
BIN
images/glyphish/04-squiggle.png
Normal file
|
After Width: | Height: | Size: 411 B |
BIN
images/glyphish/05-shuffle.png
Normal file
|
After Width: | Height: | Size: 356 B |
BIN
images/glyphish/06-magnifying-glass.png
Normal file
|
After Width: | Height: | Size: 388 B |
BIN
images/glyphish/07-map-marker.png
Normal file
|
After Width: | Height: | Size: 353 B |
BIN
images/glyphish/08-chat.png
Normal file
|
After Width: | Height: | Size: 281 B |
BIN
images/glyphish/09-chat2.png
Normal file
|
After Width: | Height: | Size: 3 KiB |
BIN
images/glyphish/10-medical.png
Normal file
|
After Width: | Height: | Size: 210 B |
BIN
images/glyphish/100-coffee.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
images/glyphish/101-gameplan.png
Normal file
|
After Width: | Height: | Size: 447 B |
BIN
images/glyphish/102-walk.png
Normal file
|
After Width: | Height: | Size: 445 B |
BIN
images/glyphish/103-map.png
Normal file
|
After Width: | Height: | Size: 507 B |
BIN
images/glyphish/104-index-cards.png
Normal file
|
After Width: | Height: | Size: 263 B |
BIN
images/glyphish/105-piano.png
Normal file
|
After Width: | Height: | Size: 158 B |
BIN
images/glyphish/106-sliders.png
Normal file
|
After Width: | Height: | Size: 235 B |
BIN
images/glyphish/107-widescreen.png
Normal file
|
After Width: | Height: | Size: 309 B |
BIN
images/glyphish/108-badge.png
Normal file
|
After Width: | Height: | Size: 371 B |
BIN
images/glyphish/109-chicken.png
Normal file
|
After Width: | Height: | Size: 276 B |
BIN
images/glyphish/11-clock.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
images/glyphish/110-bug.png
Normal file
|
After Width: | Height: | Size: 546 B |
BIN
images/glyphish/111-user.png
Normal file
|
After Width: | Height: | Size: 310 B |
BIN
images/glyphish/112-group.png
Normal file
|
After Width: | Height: | Size: 467 B |
BIN
images/glyphish/113-navigation.png
Normal file
|
After Width: | Height: | Size: 418 B |
BIN
images/glyphish/114-balloon.png
Normal file
|
After Width: | Height: | Size: 416 B |
BIN
images/glyphish/115-bow-and-arrow.png
Normal file
|
After Width: | Height: | Size: 567 B |
BIN
images/glyphish/116-controller.png
Normal file
|
After Width: | Height: | Size: 523 B |
BIN
images/glyphish/117-todo.png
Normal file
|
After Width: | Height: | Size: 324 B |
BIN
images/glyphish/118-coathanger.png
Normal file
|
After Width: | Height: | Size: 435 B |
BIN
images/glyphish/119-piggybank.png
Normal file
|
After Width: | Height: | Size: 395 B |
BIN
images/glyphish/12-eye.png
Normal file
|
After Width: | Height: | Size: 322 B |
BIN
images/glyphish/120-headphones.png
Normal file
|
After Width: | Height: | Size: 351 B |
BIN
images/glyphish/121-lanscape.png
Normal file
|
After Width: | Height: | Size: 292 B |
BIN
images/glyphish/122-stats.png
Normal file
|
After Width: | Height: | Size: 358 B |
BIN
images/glyphish/123-id-card.png
Normal file
|
After Width: | Height: | Size: 270 B |
BIN
images/glyphish/124-bullhorn.png
Normal file
|
After Width: | Height: | Size: 254 B |
BIN
images/glyphish/125-food.png
Normal file
|
After Width: | Height: | Size: 356 B |
BIN
images/glyphish/126-moon.png
Normal file
|
After Width: | Height: | Size: 336 B |
BIN
images/glyphish/127-sock.png
Normal file
|
After Width: | Height: | Size: 308 B |
BIN
images/glyphish/128-bone.png
Normal file
|
After Width: | Height: | Size: 223 B |
BIN
images/glyphish/129-golf.png
Normal file
|
After Width: | Height: | Size: 418 B |
BIN
images/glyphish/13-target.png
Normal file
|
After Width: | Height: | Size: 601 B |
BIN
images/glyphish/130-dice.png
Normal file
|
After Width: | Height: | Size: 445 B |
BIN
images/glyphish/14-tag.png
Normal file
|
After Width: | Height: | Size: 350 B |
BIN
images/glyphish/15-tags.png
Normal file
|
After Width: | Height: | Size: 489 B |
BIN
images/glyphish/16-line-chart.png
Normal file
|
After Width: | Height: | Size: 550 B |
BIN
images/glyphish/17-bar-chart.png
Normal file
|
After Width: | Height: | Size: 181 B |
BIN
images/glyphish/18-envelope.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
images/glyphish/19-gear.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
images/glyphish/20-gear2.png
Normal file
|
After Width: | Height: | Size: 375 B |
BIN
images/glyphish/21-skull.png
Normal file
|
After Width: | Height: | Size: 3 KiB |
BIN
images/glyphish/22-skull-n-crossbones.png
Normal file
|
After Width: | Height: | Size: 743 B |
BIN
images/glyphish/23-bird.png
Normal file
|
After Width: | Height: | Size: 356 B |
BIN
images/glyphish/24-gift.png
Normal file
|
After Width: | Height: | Size: 359 B |
BIN
images/glyphish/25-weather.png
Normal file
|
After Width: | Height: | Size: 363 B |
BIN
images/glyphish/26-bandaid.png
Normal file
|
After Width: | Height: | Size: 302 B |
BIN
images/glyphish/27-planet.png
Normal file
|
After Width: | Height: | Size: 489 B |
BIN
images/glyphish/28-star.png
Normal file
|
After Width: | Height: | Size: 375 B |
BIN
images/glyphish/29-heart.png
Normal file
|
After Width: | Height: | Size: 280 B |
BIN
images/glyphish/30-key.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
images/glyphish/31-ipod.png
Normal file
|
After Width: | Height: | Size: 323 B |
BIN
images/glyphish/32-iphone.png
Normal file
|
After Width: | Height: | Size: 183 B |
BIN
images/glyphish/33-cabinet.png
Normal file
|
After Width: | Height: | Size: 167 B |
BIN
images/glyphish/34-coffee.png
Normal file
|
After Width: | Height: | Size: 3 KiB |
BIN
images/glyphish/35-shopping-bag.png
Normal file
|
After Width: | Height: | Size: 243 B |
BIN
images/glyphish/36-toolbox.png
Normal file
|
After Width: | Height: | Size: 257 B |
BIN
images/glyphish/37-suitcase.png
Normal file
|
After Width: | Height: | Size: 227 B |
BIN
images/glyphish/38-airplane.png
Normal file
|
After Width: | Height: | Size: 264 B |
BIN
images/glyphish/39-spraycan.png
Normal file
|
After Width: | Height: | Size: 251 B |
BIN
images/glyphish/40-inbox.png
Normal file
|
After Width: | Height: | Size: 347 B |
BIN
images/glyphish/41-picture-frame.png
Normal file
|
After Width: | Height: | Size: 232 B |
BIN
images/glyphish/42-photos.png
Normal file
|
After Width: | Height: | Size: 177 B |
BIN
images/glyphish/43-film-roll.png
Normal file
|
After Width: | Height: | Size: 311 B |
BIN
images/glyphish/44-shoebox.png
Normal file
|
After Width: | Height: | Size: 342 B |
BIN
images/glyphish/45-movie1.png
Normal file
|
After Width: | Height: | Size: 213 B |
BIN
images/glyphish/46-movie2.png
Normal file
|
After Width: | Height: | Size: 320 B |
BIN
images/glyphish/47-fuel.png
Normal file
|
After Width: | Height: | Size: 403 B |
BIN
images/glyphish/48-fork-and-knife.png
Normal file
|
After Width: | Height: | Size: 209 B |
BIN
images/glyphish/49-battery.png
Normal file
|
After Width: | Height: | Size: 188 B |
BIN
images/glyphish/50-beaker.png
Normal file
|
After Width: | Height: | Size: 183 B |
BIN
images/glyphish/51-outlet.png
Normal file
|
After Width: | Height: | Size: 265 B |
BIN
images/glyphish/52-pinetree.png
Normal file
|
After Width: | Height: | Size: 264 B |
BIN
images/glyphish/53-house.png
Normal file
|
After Width: | Height: | Size: 207 B |
BIN
images/glyphish/54-lock.png
Normal file
|
After Width: | Height: | Size: 258 B |
BIN
images/glyphish/55-network.png
Normal file
|
After Width: | Height: | Size: 281 B |
BIN
images/glyphish/56-cloud.png
Normal file
|
After Width: | Height: | Size: 256 B |
BIN
images/glyphish/57-download.png
Normal file
|
After Width: | Height: | Size: 226 B |
BIN
images/glyphish/58-bookmark.png
Normal file
|
After Width: | Height: | Size: 157 B |
BIN
images/glyphish/59-flag.png
Normal file
|
After Width: | Height: | Size: 249 B |
BIN
images/glyphish/60-signpost.png
Normal file
|
After Width: | Height: | Size: 176 B |
BIN
images/glyphish/61-brightness.png
Normal file
|
After Width: | Height: | Size: 244 B |
BIN
images/glyphish/62-contrast.png
Normal file
|
After Width: | Height: | Size: 424 B |
BIN
images/glyphish/63-runner.png
Normal file
|
After Width: | Height: | Size: 350 B |
BIN
images/glyphish/64-zap.png
Normal file
|
After Width: | Height: | Size: 260 B |
BIN
images/glyphish/65-note.png
Normal file
|
After Width: | Height: | Size: 258 B |
BIN
images/glyphish/66-microphone.png
Normal file
|
After Width: | Height: | Size: 269 B |
BIN
images/glyphish/67-tshirt.png
Normal file
|
After Width: | Height: | Size: 245 B |
BIN
images/glyphish/68-paperclip.png
Normal file
|
After Width: | Height: | Size: 302 B |