Tizen 2.1 base
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.0.1pre / docs / pages / dialog-alt.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 Framework - Dialog Example</title> 
7         <link rel="stylesheet"  href="../../css/themes/default/" />  
8         <link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
9         <script src="../../js/jquery.js"></script>
10         <script src="../../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
11         <script src="../_assets/js/jqm-docs.js"></script>
12         <script src="../../js/"></script>
13 </head> 
14 <body> 
15
16 <div data-role="page">
17                 <div data-role="header" data-theme="e">
18                         <h1>Dialog</h1>
19
20                 </div>
21
22                 <div data-role="content" data-theme="e">
23                         <h1>I'm colorful</h1>
24                         <p>This is a regular page, styled as a dialog. To create a dialog, just link to a normal page and include a transition and <code>data-rel="dialog"</code> attribute.</p>
25                         <a href="docs-dialogs.html" data-role="button" data-rel="back" data-theme="a">Good for you</a>       
26                         <a href="docs-dialogs.html" data-role="button" data-rel="back" data-theme="c">Don't care, really</a>    
27                 </div>
28         </div>
29
30
31 </body>
32 </html>