mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-22 00:40:27 +00:00
60 lines
2 KiB
HTML
Executable file
60 lines
2 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 - Sample Dialog</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>Purchase?</h1>
|
|
</div><!-- /header -->
|
|
|
|
<div data-role="content">
|
|
<div class="content-primary">
|
|
<h4>This album costs $10.99 and includes 9 tracks.</h4>
|
|
<p>Your download will begin immediately on your mobile device and all tracks will by added your your library next time you sync.</p>
|
|
<a href="index.html" data-role="button" data-rel="back" data-theme="b">Purchase album</a>
|
|
<a href="index.html" data-role="button" data-rel="back">No thanks</a>
|
|
</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>
|