mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
82 lines
No EOL
3.5 KiB
HTML
Executable file
82 lines
No EOL
3.5 KiB
HTML
Executable file
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1">
|
|
<title>jQuery Mobile Docs - Lists</title>
|
|
<link rel="stylesheet" href="../../themes/default/" />
|
|
<link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
|
|
<script type="text/javascript" src="../../js/jquery.js"></script>
|
|
<script type="text/javascript" src="../../js/"></script>
|
|
<script type="text/javascript" src="docs/docs.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<div data-role="page">
|
|
|
|
<div data-role="header" data-theme="b">
|
|
<h1>List formatting</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">
|
|
|
|
<ul data-role="listview">
|
|
<li data-role="list-divider">Friday, October 8, 2010 <span class="ui-li-count">2</span></li>
|
|
<li>
|
|
<h3><a href="index.html">Stephen Weber</a></h3>
|
|
<p><strong>You've been invited to a meeting at Filament Group in Boston, MA</strong></p>
|
|
<p>Hey Stephen, 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>PM</p>
|
|
</li>
|
|
<li>
|
|
<h3><a href="index.html">jQuery Team</a></h3>
|
|
<p><strong>Boston Conference Planning</strong></p>
|
|
<p>In preparation for the upcoming conference in Boston, we need to start gathering a list of sponsors and speakers.</p>
|
|
<p class="ui-li-aside"><strong>9:18</strong>AM</p>
|
|
</li>
|
|
<li data-role="list-divider">Thursday, October 7, 2010 <span class="ui-li-count">1</span></li>
|
|
<li>
|
|
<h3><a href="index.html">Avery Walker</a></h3>
|
|
<p><strong>Re: Dinner Tonight</strong></p>
|
|
<p>Sure, let's plan on meeting at Highland Kitchen at 8:00 tonight. Can't wait! </p>
|
|
<p class="ui-li-aside"><strong>4:48</strong>PM</p>
|
|
</li>
|
|
<li data-role="list-divider">Wednesday, October 6, 2010 <span class="ui-li-count">3</span></li>
|
|
<li>
|
|
<h3><a href="index.html">Amazon.com</a></h3>
|
|
<p><strong>4-for-3 Books for Kids</strong></p>
|
|
<p>As someone who has purchased children's books from our 4-for-3 Store, you may be interested in these featured books.</p>
|
|
<p class="ui-li-aside"><strong>12:47</strong>PM</p>
|
|
</li>
|
|
<li>
|
|
<h3><a href="index.html">Mike Taylor</a></h3>
|
|
<p><strong>Re: This weekend in Maine</strong></p>
|
|
<p>Hey little buddy, sorry but I can't make it up to vacationland this weekend. Maybe next weekend?</p>
|
|
<p class="ui-li-aside"><strong>6:24</strong>AM</p>
|
|
</li>
|
|
<li>
|
|
<h3><a href="index.html">Redfin</a></h3>
|
|
<p><strong>Redfin listing updates for today</strong></p>
|
|
<p>There are 3 updates for the home on your watchlist: 1 updated MLS listing and 2 homes under contract.</p>
|
|
<p class="ui-li-aside"><strong>5:52</strong>AM</p>
|
|
</li>
|
|
<li data-role="list-divider">Tuesday, October 5, 2010 <span class="ui-li-count">3</span></li>
|
|
<li>
|
|
<h3><a href="index.html">Angela Smith</a></h3>
|
|
<p><strong>Link Request</strong></p>
|
|
<p>My name is Angela Smith, SEO Consultant. I've greatly enjoyed looking through your site and I was wondering if you'd be interested in providing a link</p>
|
|
<p class="ui-li-aside"><strong>6:24</strong>AM</p>
|
|
</li>
|
|
<li>
|
|
<h3><a href="index.html">Mike Taylor</a></h3>
|
|
<p><strong>This weekend in Maine</strong></p>
|
|
<p>Sounds good, let me check into our plans.</p>
|
|
<p class="ui-li-aside"><strong>6:24</strong>AM</p>
|
|
</li>
|
|
</ul>
|
|
</div><!-- /content -->
|
|
</div><!-- /page -->
|
|
|
|
</body>
|
|
</html> |