2013-04-11 15:09:08 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-04-01 15:23:07 -07:00
|
|
|
|
<title>${TitleMediaBrowser}</title>
|
2013-04-11 15:09:08 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2014-05-21 20:35:18 -07:00
|
|
|
|
<div id="moviePeoplePage" data-role="page" class="page libraryPage" data-theme="b">
|
2013-05-14 21:05:52 -07:00
|
|
|
|
|
2014-05-01 19:54:33 -07:00
|
|
|
|
<div class="libraryViewNav scopedLibraryViewNav">
|
2014-04-01 15:23:07 -07:00
|
|
|
|
<a href="movieslatest.html">${TabLatest}</a>
|
|
|
|
|
<a href="moviesrecommended.html">${TabSuggested}</a>
|
2014-04-03 15:50:04 -07:00
|
|
|
|
<a href="movies.html">${TabMovies}</a>
|
2014-07-04 22:21:13 -07:00
|
|
|
|
<a href="collections.html?context=movies">${TabCollections}</a>
|
2014-04-01 15:23:07 -07:00
|
|
|
|
<a href="moviegenres.html">${TabGenres}</a>
|
2014-05-01 19:54:33 -07:00
|
|
|
|
<a href="#" class="ui-btn-active">${TabPeople}</a>
|
2014-04-03 15:50:04 -07:00
|
|
|
|
<a href="moviestudios.html">${TabStudios}</a>
|
2013-05-14 21:05:52 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2013-05-16 13:46:18 -07:00
|
|
|
|
<div class="alphabetPicker">
|
|
|
|
|
</div>
|
2013-04-11 15:09:08 -07:00
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="viewSettings">
|
2014-03-17 07:48:16 -07:00
|
|
|
|
<div class="listTopPaging">
|
|
|
|
|
</div>
|
2013-04-11 15:09:08 -07:00
|
|
|
|
</div>
|
2013-04-23 16:21:49 -07:00
|
|
|
|
<div id="items" class="itemsContainer"></div>
|
2013-04-11 15:09:08 -07:00
|
|
|
|
</div>
|
2014-07-19 21:46:29 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="panel" class="viewPanel" data-theme="a" data-position="right" data-display="overlay" data-position-fixed="true">
|
2013-04-11 20:50:47 -07:00
|
|
|
|
<form>
|
|
|
|
|
|
2014-07-19 21:46:29 -07:00
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" data-mini="true" class="viewPanelTabs">
|
|
|
|
|
<a href="#" data-role="button" class="viewTabButton" data-tab="tabFilter">${TabFilter}</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="tabFilter viewTab">
|
|
|
|
|
<fieldset data-role="controlgroup">
|
|
|
|
|
<legend>
|
|
|
|
|
${HeaderFilters}
|
|
|
|
|
</legend>
|
|
|
|
|
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-filter="IsFavorite" data-mini="true">
|
|
|
|
|
<label for="chkIsFavorite">${OptionFavorite}</label>
|
2013-04-11 20:50:47 -07:00
|
|
|
|
|
2014-07-19 21:46:29 -07:00
|
|
|
|
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-filter="Likes" data-mini="true">
|
|
|
|
|
<label for="chkLikes">${OptionLikes}</label>
|
2013-04-13 16:43:41 -07:00
|
|
|
|
|
2014-07-19 21:46:29 -07:00
|
|
|
|
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-filter="Dislikes" data-mini="true">
|
|
|
|
|
<label for="chkDislikes">${OptionDislikes}</label>
|
|
|
|
|
</fieldset>
|
|
|
|
|
<fieldset data-role="controlgroup">
|
|
|
|
|
<legend>
|
|
|
|
|
${HeaderPersonTypes}
|
|
|
|
|
</legend>
|
|
|
|
|
<input class="chkPersonTypeFilter" type="checkbox" name="chkActor" id="chkActor" data-filter="Actor" data-mini="true">
|
|
|
|
|
<label for="chkActor">${OptionActors}</label>
|
2013-04-13 16:43:41 -07:00
|
|
|
|
|
2014-07-19 21:46:29 -07:00
|
|
|
|
<input class="chkPersonTypeFilter" type="checkbox" name="chkDirector" id="chkDirector" data-filter="Director" data-mini="true">
|
|
|
|
|
<label for="chkDirector">${OptionDirectors}</label>
|
2013-04-13 16:43:41 -07:00
|
|
|
|
|
2014-07-19 21:46:29 -07:00
|
|
|
|
<input class="chkPersonTypeFilter" type="checkbox" name="chkProducer" id="chkProducer" data-filter="Producer" data-mini="true">
|
|
|
|
|
<label for="chkProducer">${OptionProducers}</label>
|
|
|
|
|
|
|
|
|
|
<input class="chkPersonTypeFilter" type="checkbox" name="chkWriter" id="chkWriter" data-filter="Writer" data-mini="true">
|
|
|
|
|
<label for="chkWriter">${OptionWriters}</label>
|
|
|
|
|
</fieldset>
|
|
|
|
|
</div>
|
2013-04-11 20:50:47 -07:00
|
|
|
|
</form>
|
|
|
|
|
</div>
|
2013-04-11 15:09:08 -07:00
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|