mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-03 14:20:26 +00:00
78 lines
3 KiB
HTML
Executable file
78 lines
3 KiB
HTML
Executable file
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>jQuery Mobile Docs - Ordered Lists</title>
|
|
<link rel="stylesheet" href="../../themes/default/" />
|
|
<link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
|
|
<script src="../../js/jquery.js"></script>
|
|
<script src="../../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
|
|
<script src="../_assets/js/jqm-docs.js"></script>
|
|
<script src="../../js/"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<div data-role="page" class="type-interior">
|
|
|
|
<div data-role="header" data-theme="f">
|
|
<h1>Numbered list</h1>
|
|
<a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a>
|
|
</div><!-- /header -->
|
|
|
|
<div data-role="content">
|
|
<div class="content-primary">
|
|
<ol data-role="listview">
|
|
<li><a href="index.html">The Godfather</a></li>
|
|
<li><a href="index.html">Inception</a></li>
|
|
<li><a href="index.html">The Good, the Bad and the Ugly </a></li>
|
|
<li><a href="index.html">Pulp Fiction</a></li>
|
|
<li><a href="index.html">Schindler's List</a></li>
|
|
<li><a href="index.html">12 Angry Men</a></li>
|
|
<li><a href="index.html">One Flew Over the Cuckoo's Nest</a></li>
|
|
<li><a href="index.html">Star Wars: Episode V - The Empire Strikes Back</a></li>
|
|
<li><a href="index.html">The Dark Knight</a></li>
|
|
<li><a href="index.html">The Lord of the Rings: The Return of the King</a></li>
|
|
<li><a href="index.html">Seven Samurai</a></li>
|
|
<li><a href="index.html">Star Wars: Episode IV - A New Hope</a></li>
|
|
<li><a href="index.html">Casablanca</a></li>
|
|
<li><a href="index.html">Goodfellas </a></li>
|
|
<li><a href="index.html">Toy Story 3</a></li>
|
|
<li><a href="index.html">Fight Club</a></li>
|
|
<li><a href="index.html">City of God</a></li>
|
|
<li><a href="index.html">The Lord of the Rings: The Fellowship of the Ring</a></li>
|
|
<li><a href="index.html">The Big Lebowski</a></li>
|
|
<li><a href="index.html">Psycho</a></li>
|
|
</ol>
|
|
</div><!--/content-primary -->
|
|
|
|
<div class="content-secondary">
|
|
|
|
<div data-role="collapsible" data-collapsed="true" data-theme="b">
|
|
|
|
<h3>Demos & Docs Sections</h3>
|
|
|
|
<ul data-role="listview" data-theme="c" data-dividertheme="d">
|
|
|
|
<li data-role="list-divider">Components</li>
|
|
<li><a href="../../docs/pages/index.html">Pages & dialogs</a></li>
|
|
<li><a href="../../docs/toolbars/index.html">Toolbars</a></li>
|
|
<li><a href="../../docs/buttons/index.html">Buttons</a></li>
|
|
<li><a href="../../docs/content/index.html">Content formatting</a></li>
|
|
<li><a href="../../docs/forms/index.html">Form elements</a></li>
|
|
<li data-theme="a"><a href="../../docs/lists/index.html">List views</a></li>
|
|
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
</div><!-- /content -->
|
|
|
|
<div data-role="footer" class="footer-docs" data-theme="c">
|
|
<p>©2011 The jQuery Project</p>
|
|
</div>
|
|
|
|
</div><!-- /page -->
|
|
|
|
</body>
|
|
</html>
|