2013-04-14 20:37:07 -07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2013-04-18 21:27:16 -07:00
|
|
|
<title>Media Browser</title>
|
2013-04-14 20:37:07 -07:00
|
|
|
</head>
|
|
|
|
<body>
|
2013-05-13 22:36:36 -07:00
|
|
|
<div id="gamesystemsPage" data-role="page" class="page libraryPage" data-theme="a" data-view="games">
|
2013-05-14 21:05:52 -07:00
|
|
|
<div class="libraryViewNav">
|
|
|
|
<a href="gamesrecommended.html">Suggested</a>
|
|
|
|
<a href="games.html">Games</a>
|
|
|
|
<a href="gamesystems.html" class="ui-btn-active">Game Systems</a>
|
|
|
|
<a href="gamegenres.html">Genres</a>
|
|
|
|
<a href="gamestudios.html">Studios</a>
|
|
|
|
</div>
|
2013-04-18 21:27:16 -07:00
|
|
|
<div data-role="content">
|
|
|
|
<div class="viewSettings">
|
2013-04-18 22:08:18 -07:00
|
|
|
<div class="viewControls">
|
|
|
|
<button data-mini="true" data-icon="sort" data-inline="true" onclick="$('#sortPanel', $.mobile.activePage).panel( 'toggle' );">Sort</button>
|
|
|
|
<button data-mini="true" data-icon="filter" data-inline="true" onclick="$('#filterPanel', $.mobile.activePage).panel( 'toggle' );">Filter</button>
|
|
|
|
</div>
|
|
|
|
<div class="listTopPaging">
|
|
|
|
</div>
|
2013-10-17 09:24:35 -07:00
|
|
|
<div class="viewSummary"></div>
|
2013-04-18 21:27:16 -07:00
|
|
|
</div>
|
2013-04-23 16:21:49 -07:00
|
|
|
<div id="items" class="itemsContainer"></div>
|
2013-04-18 21:27:16 -07:00
|
|
|
</div>
|
|
|
|
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
2013-04-14 20:37:07 -07:00
|
|
|
|
2013-04-18 21:27:16 -07:00
|
|
|
<form>
|
|
|
|
<div id="sortpanel">
|
|
|
|
<fieldset data-role="controlgroup">
|
|
|
|
<legend>
|
|
|
|
<h3>Sort By:</h3>
|
|
|
|
</legend>
|
2013-04-14 20:37:07 -07:00
|
|
|
|
2013-10-17 09:24:35 -07:00
|
|
|
<input class="radioSortBy defaultSort" data-theme="c" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName">
|
2013-04-18 21:27:16 -07:00
|
|
|
<label for="radioSortName">Name</label>
|
2013-04-14 20:37:07 -07:00
|
|
|
|
2013-04-18 21:27:16 -07:00
|
|
|
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioCommunityRating" value="off" data-sortby="CommunityRating">
|
|
|
|
<label for="radioCommunityRating">Community Rating</label>
|
2013-04-14 20:37:07 -07:00
|
|
|
|
2013-04-18 21:27:16 -07:00
|
|
|
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioDateCreated" value="off" data-sortby="DateCreated">
|
|
|
|
<label for="radioDateCreated">Date Added</label>
|
|
|
|
</fieldset>
|
2013-04-14 20:37:07 -07:00
|
|
|
|
2013-04-18 21:27:16 -07:00
|
|
|
<fieldset data-role="controlgroup">
|
|
|
|
<legend>
|
|
|
|
<h3>Sort Order:</h3>
|
|
|
|
</legend>
|
2013-04-14 20:37:07 -07:00
|
|
|
|
2013-04-18 21:27:16 -07:00
|
|
|
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending">
|
|
|
|
<label for="radioAscending">Ascending</label>
|
2013-04-14 20:37:07 -07:00
|
|
|
|
2013-04-18 21:27:16 -07:00
|
|
|
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending">
|
|
|
|
<label for="radioDescending">Descending</label>
|
|
|
|
</fieldset>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
|
|
|
<form>
|
|
|
|
<fieldset data-role="controlgroup">
|
|
|
|
<legend>
|
|
|
|
<h3>Filters:</h3>
|
|
|
|
</legend>
|
|
|
|
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-theme="c" data-filter="IsFavorite">
|
|
|
|
<label for="chkIsFavorite">Favorite</label>
|
2013-04-14 20:37:07 -07:00
|
|
|
|
2013-04-18 21:27:16 -07:00
|
|
|
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-theme="c" data-filter="Likes">
|
|
|
|
<label for="chkLikes">Likes</label>
|
2013-04-14 20:37:07 -07:00
|
|
|
|
2013-04-18 21:27:16 -07:00
|
|
|
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-theme="c" data-filter="Dislikes">
|
|
|
|
<label for="chkDislikes">Dislikes</label>
|
|
|
|
</fieldset>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-04-14 20:37:07 -07:00
|
|
|
</body>
|
|
|
|
</html>
|