mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-01 21:40:25 +00:00
30 lines
No EOL
847 B
HTML
Executable file
30 lines
No EOL
847 B
HTML
Executable file
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>jQuery UI Mobile Framework - Documentation</title>
|
|
<link rel="stylesheet" href="themes/default" />
|
|
<script type="text/javascript" src="js/all"></script>
|
|
</head>
|
|
<body>
|
|
<div data-role="page" data-theme="b">
|
|
|
|
<div data-role="header" data-position="inline">
|
|
<h1>Theme system</h1>
|
|
</div>
|
|
|
|
<div data-role="content">
|
|
|
|
<ul data-role="listview" data-inset="true">
|
|
<li><a href="themes.html">Overview: Themes & swatches</a></li>
|
|
<li><a href="../pages/pages-themes.html">Page theming</a></li>
|
|
<li><a href="../toolbars/bars-themes.html">Toolbar theming</a></li>
|
|
<li><a href="../content/content-themes.html">Content theming</a></li>
|
|
<li><a href="../buttons/buttons-themes.html">Button theming</a></li>
|
|
<li><a href="../lists/lists-themes.html">List theming</a></li>
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</body>
|
|
</html> |