2010-11-04 16:16:31 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2011-02-18 20:00:18 +00:00
|
|
|
<meta charset="utf-8">
|
2011-05-17 21:28:19 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2011-03-31 13:11:26 +00:00
|
|
|
<title>jQuery Mobile Docs - Sample Dialog</title>
|
2011-01-06 00:19:24 +00:00
|
|
|
<link rel="stylesheet" href="../../themes/default/" />
|
2010-11-11 19:15:42 +00:00
|
|
|
<link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
|
2011-04-14 20:04:47 +00:00
|
|
|
<script src="../../js/jquery.js"></script>
|
2011-06-20 19:41:40 +00:00
|
|
|
<script src="../../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
|
|
|
|
|
<script src="../_assets/js/jqm-docs.js"></script>
|
2011-04-14 20:04:47 +00:00
|
|
|
<script src="../../js/"></script>
|
2010-11-04 16:16:31 +00:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
|
2011-08-12 01:03:36 +00:00
|
|
|
<div data-role="page">
|
2010-11-04 16:16:31 +00:00
|
|
|
|
2011-06-20 21:17:04 +00:00
|
|
|
<div data-role="header" data-theme="a">
|
2011-03-28 20:33:29 +00:00
|
|
|
<h1>Purchase?</h1>
|
2010-11-04 16:16:31 +00:00
|
|
|
</div><!-- /header -->
|
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<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>
|
2011-03-28 20:33:29 +00:00
|
|
|
<a href="index.html" data-role="button" data-rel="back" data-theme="b">Purchase album</a>
|
2011-02-03 07:59:30 +00:00
|
|
|
<a href="index.html" data-role="button" data-rel="back">No thanks</a>
|
2011-06-20 20:35:27 +00:00
|
|
|
|
|
|
|
|
</div>
|
2010-11-04 16:16:31 +00:00
|
|
|
|
2011-06-20 20:35:27 +00:00
|
|
|
</div><!-- /page -->
|
2010-11-04 16:16:31 +00:00
|
|
|
|
2011-06-20 20:35:27 +00:00
|
|
|
</body>
|
|
|
|
|
</html>
|