2011-09-08 20:46:18 +00:00
|
|
|
<!DOCTYPE HTML>
|
2012-01-04 21:59:17 +00:00
|
|
|
<html class="ui-mobile-rendering">
|
2011-09-08 20:46:18 +00:00
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
2011-11-28 20:03:12 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2011-09-08 20:46:18 +00:00
|
|
|
<title>Dynamic Page Samples</title>
|
2011-10-17 20:51:45 +00:00
|
|
|
<link rel="stylesheet" href="../../../css/themes/default/">
|
2011-12-24 08:48:08 +00:00
|
|
|
<script data-main="../../../js/jquery.mobile" src="../../../external/requirejs/require.js"></script>
|
2012-01-13 05:25:59 +00:00
|
|
|
<script src="../../../js/jquery.js"></script>
|
2011-09-08 20:46:18 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<div data-role="page">
|
|
|
|
|
<div data-role="header"><h1>Categories</h1></div>
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<h2>Select a Category Below:</h2>
|
|
|
|
|
<ul data-role="listview" data-inset="true">
|
|
|
|
|
<li><a href="sample-reuse-page.html" rel="external">Re-using a Page with In-Memory Data</a></li>
|
|
|
|
|
<li><a href="sample-reuse-page-external.html" rel="external">Re-using a Page With External Data</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|