|
| 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 - Anatomy of a Page</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" class="type-interior"> |
| 17 | + |
| 18 | + <div data-role="header" data-theme="f"> |
| 19 | + <h1>Fetchlink Demos</h1> |
| 20 | + <a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a> |
| 21 | + </div><!-- /header --> |
| 22 | + |
| 23 | + <div data-role="content"> |
| 24 | + <div class="content-primary"> |
| 25 | + <p>Fetchlinks! Man. What <em>can’t</em> they do?</p> |
| 26 | + |
| 27 | + </div><!--/content-primary --> |
| 28 | + |
| 29 | + <div class="content-secondary"> |
| 30 | + |
| 31 | + <div data-role="collapsible" data-collapsed="true" data-theme="b" data-content-theme="d"> |
| 32 | + |
| 33 | + <h3>More in this section</h3> |
| 34 | + |
| 35 | + <ul data-role="listview" data-theme="c" data-dividertheme="d"> |
| 36 | + |
| 37 | + <li>Demos</li> |
| 38 | + <li><a href="fetch-tabs.html">Fetch Tabs</a></li> |
| 39 | + |
| 40 | + <li><a href="pix-1.html">Pix 1</a></li> |
| 41 | + <li><a href="pix-2.html">Pix 2</a></li> |
| 42 | + <li><a href="pix-3.html">Pix 3</a></li> |
| 43 | + <li><a href="pix-4.html">Pix 4</a></li> |
| 44 | + <li><a href="pix-5.html">Pix 5</a></li> |
| 45 | + <li><a href="pix-6.html">Pix 6</a></li> |
| 46 | + |
| 47 | + <li><a href="quote-1.html">Quote 1</a></li> |
| 48 | + <li><a href="quote-2.html">Quote 2</a></li> |
| 49 | + <li><a href="quote-3.html">Quote 3</a></li> |
| 50 | + <li><a href="quote-4.html">Quote 4</a></li> |
| 51 | + </ul> |
| 52 | + </div> |
| 53 | + </div> |
| 54 | + |
| 55 | + </div><!-- /content --> |
| 56 | + |
| 57 | + <div data-role="footer" class="footer-docs" data-theme="c"> |
| 58 | + <p>© 2011 The jQuery Project</p> |
| 59 | + </div> |
| 60 | + |
| 61 | + </div><!-- /page --> |
| 62 | + |
| 63 | + </body> |
| 64 | + </html> |
0 commit comments