jellyfish-web/dashboard-ui/movies.html

27 lines
1.1 KiB
HTML
Raw Normal View History

2013-04-01 01:08:29 -04:00
<!DOCTYPE html>
<html>
<head>
<title>Media Browser</title>
</head>
<body>
<div id="moviesPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
2013-04-01 13:00:38 -04:00
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
2013-04-01 01:08:29 -04:00
<img src="css/images/home.png"></a>Movies</h1>
<div data-role="content">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
2013-04-01 01:44:37 -04:00
<a href="moviesrecommended.html" data-role="button">Recommended</a>
2013-04-01 01:08:29 -04:00
<a href="movies.html" data-role="button" class="ui-btn-active">Movies</a>
<a href="#" data-role="button">Box Sets</a>
<a href="#" data-role="button">Genres</a>
<a href="#" data-role="button">Actors</a>
<a href="#" data-role="button">Directors</a>
</div>
<div class="viewSettings">
<button data-mini="true" data-icon="sort" data-inline="true">Sort</button>
</div>
<div id="items"></div>
2013-04-01 01:08:29 -04:00
</div>
</div>
</body>
</html>