mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-17 02:51:07 +00:00
no longer needed
This commit is contained in:
parent
c2621911ef
commit
f240788f94
2 changed files with 0 additions and 435 deletions
299
_listview.html
299
_listview.html
|
|
@ -1,299 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>jQuery Mobile Framework - Listview Examples</title>
|
||||
<link rel="stylesheet" href="css/all" />
|
||||
<script type="text/javascript" src="js/all"></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div data-role="page">
|
||||
|
||||
<div data-role="header">
|
||||
<h1>Listview Examples</h1>
|
||||
</div>
|
||||
|
||||
|
||||
<div data-role="content">
|
||||
|
||||
<h2 class="ui-bar ui-bar-b">Basic Listview:</h2>
|
||||
|
||||
<ul data-role="listview">
|
||||
<li><a href="index.html">Page A</a></li>
|
||||
<li><a href="index.html">Page B</a></li>
|
||||
<li><a href="index.html">Page C</a></li>
|
||||
</ul>
|
||||
|
||||
<h2 class="ui-bar ui-bar-b">Basic Listview from OL element:</h2>
|
||||
|
||||
<ol data-role="listview">
|
||||
<li><a href="index.html">Page A</a></li>
|
||||
<li><a href="index.html">Page B</a></li>
|
||||
<li><a href="index.html">Page C</a></li>
|
||||
</ol>
|
||||
|
||||
<h2 class="ui-bar ui-bar-b">Basic inset Listview:</h2>
|
||||
|
||||
<ul data-role="listview" data-inset="true">
|
||||
<li><a href="index.html">Page A</a></li>
|
||||
<li><a href="index.html">Page B</a></li>
|
||||
<li><a href="index.html">Page C</a></li>
|
||||
</ul>
|
||||
|
||||
<h2 class="ui-bar ui-bar-b" data-inset="true">Nested Listview:</h2>
|
||||
|
||||
<ul data-role="listview">
|
||||
<li>Page A
|
||||
<ul>
|
||||
<li><a href="index.html">Page A 1</a></li>
|
||||
<li><a href="index.html">Page A 2</a></li>
|
||||
<li><a href="index.html">Page A 3</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Page B
|
||||
<ul>
|
||||
<li><a href="index.html">Page B 1</a></li>
|
||||
<li><a href="index.html">Page B 2</a></li>
|
||||
<li><a href="index.html">Page B 3</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Page C
|
||||
<ul>
|
||||
<li><a href="index.html">Page C 1</a></li>
|
||||
<li><a href="index.html">Page C 2</a></li>
|
||||
<li><a href="index.html">Page C 3</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h2 class="ui-bar ui-bar-b">Basic Listview w/ counts:</h2>
|
||||
|
||||
<ul data-role="listview">
|
||||
<li>
|
||||
<a href="index.html">Page A</a>
|
||||
<span class="ui-li-count">22</span>
|
||||
</li>
|
||||
<li>
|
||||
<a href="index.html">Page A</a>
|
||||
<span class="ui-li-count">22</span>
|
||||
</li>
|
||||
<li>
|
||||
<a href="index.html">Page A</a>
|
||||
<span class="ui-li-count">22</span>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
<h2 class="ui-bar ui-bar-b">Basic Listview w/ hierarchy:</h2>
|
||||
|
||||
<ul data-role="listview">
|
||||
<li>
|
||||
<h3><a href="index.html">Page A</a></h3>
|
||||
<p>Quick description about this item here</p>
|
||||
<span class="ui-li-count">22</span>
|
||||
</li>
|
||||
<li>
|
||||
<h3><a href="index.html">Page A</a></h3>
|
||||
<p>Quick description about this item here</p>
|
||||
<span class="ui-li-count">22</span>
|
||||
</li>
|
||||
<li>
|
||||
<h3><a href="index.html">Page A</a></h3>
|
||||
<p>Quick description about this item here</p>
|
||||
<span class="ui-li-count">22</span>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="ui-bar ui-bar-b">Basic Listview w/ grouped aside content:</h2>
|
||||
<ul data-role="listview">
|
||||
<li>
|
||||
<h3><a href="index.html">Page A</a></h3>
|
||||
<p>Quick description about this item here</p>
|
||||
<p class="ui-li-aside"><strong>6:24</strong>PM</p>
|
||||
</li>
|
||||
<li>
|
||||
<h3><a href="index.html">Page A</a></h3>
|
||||
<p>Quick description about this item here</p>
|
||||
<p class="ui-li-aside"><strong>6:24</strong>PM</p>
|
||||
</li>
|
||||
<li>
|
||||
<h3><a href="index.html">Page A</a></h3>
|
||||
<p>Quick description about this item here</p>
|
||||
<p class="ui-li-aside"><strong>6:24</strong>PM</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h2 class="ui-bar ui-bar-b">Same as above with divider items:</h2>
|
||||
<ul data-role="listview">
|
||||
<li>This morning <span class="ui-li-count">3</span></li>
|
||||
<li>
|
||||
<h3><a href="index.html">Todd Parker</a></h3>
|
||||
<p><strong>You've been invited to a meeting at Filament Group in Boston, MA</strong></p>
|
||||
<p>Hey Scott, if you're available at 10am tomorrow, we've got a meeting with the jQuery team.</p>
|
||||
<p class="ui-li-aside"><strong>6:24</strong>AM</p>
|
||||
</li>
|
||||
<li>
|
||||
<h3><a href="index.html">Todd Parker</a></h3>
|
||||
<p><strong>You've been invited to a meeting at Filament Group in Boston, MA</strong></p>
|
||||
<p>Hey Scott, if you're available at 10am tomorrow, we've got a meeting with the jQuery team.</p>
|
||||
<p class="ui-li-aside"><strong>6:24</strong>AM</p>
|
||||
</li>
|
||||
<li>
|
||||
<h3><a href="index.html">Todd Parker</a></h3>
|
||||
<p><strong>You've been invited to a meeting at Filament Group in Boston, MA</strong></p>
|
||||
<p>Hey Scott, if you're available at 10am tomorrow, we've got a meeting with the jQuery team.</p>
|
||||
<p class="ui-li-aside"><strong>6:24</strong>AM</p>
|
||||
</li>
|
||||
<li>This afternoon <span class="ui-li-count">1</span></li>
|
||||
<li>
|
||||
<h3><a href="index.html">Todd Parker</a></h3>
|
||||
<p><strong>Meeting reminder</strong></p>
|
||||
<p>Hey Scott, if you're available at 10am tomorrow, we've got a meeting with the jQuery team.</p>
|
||||
<p class="ui-li-aside"><strong>1:15</strong>PM</p>
|
||||
</li>
|
||||
<li>This evening <span class="ui-li-count">1</span></li>
|
||||
<li>
|
||||
<h3><a href="index.html">Todd Parker</a></h3>
|
||||
<p><strong>Just checking</strong></p>
|
||||
<p>Hey Scott, if you're available at 10am tomorrow, we've got a meeting with the jQuery team.</p>
|
||||
<p class="ui-li-aside"><strong>7:46</strong>PM</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="ui-bar ui-bar-b">Same as above with OL numbering:</h2>
|
||||
<ol data-role="listview">
|
||||
<li>This morning <span class="ui-li-count">3</span></li>
|
||||
<li>
|
||||
<h3><a href="index.html">Todd Parker</a></h3>
|
||||
<p><strong>You've been invited to a meeting at Filament Group in Boston, MA</strong></p>
|
||||
<p>Hey Scott, if you're available at 10am tomorrow, we've got a meeting with the jQuery team.</p>
|
||||
<p class="ui-li-aside"><strong>6:24</strong>AM</p>
|
||||
</li>
|
||||
<li>
|
||||
<h3><a href="index.html">Todd Parker</a></h3>
|
||||
<p><strong>You've been invited to a meeting at Filament Group in Boston, MA</strong></p>
|
||||
<p>Hey Scott, if you're available at 10am tomorrow, we've got a meeting with the jQuery team.</p>
|
||||
<p class="ui-li-aside"><strong>6:24</strong>AM</p>
|
||||
</li>
|
||||
<li>
|
||||
<h3><a href="index.html">Todd Parker</a></h3>
|
||||
<p><strong>You've been invited to a meeting at Filament Group in Boston, MA</strong></p>
|
||||
<p>Hey Scott, if you're available at 10am tomorrow, we've got a meeting with the jQuery team.</p>
|
||||
<p class="ui-li-aside"><strong>6:24</strong>AM</p>
|
||||
</li>
|
||||
<li>This afternoon <span class="ui-li-count">1</span></li>
|
||||
<li>
|
||||
<h3><a href="index.html">Todd Parker</a></h3>
|
||||
<p><strong>Meeting reminder</strong></p>
|
||||
<p>Hey Scott, if you're available at 10am tomorrow, we've got a meeting with the jQuery team.</p>
|
||||
<p class="ui-li-aside"><strong>1:15</strong>PM</p>
|
||||
</li>
|
||||
<li>
|
||||
<h3><a href="index.html">Todd Parker</a></h3>
|
||||
<p><strong>Meeting reminder</strong></p>
|
||||
<p>Hey Scott, if you're available at 10am tomorrow, we've got a meeting with the jQuery team.</p>
|
||||
<p class="ui-li-aside"><strong>1:15</strong>PM</p>
|
||||
</li>
|
||||
<li>This evening <span class="ui-li-count">1</span></li>
|
||||
<li>
|
||||
<h3><a href="index.html">Todd Parker</a></h3>
|
||||
<p><strong>Just checking</strong></p>
|
||||
<p>Hey Scott, if you're available at 10am tomorrow, we've got a meeting with the jQuery team.</p>
|
||||
<p class="ui-li-aside"><strong>7:46</strong>PM</p>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h2 class="ui-bar ui-bar-b">Basic Listview w/ thumbnails:</h2>
|
||||
|
||||
<ul data-role="listview">
|
||||
<li>
|
||||
<img src="images/jb.jpg" alt="jb" />
|
||||
<h3><a href="index.html">Page A</a></h3>
|
||||
<p>Quick description about this item here</p>
|
||||
<span class="ui-li-count">22</span>
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/jb.jpg" alt="jb" />
|
||||
<h3><a href="index.html">Page A</a></h3>
|
||||
<p>Quick description about this item here</p>
|
||||
<span class="ui-li-count">22</span>
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/jb.jpg" alt="jb" />
|
||||
<h3><a href="index.html">Page A</a></h3>
|
||||
<p>Quick description about this item here</p>
|
||||
<span class="ui-li-count">22</span>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
<h2 class="ui-bar ui-bar-b">Basic OL Listview w/ split buttons:</h2>
|
||||
|
||||
<ol data-role="listview" data-inset="true">
|
||||
<li>
|
||||
<img src="images/jb.jpg" alt="jb" />
|
||||
<h3><a href="index.html">Page A</a></h3>
|
||||
<p>Quick description about this item here</p>
|
||||
<span class="ui-li-count">22</span>
|
||||
<a href="index.html">browse details</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/jb.jpg" alt="jb" />
|
||||
<h3><a href="index.html">Page A</a></h3>
|
||||
<p>Quick description about this item here</p>
|
||||
<span class="ui-li-count">22</span>
|
||||
<a href="index.html">browse details</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/jb.jpg" alt="jb" />
|
||||
<h3><a href="index.html">Page A</a></h3>
|
||||
<p>Quick description about this item here</p>
|
||||
<span class="ui-li-count">22</span>
|
||||
<a href="index.html">browse details</a>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h2 class="ui-bar ui-bar-b">Same as above, different theme</h2>
|
||||
|
||||
<ol data-role="listview" data-inset="true" data-theme="e" data-split-theme="c" data-count-theme="b">
|
||||
<li>
|
||||
<img src="images/jb.jpg" alt="jb" />
|
||||
<h3><a href="index.html">Page A</a></h3>
|
||||
<p>Quick description about this item here</p>
|
||||
<span class="ui-li-count">22</span>
|
||||
<a href="index.html">browse details</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/jb.jpg" alt="jb" />
|
||||
<h3><a href="index.html">Page A</a></h3>
|
||||
<p>Quick description about this item here</p>
|
||||
<span class="ui-li-count">22</span>
|
||||
<a href="index.html">browse details</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/jb.jpg" alt="jb" />
|
||||
<h3><a href="index.html">Page A</a></h3>
|
||||
<p>Quick description about this item here</p>
|
||||
<span class="ui-li-count">22</span>
|
||||
<a href="index.html">browse details</a>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
136
_navbar.html
136
_navbar.html
|
|
@ -1,136 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>jQuery Mobile Framework - navbar Example</title>
|
||||
<link rel="stylesheet" href="css/all" />
|
||||
<script type="text/javascript" src="js/all"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div data-role="page">
|
||||
<div data-role="header">
|
||||
<h1>Navbar Example</h1>
|
||||
|
||||
|
||||
<div data-role="navbar">
|
||||
<ul>
|
||||
<li><a href="_containers-states.html">Containers</a></li>
|
||||
<li><a href="_fixed.html">Toolbars dasfs</a></li>
|
||||
<li><a href="_form-controls.html">Forms</a></li>
|
||||
<li><a href="_dialog.html" data-transition="pop" data-rel="dialog">Dialog</a></li>
|
||||
<li><a href="_listview.html">Listview</a></li>
|
||||
<li><a href="_events.html">Events</a></li>
|
||||
<li><a href="_transitions.html">Transitions</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-role="content">
|
||||
<h1>Demo description</h1>
|
||||
|
||||
<p>This page includes a examples of the navbar plugin, which can be called on a div containing a UL.</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>
|
||||
|
||||
<h2>navbar in the content:</h2>
|
||||
<div data-role="navbar">
|
||||
<ul>
|
||||
<li><a href="_containers-states.html">Containers</a></li>
|
||||
<li><a href="_fixed.html">Toolbars dasfs</a></li>
|
||||
<li><a href="_form-controls.html">Forms</a></li>
|
||||
<li><a href="_dialog.html" data-transition="pop" data-rel="dialog">Dialog</a></li>
|
||||
<li><a href="_listview.html">Listview</a></li>
|
||||
<li><a href="_events.html">Events</a></li>
|
||||
<li><a href="_transitions.html">Transitions</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
<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="footer">
|
||||
<div data-role="navbar">
|
||||
<ul>
|
||||
<li><a href="_containers-states.html" data-icon="arrow-u">Containers</a></li>
|
||||
<li><a href="_fixed.html" data-icon="arrow-u">Toolbars dasfs</a></li>
|
||||
<li><a href="_form-controls.html" data-icon="arrow-u">Forms</a></li>
|
||||
<li><a href="_dialog.html" data-transition="pop" data-rel="dialog" data-icon="arrow-u">Dialog</a></li>
|
||||
<li><a href="_listview.html" data-icon="arrow-u">Listview</a></li>
|
||||
<li><a href="_events.html" data-icon="arrow-u">Events</a></li>
|
||||
<li><a href="_transitions.html" data-icon="arrow-u">Transitions</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in a new issue