2014-03-02 13:44:48 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-04-01 15:23:07 -07:00
|
|
|
|
<title>${TitleMediaBrowser}</title>
|
2014-03-02 13:44:48 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2014-05-12 11:04:25 -07:00
|
|
|
|
<div id="libraryReportPage" data-role="page" data-theme="b" class="page libraryPage noSecondaryNavPage reportsPage">
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div style="text-align: center;">
|
|
|
|
|
<div class="viewControls">
|
|
|
|
|
<span style="margin-right: 10px; vertical-align: middle;">Report:</span>
|
|
|
|
|
<div style="display: inline-block;">
|
|
|
|
|
<select data-mini="true" data-inline="true" id="selectView" name="selectView">
|
|
|
|
|
<option value="AdultVideo">Adult Videos</option>
|
|
|
|
|
<option value="MusicAlbum">Albums</option>
|
|
|
|
|
<option value="MusicArtist">Artists</option>
|
|
|
|
|
<option value="Book">Books</option>
|
|
|
|
|
<option value="BoxSet">Collections</option>
|
|
|
|
|
<option value="Episode">Episodes</option>
|
|
|
|
|
<option value="Game">Games</option>
|
|
|
|
|
<option value="Video">Home Videos</option>
|
|
|
|
|
<option value="Movie">Movies</option>
|
|
|
|
|
<option value="MusicVideo">Music Videos</option>
|
|
|
|
|
<option value="Trailer">Trailers</option>
|
|
|
|
|
<option value="Season">Seasons</option>
|
|
|
|
|
<option value="Series">Series</option>
|
|
|
|
|
<option value="Audio">Songs</option>
|
|
|
|
|
</select>
|
2014-03-02 13:44:48 -07:00
|
|
|
|
</div>
|
2014-05-12 11:04:25 -07:00
|
|
|
|
<button data-mini="true" data-icon="filter" data-inline="true" onclick="$('#filterPanel', $(this).parents('.page')).panel( 'toggle' );">${ButtonFilter}</button>
|
2014-03-02 13:44:48 -07:00
|
|
|
|
</div>
|
2014-05-12 11:04:25 -07:00
|
|
|
|
<div class="listTopPaging">
|
2014-03-02 13:44:48 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2014-05-12 11:04:25 -07:00
|
|
|
|
<br />
|
|
|
|
|
<div class="reportContainer"></div>
|
|
|
|
|
|
|
|
|
|
<div class="listBottomPaging">
|
|
|
|
|
</div>
|
2014-03-02 13:44:48 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
|
|
|
|
<form>
|
|
|
|
|
|
|
|
|
|
<fieldset data-role="controlgroup" data-type="horizontal" style="margin-bottom: 1em;">
|
2014-04-02 14:55:19 -07:00
|
|
|
|
<legend>${HeaderFilters}</legend>
|
2014-03-02 13:44:48 -07:00
|
|
|
|
<input type="radio" name="radioFilterTypes" id="radioBasicFilters" value="on" checked="checked" data-mini="true">
|
2014-04-03 15:50:04 -07:00
|
|
|
|
<label for="radioBasicFilters">${TabBasic}</label>
|
2014-03-02 13:44:48 -07:00
|
|
|
|
<input type="radio" name="radioFilterTypes" id="radioAdvancedFilters" value="off" data-mini="true">
|
2014-04-03 15:50:04 -07:00
|
|
|
|
<label for="radioAdvancedFilters">${TabAdvanced}</label>
|
2014-03-02 13:44:48 -07:00
|
|
|
|
</fieldset>
|
|
|
|
|
<div class="basicFilters">
|
|
|
|
|
<fieldset data-role="controlgroup">
|
|
|
|
|
<legend>
|
2014-04-03 15:50:04 -07:00
|
|
|
|
<strong>${LabelVideoType}</strong>
|
2014-03-02 13:44:48 -07:00
|
|
|
|
</legend>
|
|
|
|
|
|
|
|
|
|
<input class="chkVideoTypeFilter" type="checkbox" name="chkBluray" id="chkBluray" data-filter="Bluray" data-mini="true">
|
2014-04-03 15:50:04 -07:00
|
|
|
|
<label for="chkBluray">${OptionBluray}</label>
|
2014-03-02 13:44:48 -07:00
|
|
|
|
|
|
|
|
|
<input class="chkVideoTypeFilter" type="checkbox" name="chkDvd" id="chkDvd" data-filter="Dvd" data-mini="true">
|
2014-04-03 15:50:04 -07:00
|
|
|
|
<label for="chkDvd">${OptionDvd}</label>
|
2014-03-02 13:44:48 -07:00
|
|
|
|
|
|
|
|
|
<input class="chkVideoTypeFilter" type="checkbox" name="chkIso" id="chkIso" data-filter="Iso" data-mini="true">
|
2014-04-03 15:50:04 -07:00
|
|
|
|
<label for="chkIso">${OptionIso}</label>
|
2014-03-02 13:44:48 -07:00
|
|
|
|
|
|
|
|
|
<input class="chkHDFilter" type="checkbox" name="chkHD" id="chkHD" data-filter="IsHD" data-mini="true">
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<label for="chkHD">${OptionIsHD}</label>
|
2014-03-02 13:44:48 -07:00
|
|
|
|
|
|
|
|
|
<input class="chkSDFilter" type="checkbox" name="chkSD" id="chkSD" data-filter="IsHD" data-mini="true">
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<label for="chkSD">${OptionIsSD}</label>
|
2014-03-02 13:44:48 -07:00
|
|
|
|
|
|
|
|
|
<input class="chk3DFilter" type="checkbox" name="chk3D" id="chk3D" data-filter="Digital3D,Sbs3D" data-mini="true">
|
2014-04-03 15:50:04 -07:00
|
|
|
|
<label for="chk3D">${Option3D}</label>
|
2014-03-03 21:53:48 -07:00
|
|
|
|
<input class="chkIsPlaceHolder" type="checkbox" id="chkIsPlaceHolder" data-mini="true">
|
|
|
|
|
<label for="chkIsPlaceHolder">Stub</label>
|
|
|
|
|
</fieldset>
|
|
|
|
|
<br />
|
|
|
|
|
<fieldset data-role="controlgroup">
|
|
|
|
|
<legend>
|
|
|
|
|
<strong>Episodes:</strong>
|
|
|
|
|
</legend>
|
|
|
|
|
<input type="checkbox" name="chkSpecialEpisode" id="chkSpecialEpisode" data-mini="true">
|
|
|
|
|
<label for="chkSpecialEpisode">Season 0</label>
|
|
|
|
|
|
|
|
|
|
<input type="checkbox" name="chkMissingEpisode" id="chkMissingEpisode" data-mini="true">
|
|
|
|
|
<label for="chkMissingEpisode">Missing Episode</label>
|
|
|
|
|
|
2014-03-02 13:44:48 -07:00
|
|
|
|
</fieldset>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="advancedFilters" style="display: none;">
|
|
|
|
|
|
|
|
|
|
<fieldset data-role="controlgroup">
|
|
|
|
|
<legend>
|
2014-04-03 15:50:04 -07:00
|
|
|
|
<strong>${HeaderManagement}</strong>
|
2014-03-02 13:44:48 -07:00
|
|
|
|
</legend>
|
|
|
|
|
|
2014-03-02 22:11:03 -07:00
|
|
|
|
<input class="chkIsLocked" type="checkbox" id="chkIsLocked" data-mini="true">
|
|
|
|
|
<label for="chkIsLocked">Locked</label>
|
|
|
|
|
|
2014-03-02 13:44:48 -07:00
|
|
|
|
<input class="chkMissingOverview" type="checkbox" name="chkMissingOverview" id="chkMissingOverview" data-mini="true">
|
2014-04-03 15:50:04 -07:00
|
|
|
|
<label for="chkMissingOverview">${OptionMissingOverview}</label>
|
2014-03-02 13:44:48 -07:00
|
|
|
|
|
2014-03-03 21:53:48 -07:00
|
|
|
|
<input class="chkMissingRating" type="checkbox" name="chkMissingRating" id="chkMissingRating" data-mini="true">
|
2014-03-09 15:14:44 -07:00
|
|
|
|
<label for="chkMissingRating">Missing Parental Rating</label>
|
2014-03-03 21:53:48 -07:00
|
|
|
|
|
2014-03-02 22:11:03 -07:00
|
|
|
|
<input class="chkIsUnidentified" type="checkbox" id="chkIsUnidentified" data-mini="true">
|
|
|
|
|
<label for="chkIsUnidentified">Unidentified</label>
|
|
|
|
|
|
2014-03-02 13:44:48 -07:00
|
|
|
|
<input class="chkYearMismatch" type="checkbox" name="chkYearMismatch" id="chkYearMismatch" data-mini="true">
|
2014-04-03 15:50:04 -07:00
|
|
|
|
<label for="chkYearMismatch">${OptionFileMetadataYearMismatch}</label>
|
2014-03-02 13:44:48 -07:00
|
|
|
|
|
|
|
|
|
</fieldset>
|
|
|
|
|
|
|
|
|
|
<fieldset data-role="controlgroup">
|
|
|
|
|
<legend>
|
2014-04-03 15:50:04 -07:00
|
|
|
|
<strong>${LabelFeatures}</strong>
|
2014-03-02 13:44:48 -07:00
|
|
|
|
</legend>
|
|
|
|
|
|
|
|
|
|
<input class="chkFeatureFilter" type="checkbox" name="chkSubtitle" id="chkSubtitle" data-mini="true">
|
2014-04-03 15:50:04 -07:00
|
|
|
|
<label for="chkSubtitle">${OptionHasSubtitles}</label>
|
2014-03-02 13:44:48 -07:00
|
|
|
|
|
2014-05-02 07:49:28 -07:00
|
|
|
|
<input class="chkFeatureFilter" type="checkbox" name="chkNoSubtitle" id="chkNoSubtitle" data-mini="true">
|
|
|
|
|
<label for="chkNoSubtitle">${OptionNoSubtitles}</label>
|
|
|
|
|
|
2014-03-02 13:44:48 -07:00
|
|
|
|
<input class="chkFeatureFilter" type="checkbox" name="chkTrailer" id="chkTrailer" data-mini="true">
|
2014-04-03 15:50:04 -07:00
|
|
|
|
<label for="chkTrailer">${OptionHasTrailer}</label>
|
2014-03-02 13:44:48 -07:00
|
|
|
|
|
|
|
|
|
<input class="chkFeatureFilter" type="checkbox" name="chkSpecialFeature" id="chkSpecialFeature" data-mini="true">
|
2014-05-02 07:49:28 -07:00
|
|
|
|
<label for="chkSpecialFeature">${OptionSpecialFeatures}</label>
|
2014-03-02 13:44:48 -07:00
|
|
|
|
|
|
|
|
|
<input class="chkFeatureFilter" type="checkbox" name="chkThemeSong" id="chkThemeSong" data-mini="true">
|
2014-04-03 15:50:04 -07:00
|
|
|
|
<label for="chkThemeSong">${OptionHasThemeSong}</label>
|
2014-03-02 13:44:48 -07:00
|
|
|
|
|
|
|
|
|
<input class="chkFeatureFilter" type="checkbox" name="chkThemeVideo" id="chkThemeVideo" data-mini="true">
|
2014-04-03 15:50:04 -07:00
|
|
|
|
<label for="chkThemeVideo">${OptionHasThemeVideo}</label>
|
2014-03-02 13:44:48 -07:00
|
|
|
|
|
|
|
|
|
</fieldset>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|