jellyfish-web/dashboard-ui/tvgenres.html

25 lines
988 B
HTML
Raw Normal View History

2013-04-11 15:36:50 -04:00
<!DOCTYPE html>
<html>
<head>
<title>Media Browser</title>
</head>
<body>
<div id="tvGenresPage" data-role="page" class="page libraryPage noLogoPage listPage" data-theme="a">
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
<img src="css/images/home.png"></a>TV Shows</h1>
<div data-role="content">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
<a href="tvrecommended.html" data-role="button">Suggested</a>
<a href="tvshows.html" data-role="button">Shows</a>
<a href="tvgenres.html" data-role="button" class="ui-btn-active">Genres</a>
<a href="#" data-role="button">Actors</a>
2013-04-11 18:33:49 -04:00
<a href="tvstudios.html" data-role="button">Networks</a>
2013-04-11 15:36:50 -04:00
</div>
<div class="viewSettings">
</div>
<div id="items"></div>
</div>
</div>
</body>
</html>