Revert "Export"
[framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.1.0 / docs / lists / lists-split-purchase.html
1 <!DOCTYPE html> 
2 <html>
3         <head>
4         <meta charset="utf-8">
5         <meta name="viewport" content="width=device-width, initial-scale=1"> 
6         <title>jQuery Mobile Docs - Sample Dialog</title> 
7         <link rel="stylesheet"  href="../../css/themes/default/jquery.mobile.css" />  
8         <link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
9
10         <script src="../../js/jquery.js"></script>
11         <script src="../../docs/_assets/js/jqm-docs.js"></script>
12         <script src="../../js/"></script>
13
14 </head> 
15 <body> 
16
17
18         <div data-role="page">
19
20                 <div data-role="header" data-theme="e">
21                         <h1>Purchase?</h1>
22                 </div><!-- /header -->
23
24                 <div data-role="content" data-theme="d">
25                         <h4>This album costs $10.99 and includes 9 tracks.</h4>
26                         <p>Your download will begin immediately on your mobile device and all tracks will by added your your library next time you sync.</p>
27                         <a href="index.html" data-role="button" data-rel="back" data-theme="b">Purchase album</a>
28                         <a href="index.html" data-role="button" data-rel="back">No thanks</a>
29
30                 </div>
31
32                 </div><!-- /page -->
33
34                 </body>
35                 </html>