update to jquery mobile 1.4
|
@ -9,7 +9,7 @@
|
|||
<div data-role="content">
|
||||
<div class="content-primary">
|
||||
<p>
|
||||
<a data-role="button" data-icon="arrow-left" data-inline="true" data-mini="true" data-theme="b" href="plugincatalog.html">Plugin Catalog</a>
|
||||
<a data-role="button" data-icon="arrow-l" data-inline="true" data-mini="true" data-theme="b" href="plugincatalog.html">Plugin Catalog</a>
|
||||
</p>
|
||||
<form class="addPluginForm">
|
||||
<p id="tagline" style="font-style: italic;"></p>
|
||||
|
@ -17,7 +17,7 @@
|
|||
|
||||
<p id="overview"></p>
|
||||
|
||||
<div data-role="collapsible" data-content-theme="c" data-collapsed="false" style="margin-top: 2em;">
|
||||
<div data-role="collapsible" data-collapsed="false" style="margin-top: 2em;">
|
||||
<h3>Install</h3>
|
||||
<p id="pCurrentVersion"></p>
|
||||
<p id="pSelectVersion" class="hide">
|
||||
|
@ -26,14 +26,14 @@
|
|||
</p>
|
||||
|
||||
<p id="btnInstallDiv" class="hide">
|
||||
<button id="btnInstall" type="submit" data-icon="download" data-theme="b">Install</button>
|
||||
<button id="btnInstall" type="submit" data-icon="arrow-d" data-theme="b">Install</button>
|
||||
</p>
|
||||
<p id="nonServerMsg"></p>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<form name="_xclick" action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
||||
<div class="premiumPackage" data-role="collapsible" data-content-theme="c" data-collapsed="false" style="margin-top: 2em; display: none">
|
||||
<div class="premiumPackage" data-role="collapsible" data-collapsed="false" style="margin-top: 2em; display: none">
|
||||
<h3>Registration</h3>
|
||||
<p id="regStatus">
|
||||
</p>
|
||||
|
@ -61,13 +61,13 @@
|
|||
|
||||
</div>
|
||||
|
||||
<div data-role="collapsible" data-content-theme="c" data-collapsed="false" style="margin-top: 2em;">
|
||||
<div data-role="collapsible" data-collapsed="false" style="margin-top: 2em;">
|
||||
<h3>Rating and Reviews</h3>
|
||||
<div id="ratingLine"></div>
|
||||
<div id="latestReviews"></div>
|
||||
</div>
|
||||
|
||||
<div data-role="collapsible" data-content-theme="c" data-collapsed="false" style="margin-top: 2em;">
|
||||
<div data-role="collapsible" data-collapsed="false" style="margin-top: 2em;">
|
||||
<h3>Developer Info</h3>
|
||||
<p id="developer"></p>
|
||||
<p id="pViewWebsite" style="display: none;">
|
||||
|
@ -75,22 +75,22 @@
|
|||
</p>
|
||||
</div>
|
||||
|
||||
<div data-role="collapsible" data-content-theme="c" style="margin-top: 2em;">
|
||||
<div data-role="collapsible" style="margin-top: 2em;">
|
||||
<h3>Revision History</h3>
|
||||
<div id="revisionHistory"></div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<div data-role="popup" class="ui-content" id="supporterPlugins" data-theme="e" data-overlay-theme="a">
|
||||
<a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>
|
||||
<div data-role="popup" class="ui-content" id="supporterPlugins">
|
||||
<a href="#" data-rel="back" data-role="button" data-theme="b" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>
|
||||
<p>Supporter-Only plug-ins are free for anyone who is an <strong>MB3 Supporter</strong> (with a valid MB3 key who has donated the minimum amount to the overall project).</p>
|
||||
<p>
|
||||
Anyone can install them and enjoy a free trial period of 14 days in most instances. The trial period may commence as soon as you install the plug-in.<p>
|
||||
<p>These plug-ins will appear in the catalog with a "Supporter" banner.</p>
|
||||
</div>
|
||||
|
||||
<div data-role="popup" class="ui-content" id="premiumPlugins" data-theme="e" data-overlay-theme="a">
|
||||
<a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>
|
||||
<div data-role="popup" class="ui-content" id="premiumPlugins">
|
||||
<a href="#" data-rel="back" data-role="button" data-theme="b" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>
|
||||
<p>
|
||||
Premium plug-ins are developed by third-parties and require that you be an <strong>MB3 Supporter <em>and</em> also register the plug-in with its creator.</strong>
|
||||
The cost of registering these plug-ins is set for each one by its creator and all revenues go to that person.
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
<div style="display: inline-block; width: 92%;">
|
||||
<input type="text" id="txtCachePath" name="txtCachePath" data-mini="true" />
|
||||
</div>
|
||||
<button id="btnSelectCachePath" type="button" data-icon="folder-close" data-iconpos="notext" data-inline="true">Select Directory</button>
|
||||
<button id="btnSelectCachePath" type="button" data-icon="search" data-iconpos="notext" data-inline="true">Select Directory</button>
|
||||
<div class="fieldDescription">
|
||||
Supply a custom cache path. Media Browser Server must have write access to this folder. The location of this folder will directly impact server performance and should ideally be placed on a solid state drive.
|
||||
</div>
|
||||
|
@ -72,7 +72,7 @@
|
|||
<label for="chkDebugLog">Enable debug logging </label>
|
||||
</li>
|
||||
<li>
|
||||
<button type="submit" data-theme="b" data-icon="ok" data-mini="true">
|
||||
<button type="submit" data-theme="b" data-icon="check" data-mini="true">
|
||||
Save
|
||||
</button>
|
||||
<button type="button" onclick="Dashboard.navigate('dashboard.html');" data-icon="delete" data-mini="true">
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<div class="fieldDescription">If enabled, tv series and episodes will be updated automatically as they are updated on the TheTVDB.com. This may replace some existing metadata.</div>
|
||||
</li>
|
||||
<li>
|
||||
<button type="submit" data-theme="b" data-icon="ok" data-mini="true">
|
||||
<button type="submit" data-theme="b" data-icon="check" data-mini="true">
|
||||
Save
|
||||
</button>
|
||||
<button type="button" onclick="Dashboard.navigate('dashboard.html');" data-icon="delete" data-mini="true">
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li>
|
||||
<button type="submit" data-theme="b" data-icon="ok">
|
||||
<button type="submit" data-theme="b" data-icon="check">
|
||||
Save
|
||||
</button>
|
||||
<button type="button" onclick="Dashboard.navigate('dashboard.html');" data-icon="delete">
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="boxsetsPage" data-role="page" class="page libraryPage" data-theme="a" data-view="movies">
|
||||
<div id="boxsetsPage" data-role="page" class="page libraryPage" data-theme="b" data-view="movies">
|
||||
|
||||
<div class="libraryViewNav">
|
||||
<a href="moviesrecommended.html">Suggested</a>
|
||||
|
@ -30,7 +30,7 @@
|
|||
</div>
|
||||
<div id="items" class="itemsContainer"></div>
|
||||
</div>
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
|
||||
<form>
|
||||
<div id="sortpanel">
|
||||
|
@ -39,13 +39,13 @@
|
|||
<h3>Sort By:</h3>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortBy defaultSort" data-theme="c" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||
<input class="radioSortBy defaultSort" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||
<label for="radioSortName">Name</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioCommunityRating" value="off" data-sortby="CommunityRating" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioCommunityRating" value="off" data-sortby="CommunityRating" data-mini="true">
|
||||
<label for="radioCommunityRating">Community Rating</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioDateCreated" value="off" data-sortby="DateCreated" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioDateCreated" value="off" data-sortby="DateCreated" data-mini="true">
|
||||
<label for="radioDateCreated">Date Added</label>
|
||||
</fieldset>
|
||||
|
||||
|
@ -54,28 +54,28 @@
|
|||
<h3>Sort Order:</h3>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<label for="radioAscending">Ascending</label>
|
||||
|
||||
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<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">
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="a" 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" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-filter="IsFavorite" data-mini="true">
|
||||
<label for="chkIsFavorite">Favorite</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-theme="c" data-filter="Likes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-filter="Likes" data-mini="true">
|
||||
<label for="chkLikes">Likes</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-theme="c" data-filter="Dislikes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-filter="Dislikes" data-mini="true">
|
||||
<label for="chkDislikes">Dislikes</label>
|
||||
</fieldset>
|
||||
|
||||
|
@ -84,13 +84,13 @@
|
|||
<strong>Features:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="chkFeatureFilter" type="checkbox" data-theme="c" name="chkTrailer" id="chkTrailer" data-mini="true">
|
||||
<input class="chkFeatureFilter" type="checkbox" name="chkTrailer" id="chkTrailer" data-mini="true">
|
||||
<label for="chkTrailer">Trailer</label>
|
||||
|
||||
<input class="chkFeatureFilter" type="checkbox" data-theme="c" name="chkThemeSong" id="chkThemeSong" data-mini="true">
|
||||
<input class="chkFeatureFilter" type="checkbox" name="chkThemeSong" id="chkThemeSong" data-mini="true">
|
||||
<label for="chkThemeSong">Theme song</label>
|
||||
|
||||
<input class="chkFeatureFilter" type="checkbox" data-theme="c" name="chkThemeVideo" id="chkThemeVideo" data-mini="true">
|
||||
<input class="chkFeatureFilter" type="checkbox" name="chkThemeVideo" id="chkThemeVideo" data-mini="true">
|
||||
<label for="chkThemeVideo">Theme video</label>
|
||||
|
||||
</fieldset>
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<button type="submit" data-theme="b" data-icon="ok">
|
||||
<button type="submit" data-theme="b" data-icon="check">
|
||||
Save
|
||||
</button>
|
||||
<button type="button" onclick="Dashboard.navigate('dashboard.html');" data-icon="delete">
|
||||
|
|
67
dashboard-ui/css/icons.css
Normal file
|
@ -0,0 +1,67 @@
|
|||
.ui-icon-remote:after {
|
||||
background-image: url("images/icons/remote.png");
|
||||
}
|
||||
/* Fallback */
|
||||
.ui-nosvg .ui-icon-remote:after {
|
||||
background-image: url("images/icons/remote.png");
|
||||
}
|
||||
|
||||
.ui-icon-play:after {
|
||||
background-image: url("images/icons/play.png");
|
||||
}
|
||||
/* Fallback */
|
||||
.ui-nosvg .ui-icon-play:after {
|
||||
background-image: url("images/icons/play.png");
|
||||
}
|
||||
|
||||
.ui-icon-stop:after {
|
||||
background-image: url("images/icons/stop.png");
|
||||
}
|
||||
/* Fallback */
|
||||
.ui-nosvg .ui-icon-stop:after {
|
||||
background-image: url("images/icons/stop.png");
|
||||
}
|
||||
|
||||
.ui-icon-pause:after {
|
||||
background-image: url("images/icons/pause.png");
|
||||
}
|
||||
/* Fallback */
|
||||
.ui-nosvg .ui-icon-pause:after {
|
||||
background-image: url("images/icons/pause.png");
|
||||
}
|
||||
.ui-icon-volume-off:after {
|
||||
background-image: url("images/icons/mute.png");
|
||||
}
|
||||
/* Fallback */
|
||||
.ui-nosvg .ui-icon-volume-off:after {
|
||||
background-image: url("images/icons/mute.png");
|
||||
}
|
||||
|
||||
.ui-icon-volume-up:after {
|
||||
background-image: url("images/icons/volumeup.png");
|
||||
}
|
||||
/* Fallback */
|
||||
.ui-nosvg .ui-icon-volume-up:after {
|
||||
background-image: url("images/icons/volumeup.png");
|
||||
}
|
||||
.ui-icon-volume-down:after {
|
||||
background-image: url("images/icons/volumedown.png");
|
||||
}
|
||||
/* Fallback */
|
||||
.ui-nosvg .ui-icon-volume-down:after {
|
||||
background-image: url("images/icons/volumedown.png");
|
||||
}
|
||||
.ui-icon-previous-track:after {
|
||||
background-image: url("images/icons/previoustrack.png");
|
||||
}
|
||||
/* Fallback */
|
||||
.ui-nosvg .ui-icon-previous-track:after {
|
||||
background-image: url("images/icons/previoustrack.png");
|
||||
}
|
||||
.ui-icon-next-track:after {
|
||||
background-image: url("images/icons/nexttrack.png");
|
||||
}
|
||||
/* Fallback */
|
||||
.ui-nosvg .ui-icon-next-track:after {
|
||||
background-image: url("images/icons/nexttrack.png");
|
||||
}
|
BIN
dashboard-ui/css/images/icons/mute.png
Normal file
After Width: | Height: | Size: 292 B |
BIN
dashboard-ui/css/images/icons/nexttrack.png
Normal file
After Width: | Height: | Size: 321 B |
BIN
dashboard-ui/css/images/icons/pause.png
Normal file
After Width: | Height: | Size: 150 B |
BIN
dashboard-ui/css/images/icons/play.png
Normal file
After Width: | Height: | Size: 269 B |
BIN
dashboard-ui/css/images/icons/previoustrack.png
Normal file
After Width: | Height: | Size: 317 B |
BIN
dashboard-ui/css/images/icons/remote.png
Normal file
After Width: | Height: | Size: 402 B |
BIN
dashboard-ui/css/images/icons/stop.png
Normal file
After Width: | Height: | Size: 138 B |
BIN
dashboard-ui/css/images/icons/volumedown.png
Normal file
After Width: | Height: | Size: 253 B |
BIN
dashboard-ui/css/images/icons/volumeup.png
Normal file
After Width: | Height: | Size: 286 B |
|
@ -19,6 +19,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.ui-panel fieldset + fieldset {
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
.headerArrowImage {
|
||||
height: 24px;
|
||||
margin-left: .5em;
|
||||
|
@ -75,6 +79,7 @@
|
|||
height: 20px;
|
||||
padding-top: 9px;
|
||||
text-transform: uppercase;
|
||||
color: #fff!important;
|
||||
}
|
||||
|
||||
|
||||
|
@ -106,11 +111,6 @@
|
|||
padding: 10px 0px;
|
||||
}
|
||||
|
||||
.libraryPage, .libraryPage .itemListContent {
|
||||
background: #252525 repeat-x!important;
|
||||
background-attachment: fixed!important;
|
||||
}
|
||||
|
||||
.libraryPage .currentUsername {
|
||||
color: #fff;
|
||||
}
|
||||
|
|
|
@ -35,8 +35,7 @@
|
|||
|
||||
.remoteImageContainer {
|
||||
display: inline-block;
|
||||
border: 1px solid #ccc;
|
||||
margin: 5px;
|
||||
margin: 8px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
|
|
|
@ -114,7 +114,7 @@ pre, textarea.pre {
|
|||
/*
|
||||
Page / Base styles
|
||||
*/
|
||||
.page {
|
||||
.page:not(.libraryPage) {
|
||||
background: #f2f2f2;
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
@ -420,7 +420,7 @@ form, .readOnlyContent {
|
|||
|
||||
.mediaLocationsHeader .ui-btn {
|
||||
position: absolute;
|
||||
right: 3px;
|
||||
right: -6px;
|
||||
margin-top: 0!important;
|
||||
margin-bottom: 0!important;
|
||||
top: 6px;
|
||||
|
@ -628,14 +628,16 @@ form, .readOnlyContent {
|
|||
left: -2px;
|
||||
right: -2px;
|
||||
z-index: 99997;
|
||||
color: #fff;
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
.footerNotification {
|
||||
text-shadow: none;
|
||||
padding: .5em 1em;
|
||||
padding: .75em 1em;
|
||||
margin: 0;
|
||||
font-weight: normal;
|
||||
border-top: 1px solid #999;
|
||||
border-top: 1px solid #555;
|
||||
}
|
||||
|
||||
.notificationIcon {
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<div class="content-primary">
|
||||
<div class="readOnlyContent">
|
||||
|
||||
<div data-role="collapsible" data-content-theme="c" data-collapsed="false" style="margin-top: 2em;">
|
||||
<div data-role="collapsible" data-collapsed="false" style="margin-top: 2em;">
|
||||
<h3>Server Information</h3>
|
||||
<div>
|
||||
<p>
|
||||
|
@ -24,7 +24,7 @@
|
|||
<p><strong>A new version of Media Browser Server is available!</strong></p>
|
||||
<p id="newVersionNumber"></p>
|
||||
<div id="btnUpdateApplicationContainer">
|
||||
<button id="btnUpdateApplication" type="button" data-icon="download" data-theme="b" onclick="DashboardPage.updateApplication();">Update Now</button>
|
||||
<button id="btnUpdateApplication" type="button" data-icon="arrow-d" data-theme="b" onclick="DashboardPage.updateApplication();">Update Now</button>
|
||||
</div>
|
||||
<div id="btnManualUpdateContainer">
|
||||
Please shutdown the server and <a href="http://www.mediabrowser3.com/download" target="_blank">update manually.</a>
|
||||
|
@ -36,7 +36,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="collapsiblePendingInstallations" data-role="collapsible" data-content-theme="c" data-collapsed="false" style="margin-top: 2em; display: none;">
|
||||
<div id="collapsiblePendingInstallations" data-role="collapsible" data-collapsed="false" style="margin-top: 2em; display: none;">
|
||||
<h3>Pending Installations</h3>
|
||||
<p>The following components have been installed or updated:</p>
|
||||
<div id="pendingInstallations">
|
||||
|
@ -47,7 +47,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div data-role="collapsible" data-content-theme="c" data-collapsed="false" style="margin-top: 2em;">
|
||||
<div data-role="collapsible" data-collapsed="false" style="margin-top: 2em;">
|
||||
<h3>Active Connections</h3>
|
||||
<div>
|
||||
<table class="tblConnections" style="border-collapse: collapse;">
|
||||
|
@ -55,7 +55,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="runningTasksCollapsible" data-role="collapsible" data-content-theme="c" data-collapsed="false" style="margin-top: 2em; display: none;">
|
||||
<div id="runningTasksCollapsible" data-role="collapsible" data-collapsed="false" style="margin-top: 2em; display: none;">
|
||||
<h3>Running Tasks</h3>
|
||||
<div id="divRunningTasks">
|
||||
</div>
|
||||
|
@ -73,7 +73,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div data-role="collapsible" data-content-theme="c" data-collapsed="false" style="margin-top: 1em;">
|
||||
<div data-role="collapsible" data-collapsed="false" style="margin-top: 1em;">
|
||||
<h3>Links</h3>
|
||||
<div>
|
||||
<p><a href="http://mediabrowser3.com/community" target="_blank">Community</a></p>
|
||||
|
@ -83,7 +83,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div data-role="collapsible" data-content-theme="c" data-collapsed="false" style="margin-top: 1em;">
|
||||
<div data-role="collapsible" data-collapsed="false" style="margin-top: 1em;">
|
||||
<h3>System Paths</h3>
|
||||
<div>
|
||||
<p><b>Logs:</b> <span id="logPath"></span></p>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="editItemImagesPage" data-role="page" data-theme="a" class="page libraryPage metadataEditorPage">
|
||||
<div id="editItemImagesPage" data-role="page" data-theme="b" class="page libraryPage metadataEditorPage">
|
||||
<div data-role="content editPageContent">
|
||||
<div class="editPageSidebar">
|
||||
<div class="libraryTree">
|
||||
|
@ -33,7 +33,7 @@
|
|||
</div>
|
||||
|
||||
<div id="imagesContainer" style="display: none;">
|
||||
<div data-role="collapsible" data-mini="true" data-collapsed="false" data-corners="false" class="imageEditorCollapsible">
|
||||
<div data-role="collapsible" data-mini="true" data-collapsed="false" class="imageEditorCollapsible" data-content-theme="false">
|
||||
<h3>Images</h3>
|
||||
<div id="images">
|
||||
</div>
|
||||
|
@ -41,7 +41,7 @@
|
|||
</div>
|
||||
|
||||
<div id="backdropsContainer" style="display: none;">
|
||||
<div data-role="collapsible" data-mini="true" data-collapsed="false" data-corners="false" class="imageEditorCollapsible">
|
||||
<div data-role="collapsible" data-mini="true" data-collapsed="false" class="imageEditorCollapsible" data-content-theme="false">
|
||||
<h3>Backdrops</h3>
|
||||
<div id="backdrops">
|
||||
</div>
|
||||
|
@ -49,7 +49,7 @@
|
|||
</div>
|
||||
|
||||
<div id="screenshotsContainer" style="display: none;">
|
||||
<div data-role="collapsible" data-mini="true" data-collapsed="false" data-corners="false" class="imageEditorCollapsible">
|
||||
<div data-role="collapsible" data-mini="true" data-collapsed="false" class="imageEditorCollapsible" data-content-theme="false">
|
||||
<h3>Screenshots</h3>
|
||||
<div id="screenshots">
|
||||
</div>
|
||||
|
@ -59,12 +59,12 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div data-role="popup" id="popupUpload" data-theme="c" data-corners="false">
|
||||
<div data-role="popup" id="popupUpload" data-theme="a" data-corners="false">
|
||||
<form id="uploadItemImageForm" style="max-width: 100%; margin: 0 1.5em 1.5em;">
|
||||
<h2>Add/Update Image</h2>
|
||||
<div>
|
||||
<p>JPG/PNG only.</p>
|
||||
<input type="file" accept="image/*" id="uploadImage" name="uploadImage" data-theme="c" />
|
||||
<input type="file" accept="image/*" id="uploadImage" name="uploadImage" />
|
||||
|
||||
<div id="imageDropZone" class="imageDropZone">
|
||||
<h3>Drop Image Here</h3>
|
||||
|
@ -73,7 +73,7 @@
|
|||
<div id="fldUpload" style="display: none;">
|
||||
<p data-role="fieldcontain">
|
||||
<label for="selectImageType">Image Type:</label>
|
||||
<select id="selectImageType" name="selectImageType" data-theme="c">
|
||||
<select id="selectImageType" name="selectImageType">
|
||||
<option value="Primary">Primary</option>
|
||||
<option value="Art">Art</option>
|
||||
<option value="Backdrop">Backdrop</option>
|
||||
|
@ -89,15 +89,15 @@
|
|||
</p>
|
||||
<button type="submit" data-icon="picture" data-theme="b">Upload</button>
|
||||
</div>
|
||||
<a data-role="button" data-rel="back" data-icon="delete" data-theme="c" onclick="$('#uploadImage').val('').trigger('change');">Cancel</a>
|
||||
<a data-role="button" data-rel="back" data-icon="delete" onclick="$('#uploadImage').val('').trigger('change');">Cancel</a>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div data-role="popup" id="popupDownload" class="popup" data-corners="false">
|
||||
<div data-role="popup" id="popupDownload" class="popup" data-theme="a">
|
||||
|
||||
<a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>
|
||||
<div class="ui-bar-a" style="text-align: center; padding: 0 20px;">
|
||||
<a href="#" data-rel="back" data-role="button" data-icon="delete" data-iconpos="notext" class="ui-btn-right" data-theme="b">Close</a>
|
||||
<div class="ui-bar-b" style="text-align: center; padding: 0 20px;">
|
||||
<h3 style="margin: .5em 0;">Browse Online Images</h3>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="editItemMetadataPage" data-role="page" data-theme="a" class="page libraryPage metadataEditorPage">
|
||||
<div id="editItemMetadataPage" data-role="page" data-theme="b" class="page libraryPage metadataEditorPage">
|
||||
<div data-role="content editPageContent">
|
||||
<div class="editPageSidebar">
|
||||
<div class="libraryTree">
|
||||
|
@ -31,7 +31,7 @@
|
|||
<div style="margin-top: -15px;"></div>
|
||||
</div>
|
||||
<div style="vertical-align: bottom; display: inline-block;">
|
||||
<button class="saveButtonContainer btnSave" type="submit" data-theme="b" data-icon="ok" data-mini="true" data-inline="true">
|
||||
<button class="saveButtonContainer btnSave" type="submit" data-theme="b" data-icon="check" data-mini="true" data-inline="true">
|
||||
Save
|
||||
</button>
|
||||
</div>
|
||||
|
@ -120,7 +120,7 @@
|
|||
</div>
|
||||
<div data-role="fieldcontain">
|
||||
<label for="txtOverview">Overview:</label>
|
||||
<textarea name="txtOverview" id="txtOverview" data-mini="true" data-role="fieldcontain"></textarea>
|
||||
<textarea name="txtOverview" id="txtOverview" data-mini="true"></textarea>
|
||||
</div>
|
||||
<div data-role="fieldcontain" id="fldPremiereDate" style="display: none;">
|
||||
<label id="lblPremiereDate" for="txtPremiereDate">Release date:</label>
|
||||
|
@ -205,7 +205,7 @@
|
|||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div data-role="collapsible" data-mini="true" data-collapsed="false" id="collapsibleDvdEpisodeInfo" style="display: none;">
|
||||
<div data-role="collapsible" data-mini="true" data-collapsed="false" id="collapsibleDvdEpisodeInfo" style="display: none;" data-content-theme="false">
|
||||
<h3>Alternate Episode Numbers</h3>
|
||||
<div>
|
||||
<div data-role="fieldcontain">
|
||||
|
@ -222,7 +222,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-role="collapsible" data-mini="true" data-collapsed="false" id="collapsibleSpecialEpisodeInfo" style="display: none;">
|
||||
<div data-role="collapsible" data-mini="true" data-collapsed="false" id="collapsibleSpecialEpisodeInfo" style="display: none;" data-content-theme="false">
|
||||
<h3>Special Episode Info</h3>
|
||||
<div>
|
||||
<div data-role="fieldcontain">
|
||||
|
@ -248,7 +248,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-role="collapsible" data-mini="true" data-collapsed="false">
|
||||
<div data-role="collapsible" data-mini="true" data-collapsed="false" data-content-theme="false">
|
||||
<h3>External Id's</h3>
|
||||
<div>
|
||||
<p id="albumAssociationMessage" style="display: none;">Associate this album with a movie, tv series and/or game, and we'll be able to link it to other items in your library.</p>
|
||||
|
@ -257,28 +257,28 @@
|
|||
<div style="display: inline-block; width: 250px;">
|
||||
<input class="txtProviderId" id="txtGamesDb" name="txtGamesDb" data-mini="true" />
|
||||
</div>
|
||||
<a id="btnOpenGamesDb" href="#" target="_blank" data-icon="arrow-right" data-inline="true" data-iconpos="notext" data-role="button" style="vertical-align: top;"></a>
|
||||
<a id="btnOpenGamesDb" href="#" target="_blank" data-icon="arrow-r" data-inline="true" data-iconpos="notext" data-role="button" style="vertical-align: top;"></a>
|
||||
</div>
|
||||
<div data-role="fieldcontain" id="fldImdb" style="display: none;">
|
||||
<label for="txtImdb">IMDb Id:</label>
|
||||
<div style="display: inline-block; width: 250px;">
|
||||
<input class="txtProviderId" id="txtImdb" name="txtImdb" data-mini="true" />
|
||||
</div>
|
||||
<a id="btnOpenImdb" href="#" target="_blank" data-icon="arrow-right" data-inline="true" data-iconpos="notext" data-role="button" style="vertical-align: top;"></a>
|
||||
<a id="btnOpenImdb" href="#" target="_blank" data-icon="arrow-r" data-inline="true" data-iconpos="notext" data-role="button" style="vertical-align: top;"></a>
|
||||
</div>
|
||||
<div data-role="fieldcontain" id="fldMusicBrainz" style="display: none;">
|
||||
<label for="txtMusicBrainz">MusicBrainz Id:</label>
|
||||
<div style="display: inline-block; width: 250px;">
|
||||
<input class="txtProviderId" id="txtMusicBrainz" name="txtMusicBrainz" data-mini="true" />
|
||||
</div>
|
||||
<a id="btnOpenMusicbrainz" href="#" target="_blank" data-icon="arrow-right" data-inline="true" data-iconpos="notext" data-role="button" style="vertical-align: top;"></a>
|
||||
<a id="btnOpenMusicbrainz" href="#" target="_blank" data-icon="arrow-r" data-inline="true" data-iconpos="notext" data-role="button" style="vertical-align: top;"></a>
|
||||
</div>
|
||||
<div data-role="fieldcontain" id="fldMusicBrainzReleaseGroupId" style="display: none;">
|
||||
<label for="txtMusicBrainzReleaseGroupId">MusicBrainz Release Group Id:</label>
|
||||
<div style="display: inline-block; width: 250px;">
|
||||
<input class="txtProviderId" id="txtMusicBrainzReleaseGroupId" name="txtMusicBrainzReleaseGroupId" data-mini="true" />
|
||||
</div>
|
||||
<a id="btnOpenMusicbrainzReleaseGroup" href="#" target="_blank" data-icon="arrow-right" data-inline="true" data-iconpos="notext" data-role="button" style="vertical-align: top;"></a>
|
||||
<a id="btnOpenMusicbrainzReleaseGroup" href="#" target="_blank" data-icon="arrow-r" data-inline="true" data-iconpos="notext" data-role="button" style="vertical-align: top;"></a>
|
||||
</div>
|
||||
<div data-role="fieldcontain" id="fldRottenTomatoes" style="display: none;">
|
||||
<label for="txtRottenTomatoes">Rotten Tomatoes Id:</label>
|
||||
|
@ -291,21 +291,21 @@
|
|||
<div style="display: inline-block; width: 250px;">
|
||||
<input class="txtProviderId" id="txtTmdb" name="txtTmdb" data-mini="true" />
|
||||
</div>
|
||||
<a id="btnOpenTmdb" href="#" target="_blank" data-icon="arrow-right" data-inline="true" data-iconpos="notext" data-role="button" style="vertical-align: top;"></a>
|
||||
<a id="btnOpenTmdb" href="#" target="_blank" data-icon="arrow-r" data-inline="true" data-iconpos="notext" data-role="button" style="vertical-align: top;"></a>
|
||||
</div>
|
||||
<div data-role="fieldcontain" id="fldTmdbCollection" style="display: none;">
|
||||
<label for="txtTmdbCollection">TheMovieDB Collection Id:</label>
|
||||
<div style="display: inline-block; width: 250px;">
|
||||
<input class="txtProviderId" id="txtTmdbCollection" name="txtTmdbCollection" data-mini="true" />
|
||||
</div>
|
||||
<a id="btnOpenTmdbCollection" href="#" target="_blank" data-icon="arrow-right" data-inline="true" data-iconpos="notext" data-role="button" style="vertical-align: top;"></a>
|
||||
<a id="btnOpenTmdbCollection" href="#" target="_blank" data-icon="arrow-r" data-inline="true" data-iconpos="notext" data-role="button" style="vertical-align: top;"></a>
|
||||
</div>
|
||||
<div data-role="fieldcontain" id="fldTvdb" style="display: none;">
|
||||
<label for="txtTvdb">TheTVDB Id:</label>
|
||||
<div style="display: inline-block; width: 250px;">
|
||||
<input class="txtProviderId" id="txtTvdb" name="txtTvdb" data-mini="true" />
|
||||
</div>
|
||||
<a id="btnOpenTvdb" href="#" target="_blank" data-icon="arrow-right" data-inline="true" data-iconpos="notext" data-role="button" style="vertical-align: top;"></a>
|
||||
<a id="btnOpenTvdb" href="#" target="_blank" data-icon="arrow-r" data-inline="true" data-iconpos="notext" data-role="button" style="vertical-align: top;"></a>
|
||||
</div>
|
||||
<div data-role="fieldcontain" id="fldTvCom" style="display: none;">
|
||||
<label for="txtTvCom">TV.com Id:</label>
|
||||
|
@ -318,55 +318,61 @@
|
|||
<div style="display: inline-block; width: 250px;">
|
||||
<input class="txtProviderId" id="txtZap2It" name="txtZap2It" data-mini="true" />
|
||||
</div>
|
||||
<a id="btnOpenZap2It" href="#" target="_blank" data-icon="arrow-right" data-inline="true" data-iconpos="notext" data-role="button" style="vertical-align: top;"></a>
|
||||
<a id="btnOpenZap2It" href="#" target="_blank" data-icon="arrow-r" data-inline="true" data-iconpos="notext" data-role="button" style="vertical-align: top;"></a>
|
||||
</div>
|
||||
<div data-role="fieldcontain" id="fldNesBoxName" style="display: none;">
|
||||
<label for="txtNesBoxName">NES/SNESbox Name:</label>
|
||||
<div style="display: inline-block; width: 250px;">
|
||||
<input class="txtProviderId" id="txtNesBoxName" name="txtNesBoxName" data-mini="true" />
|
||||
</div>
|
||||
<a id="btnOpenNesBox" href="#" target="_blank" data-icon="arrow-right" data-inline="true" data-iconpos="notext" data-role="button" style="vertical-align: top;"></a>
|
||||
<a id="btnOpenNesBox" href="#" target="_blank" data-icon="arrow-r" data-inline="true" data-iconpos="notext" data-role="button" style="vertical-align: top;"></a>
|
||||
</div>
|
||||
<div data-role="fieldcontain" id="fldNesBoxRom" style="display: none;">
|
||||
<label for="txtNesBoxRom">NES/SNESbox Game Id:</label>
|
||||
<div style="display: inline-block; width: 250px;">
|
||||
<input class="txtProviderId" id="txtNesBoxRom" name="txtNesBoxRom" data-mini="true" />
|
||||
</div>
|
||||
<a id="btnOpenNesBoxRom" href="#" target="_blank" data-icon="arrow-right" data-inline="true" data-iconpos="notext" data-role="button" style="vertical-align: top;"></a>
|
||||
<a id="btnOpenNesBoxRom" href="#" target="_blank" data-icon="arrow-r" data-inline="true" data-iconpos="notext" data-role="button" style="vertical-align: top;"></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-role="collapsible" data-mini="true" id="genresCollapsible" style="display: none;">
|
||||
<div data-role="collapsible" data-mini="true" id="genresCollapsible" style="display: none;" data-content-theme="false">
|
||||
<h3>Genres</h3>
|
||||
<div data-role="editableListviewContainer">
|
||||
<div data-role="fieldcontain">
|
||||
<div style="display: inline-block; width: 92%;">
|
||||
<input type="text" data-mini="true" />
|
||||
</div>
|
||||
<a data-role="button" data-theme="b" data-inline="true" data-mini="true" data-icon="plus" data-iconpos="notext" onclick="EditItemMetadataPage.addElementToEditableListview(this)" style="vertical-align: top;">Add</a>
|
||||
</div>
|
||||
<ul data-role="listview" data-inset="true" data-split-icon="delete" id="listGenres"></ul>
|
||||
</div>
|
||||
</div>
|
||||
<div data-role="collapsible" data-mini="true" id="studiosCollapsible" style="display: none;">
|
||||
<div data-role="collapsible" data-mini="true" id="studiosCollapsible" style="display: none;" data-content-theme="false">
|
||||
<h3>Studios</h3>
|
||||
<div data-role="editableListviewContainer">
|
||||
<div data-role="fieldcontain">
|
||||
<div style="display: inline-block; width: 92%;">
|
||||
<input type="text" data-mini="true" />
|
||||
</div>
|
||||
<a data-role="button" data-theme="b" data-inline="true" data-mini="true" data-icon="plus" data-iconpos="notext" onclick="EditItemMetadataPage.addElementToEditableListview(this)" style="vertical-align: top;">Add</a>
|
||||
</div>
|
||||
<ul data-role="listview" data-inset="true" data-split-icon="delete" id="listStudios"></ul>
|
||||
</div>
|
||||
</div>
|
||||
<div data-mini="true" data-role="collapsible" id="tagsCollapsible" style="display: none;">
|
||||
<div data-mini="true" data-role="collapsible" id="tagsCollapsible" style="display: none;" data-content-theme="false">
|
||||
<h3>Tags</h3>
|
||||
<div data-role="editableListviewContainer">
|
||||
<div data-role="fieldcontain">
|
||||
<div style="display: inline-block; width: 92%;">
|
||||
<input type="text" data-mini="true" />
|
||||
</div>
|
||||
<a data-role="button" data-theme="b" data-inline="true" data-mini="true" data-icon="plus" data-iconpos="notext" onclick="EditItemMetadataPage.addElementToEditableListview(this)" style="vertical-align: top;">Add</a>
|
||||
</div>
|
||||
<ul data-role="listview" data-inset="true" data-split-icon="delete" id="listTags"></ul>
|
||||
</div>
|
||||
</div>
|
||||
<div data-role="collapsible" data-mini="true" id="metadataSettingsCollapsible" style="display: none;" data-collapsed="false">
|
||||
<div data-role="collapsible" data-mini="true" id="metadataSettingsCollapsible" style="display: none;" data-collapsed="false" data-content-theme="false">
|
||||
<h3>Metadata Settings</h3>
|
||||
<div>
|
||||
<p>
|
||||
|
@ -382,7 +388,7 @@
|
|||
</div>
|
||||
<ul data-role="listview" class="saveButtonContainer ulForm" style="display: none;">
|
||||
<li>
|
||||
<button class="btnSave" type="submit" data-theme="b" data-icon="ok" data-mini="true">
|
||||
<button class="btnSave" type="submit" data-theme="b" data-icon="check" data-mini="true">
|
||||
Save
|
||||
</button>
|
||||
</li>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="editItemPeoplePage" data-role="page" data-theme="a" class="page libraryPage metadataEditorPage">
|
||||
<div id="editItemPeoplePage" data-role="page" data-theme="b" class="page libraryPage metadataEditorPage">
|
||||
<div data-role="content editPageContent">
|
||||
<div class="editPageSidebar">
|
||||
<div class="libraryTree">
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
</div>
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li>
|
||||
<button type="submit" data-theme="b" data-icon="ok">
|
||||
<button type="submit" data-theme="b" data-icon="check">
|
||||
Save
|
||||
</button>
|
||||
<button type="button" onclick="history.back();" data-icon="delete">
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="episodesPage" data-role="page" class="page libraryPage" data-theme="a" data-view="tv">
|
||||
<div id="episodesPage" data-role="page" class="page libraryPage" data-theme="b" data-view="tv">
|
||||
|
||||
<div class="libraryViewNav">
|
||||
<a href="tvrecommended.html">Suggested</a>
|
||||
|
@ -31,7 +31,7 @@
|
|||
</div>
|
||||
<div id="items" class="itemsContainer"></div>
|
||||
</div>
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
|
||||
<form>
|
||||
<fieldset data-role="controlgroup">
|
||||
|
@ -39,34 +39,34 @@
|
|||
<strong>Sort By:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortBy defaultSort" type="radio" name="radioSortBy" data-theme="c" id="radioSeriesSortName" value="on" checked="checked" data-sortby="SeriesSortName,SortName" data-mini="true">
|
||||
<input class="radioSortBy defaultSort" type="radio" name="radioSortBy" id="radioSeriesSortName" value="on" checked="checked" data-sortby="SeriesSortName,SortName" data-mini="true">
|
||||
<label for="radioSeriesSortName">Series name</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||
<label for="radioSortName">Episode sort name</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioCommunityRating" value="off" data-sortby="CommunityRating,SeriesSortName,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioCommunityRating" value="off" data-sortby="CommunityRating,SeriesSortName,SortName" data-mini="true">
|
||||
<label for="radioCommunityRating">Tvdb rating</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioDateCreated" value="off" data-sortby="DateCreated,SeriesSortName,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioDateCreated" value="off" data-sortby="DateCreated,SeriesSortName,SortName" data-mini="true">
|
||||
<label for="radioDateCreated">Date added</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioPremiereDate" value="off" data-sortby="PremiereDate,SeriesSortName,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioPremiereDate" value="off" data-sortby="PremiereDate,SeriesSortName,SortName" data-mini="true">
|
||||
<label for="radioPremiereDate">Date aired</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioDatePlayed" value="off" data-sortby="DatePlayed,SeriesSortName,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioDatePlayed" value="off" data-sortby="DatePlayed,SeriesSortName,SortName" data-mini="true">
|
||||
<label for="radioDatePlayed">Date played</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioContentRating" value="off" data-sortby="OfficialRating,SeriesSortName,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioContentRating" value="off" data-sortby="OfficialRating,SeriesSortName,SortName" data-mini="true">
|
||||
<label for="radioContentRating">Parental rating</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioPlayCount" value="off" data-sortby="PlayCount,SeriesSortName,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioPlayCount" value="off" data-sortby="PlayCount,SeriesSortName,SortName" data-mini="true">
|
||||
<label for="radioPlayCount">Play count</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioRuntime" value="off" data-sortby="Runtime,SeriesSortName,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioRuntime" value="off" data-sortby="Runtime,SeriesSortName,SortName" data-mini="true">
|
||||
<label for="radioRuntime">Runtime</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioVideoBitRate" value="off" data-sortby="VideoBitRate,SeriesSortName,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioVideoBitRate" value="off" data-sortby="VideoBitRate,SeriesSortName,SortName" data-mini="true">
|
||||
<label for="radioVideoBitRate">Video bit rate</label>
|
||||
</fieldset>
|
||||
|
||||
|
@ -75,45 +75,45 @@
|
|||
<strong>Sort Order:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" data-theme="c" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<label for="radioAscending">Ascending</label>
|
||||
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" data-theme="c" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<label for="radioDescending">Descending</label>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
<form>
|
||||
<fieldset data-role="controlgroup">
|
||||
<legend>
|
||||
<strong>Filters:</strong>
|
||||
</legend>
|
||||
<input class="chkStandardFilter" type="checkbox" data-theme="c" name="chkPlayed" id="chkPlayed" data-filter="IsPlayed" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkPlayed" id="chkPlayed" data-filter="IsPlayed" data-mini="true">
|
||||
<label for="chkPlayed">Watched</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" data-theme="c" name="chkUnplayed" id="chkUnplayed" data-filter="IsUnPlayed" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkUnplayed" id="chkUnplayed" data-filter="IsUnPlayed" data-mini="true">
|
||||
<label for="chkUnplayed">Unwatched</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" data-theme="c" name="chkResumable" id="chkResumable" data-filter="IsResumable" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkResumable" id="chkResumable" data-filter="IsResumable" data-mini="true">
|
||||
<label for="chkResumable">Resumable</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" data-theme="c" name="chkIsFavorite" id="chkIsFavorite" data-filter="IsFavorite" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-filter="IsFavorite" data-mini="true">
|
||||
<label for="chkIsFavorite">Favorite</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" data-theme="c" name="chkLikes" id="chkLikes" data-filter="Likes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-filter="Likes" data-mini="true">
|
||||
<label for="chkLikes">Likes</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" data-theme="c" name="chkDislikes" id="chkDislikes" data-filter="Dislikes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-filter="Dislikes" data-mini="true">
|
||||
<label for="chkDislikes">Dislikes</label>
|
||||
|
||||
<input type="checkbox" data-theme="c" name="chkSpecialFeature" id="chkSpecialFeature" data-mini="true">
|
||||
<input type="checkbox" name="chkSpecialFeature" id="chkSpecialFeature" data-mini="true">
|
||||
<label for="chkSpecialFeature">Season 0</label>
|
||||
|
||||
<input type="checkbox" data-theme="c" name="chkMissingEpisode" id="chkMissingEpisode" data-mini="true">
|
||||
<input type="checkbox" name="chkMissingEpisode" id="chkMissingEpisode" data-mini="true">
|
||||
<label for="chkMissingEpisode">Missing Episode</label>
|
||||
|
||||
<input type="checkbox" data-theme="c" name="chkFutureEpisode" id="chkFutureEpisode" data-mini="true">
|
||||
<input type="checkbox" name="chkFutureEpisode" id="chkFutureEpisode" data-mini="true">
|
||||
<label for="chkFutureEpisode">Unaired Episode</label>
|
||||
|
||||
</fieldset>
|
||||
|
@ -122,19 +122,19 @@
|
|||
<strong>Type:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="chkVideoTypeFilter" type="checkbox" data-theme="c" name="chkBluray" id="chkBluray" data-filter="Bluray" data-mini="true">
|
||||
<input class="chkVideoTypeFilter" type="checkbox" name="chkBluray" id="chkBluray" data-filter="Bluray" data-mini="true">
|
||||
<label for="chkBluray">Bluray</label>
|
||||
|
||||
<input class="chkVideoTypeFilter" type="checkbox" data-theme="c" name="chkDvd" id="chkDvd" data-filter="Dvd" data-mini="true">
|
||||
<input class="chkVideoTypeFilter" type="checkbox" name="chkDvd" id="chkDvd" data-filter="Dvd" data-mini="true">
|
||||
<label for="chkDvd">Dvd</label>
|
||||
|
||||
<input class="chkVideoTypeFilter" type="checkbox" data-theme="c" name="chkIso" id="chkIso" data-filter="Iso" data-mini="true">
|
||||
<input class="chkVideoTypeFilter" type="checkbox" name="chkIso" id="chkIso" data-filter="Iso" data-mini="true">
|
||||
<label for="chkIso">Iso</label>
|
||||
|
||||
<input class="chkHDFilter" type="checkbox" data-theme="c" name="chkHD" id="chkHD" data-filter="IsHD" data-mini="true">
|
||||
<input class="chkHDFilter" type="checkbox" name="chkHD" id="chkHD" data-filter="IsHD" data-mini="true">
|
||||
<label for="chkHD">HD</label>
|
||||
|
||||
<input class="chkSDFilter" type="checkbox" data-theme="c" name="chkSD" id="chkSD" data-filter="IsHD" data-mini="true">
|
||||
<input class="chkSDFilter" type="checkbox" name="chkSD" id="chkSD" data-filter="IsHD" data-mini="true">
|
||||
<label for="chkSD">SD</label>
|
||||
</fieldset>
|
||||
|
||||
|
@ -143,7 +143,7 @@
|
|||
<strong>Features:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="chkFeatureFilter" type="checkbox" data-theme="c" name="chkSubtitle" id="chkSubtitle" data-mini="true">
|
||||
<input class="chkFeatureFilter" type="checkbox" name="chkSubtitle" id="chkSubtitle" data-mini="true">
|
||||
<label for="chkSubtitle">Subtitles</label>
|
||||
</fieldset>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="gameGenresPage" data-role="page" class="page libraryPage listPage" data-theme="a" data-view="games">
|
||||
<div id="gameGenresPage" data-role="page" class="page libraryPage listPage" data-theme="b" data-view="games">
|
||||
<div class="libraryViewNav">
|
||||
<a href="gamesrecommended.html">Suggested</a>
|
||||
<a href="games.html">Games</a>
|
||||
|
@ -24,7 +24,7 @@
|
|||
</div>
|
||||
<div id="items" class="itemsContainer"></div>
|
||||
</div>
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
|
||||
<form>
|
||||
<fieldset data-role="controlgroup">
|
||||
|
@ -32,7 +32,7 @@
|
|||
<strong>Sort By:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortBy defaultSort" data-theme="c" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||
<input class="radioSortBy defaultSort" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||
<label for="radioSortName">Name</label>
|
||||
</fieldset>
|
||||
|
||||
|
@ -41,27 +41,27 @@
|
|||
<strong>Sort Order:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<label for="radioAscending">Ascending</label>
|
||||
|
||||
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<label for="radioDescending">Descending</label>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
<form>
|
||||
<fieldset data-role="controlgroup">
|
||||
<legend>
|
||||
<strong>Filters:</strong>
|
||||
</legend>
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-theme="c" data-filter="IsFavorite" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-filter="IsFavorite" data-mini="true">
|
||||
<label for="chkIsFavorite">Favorite</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-theme="c" data-filter="Likes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-filter="Likes" data-mini="true">
|
||||
<label for="chkLikes">Likes</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-theme="c" data-filter="Dislikes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-filter="Dislikes" data-mini="true">
|
||||
<label for="chkDislikes">Dislikes</label>
|
||||
</fieldset>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="gamesPage" data-role="page" class="page libraryPage listPage" data-theme="a" data-view="games">
|
||||
<div id="gamesPage" data-role="page" class="page libraryPage listPage" data-theme="b" data-view="games">
|
||||
<div class="libraryViewNav">
|
||||
<a href="gamesrecommended.html">Suggested</a>
|
||||
<a href="games.html" class="ui-btn-active">Games</a>
|
||||
|
@ -28,7 +28,7 @@
|
|||
<div id="items" class="itemsContainer"></div>
|
||||
|
||||
</div>
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
|
||||
<form>
|
||||
<fieldset data-role="controlgroup">
|
||||
|
@ -36,22 +36,22 @@
|
|||
<strong>Sort By:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortBy defaultSort" data-theme="c" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||
<input class="radioSortBy defaultSort" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||
<label for="radioSortName">Name</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioCommunityRating" value="off" data-sortby="CommunityRating" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioCommunityRating" value="off" data-sortby="CommunityRating" data-mini="true">
|
||||
<label for="radioCommunityRating">Community Rating</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioDateCreated" value="off" data-sortby="DateCreated" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioDateCreated" value="off" data-sortby="DateCreated" data-mini="true">
|
||||
<label for="radioDateCreated">Date Added</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioDatePlayed" value="off" data-sortby="DatePlayed" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioDatePlayed" value="off" data-sortby="DatePlayed" data-mini="true">
|
||||
<label for="radioDatePlayed">Date Played</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioContentRating" value="off" data-sortby="OfficialRating" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioContentRating" value="off" data-sortby="OfficialRating" data-mini="true">
|
||||
<label for="radioContentRating">Parental Rating</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioPremiereDate" value="off" data-sortby="PremiereDate" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioPremiereDate" value="off" data-sortby="PremiereDate" data-mini="true">
|
||||
<label for="radioPremiereDate">Release Date</label>
|
||||
</fieldset>
|
||||
|
||||
|
@ -60,33 +60,33 @@
|
|||
<strong>Sort Order:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<label for="radioAscending">Ascending</label>
|
||||
|
||||
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<label for="radioDescending">Descending</label>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
<form>
|
||||
<fieldset data-role="controlgroup">
|
||||
<legend>
|
||||
<strong>Filters:</strong>
|
||||
</legend>
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkPlayed" id="chkPlayed" data-theme="c" data-filter="IsPlayed" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkPlayed" id="chkPlayed" data-filter="IsPlayed" data-mini="true">
|
||||
<label for="chkPlayed">Played</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkUnplayed" id="chkUnplayed" data-theme="c" data-filter="IsUnPlayed" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkUnplayed" id="chkUnplayed" data-filter="IsUnPlayed" data-mini="true">
|
||||
<label for="chkUnplayed">Unplayed</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-theme="c" data-filter="IsFavorite" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-filter="IsFavorite" data-mini="true">
|
||||
<label for="chkIsFavorite">Favorite</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-theme="c" data-filter="Likes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-filter="Likes" data-mini="true">
|
||||
<label for="chkLikes">Likes</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-theme="c" data-filter="Dislikes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-filter="Dislikes" data-mini="true">
|
||||
<label for="chkDislikes">Dislikes</label>
|
||||
</fieldset>
|
||||
|
||||
|
@ -95,16 +95,16 @@
|
|||
<strong>Players:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioPlayers" data-theme="c" type="radio" name="radioPlayers" id="radioAll" value="on" checked="checked" data-value="all" data-mini="true">
|
||||
<input class="radioPlayers" type="radio" name="radioPlayers" id="radioAll" value="on" checked="checked" data-value="all" data-mini="true">
|
||||
<label for="radioAll">Any</label>
|
||||
|
||||
<input class="radioPlayers" data-theme="c" type="radio" name="radioPlayers" id="radioTwo" value="off" data-value="2" data-mini="true">
|
||||
<input class="radioPlayers" type="radio" name="radioPlayers" id="radioTwo" value="off" data-value="2" data-mini="true">
|
||||
<label for="radioTwo">2+</label>
|
||||
|
||||
<input class="radioPlayers" data-theme="c" type="radio" name="radioPlayers" id="radioThree" value="off" data-value="3" data-mini="true">
|
||||
<input class="radioPlayers" type="radio" name="radioPlayers" id="radioThree" value="off" data-value="3" data-mini="true">
|
||||
<label for="radioThree">3+</label>
|
||||
|
||||
<input class="radioPlayers" data-theme="c" type="radio" name="radioPlayers" id="radioFour" value="off" data-value="4" data-mini="true">
|
||||
<input class="radioPlayers" type="radio" name="radioPlayers" id="radioFour" value="off" data-value="4" data-mini="true">
|
||||
<label for="radioFour">4+</label>
|
||||
</fieldset>
|
||||
|
||||
|
@ -113,13 +113,13 @@
|
|||
<strong>Features:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="chkFeatureFilter" type="checkbox" data-theme="c" name="chkTrailer" id="chkTrailer" data-mini="true">
|
||||
<input class="chkFeatureFilter" type="checkbox" name="chkTrailer" id="chkTrailer" data-mini="true">
|
||||
<label for="chkTrailer">Trailer</label>
|
||||
|
||||
<input class="chkFeatureFilter" type="checkbox" data-theme="c" name="chkThemeSong" id="chkThemeSong" data-mini="true">
|
||||
<input class="chkFeatureFilter" type="checkbox" name="chkThemeSong" id="chkThemeSong" data-mini="true">
|
||||
<label for="chkThemeSong">Theme song</label>
|
||||
|
||||
<input class="chkFeatureFilter" type="checkbox" data-theme="c" name="chkThemeVideo" id="chkThemeVideo" data-mini="true">
|
||||
<input class="chkFeatureFilter" type="checkbox" name="chkThemeVideo" id="chkThemeVideo" data-mini="true">
|
||||
<label for="chkThemeVideo">Theme video</label>
|
||||
|
||||
</fieldset>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="gamesRecommendedPage" data-role="page" class="page libraryPage" data-theme="a" data-view="games">
|
||||
<div id="gamesRecommendedPage" data-role="page" class="page libraryPage" data-theme="b" data-view="games">
|
||||
<div class="libraryViewNav">
|
||||
<a href="gamesrecommended.html" class="ui-btn-active">Suggested</a>
|
||||
<a href="games.html">Games</a>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="gameStudiosPage" data-role="page" class="page libraryPage listPage" data-theme="a" data-view="games">
|
||||
<div id="gameStudiosPage" data-role="page" class="page libraryPage listPage" data-theme="b" data-view="games">
|
||||
<div class="libraryViewNav">
|
||||
<a href="gamesrecommended.html">Suggested</a>
|
||||
<a href="games.html">Games</a>
|
||||
|
@ -24,7 +24,7 @@
|
|||
</div>
|
||||
<div id="items" class="itemsContainer"></div>
|
||||
</div>
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
|
||||
<form>
|
||||
<fieldset data-role="controlgroup">
|
||||
|
@ -32,7 +32,7 @@
|
|||
<strong>Sort By:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortBy defaultSort" data-theme="c" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||
<input class="radioSortBy defaultSort" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||
<label for="radioSortName">Name</label>
|
||||
</fieldset>
|
||||
|
||||
|
@ -41,27 +41,27 @@
|
|||
<strong>Sort Order:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<label for="radioAscending">Ascending</label>
|
||||
|
||||
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<label for="radioDescending">Descending</label>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
<form>
|
||||
<fieldset data-role="controlgroup">
|
||||
<legend>
|
||||
<strong>Filters:</strong>
|
||||
</legend>
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-theme="c" data-filter="IsFavorite" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-filter="IsFavorite" data-mini="true">
|
||||
<label for="chkIsFavorite">Favorite</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-theme="c" data-filter="Likes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-filter="Likes" data-mini="true">
|
||||
<label for="chkLikes">Likes</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-theme="c" data-filter="Dislikes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-filter="Dislikes" data-mini="true">
|
||||
<label for="chkDislikes">Dislikes</label>
|
||||
</fieldset>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="gamesystemsPage" data-role="page" class="page libraryPage" data-theme="a" data-view="games">
|
||||
<div id="gamesystemsPage" data-role="page" class="page libraryPage" data-theme="b" data-view="games">
|
||||
<div class="libraryViewNav">
|
||||
<a href="gamesrecommended.html">Suggested</a>
|
||||
<a href="games.html">Games</a>
|
||||
|
@ -24,7 +24,7 @@
|
|||
</div>
|
||||
<div id="items" class="itemsContainer"></div>
|
||||
</div>
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
|
||||
<form>
|
||||
<div id="sortpanel">
|
||||
|
@ -33,13 +33,13 @@
|
|||
<h3>Sort By:</h3>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortBy defaultSort" data-theme="c" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName">
|
||||
<input class="radioSortBy defaultSort" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName">
|
||||
<label for="radioSortName">Name</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioCommunityRating" value="off" data-sortby="CommunityRating">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioCommunityRating" value="off" data-sortby="CommunityRating">
|
||||
<label for="radioCommunityRating">Community Rating</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioDateCreated" value="off" data-sortby="DateCreated">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioDateCreated" value="off" data-sortby="DateCreated">
|
||||
<label for="radioDateCreated">Date Added</label>
|
||||
</fieldset>
|
||||
|
||||
|
@ -48,28 +48,28 @@
|
|||
<h3>Sort Order:</h3>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending">
|
||||
<label for="radioAscending">Ascending</label>
|
||||
|
||||
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending">
|
||||
<input class="radioSortOrder" 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">
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="a" 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">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-filter="IsFavorite">
|
||||
<label for="chkIsFavorite">Favorite</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-theme="c" data-filter="Likes">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-filter="Likes">
|
||||
<label for="chkLikes">Likes</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-theme="c" data-filter="Dislikes">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-filter="Dislikes">
|
||||
<label for="chkDislikes">Dislikes</label>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="indexPage" data-role="page" class="page type-home libraryPage" data-theme="a">
|
||||
<div id="indexPage" data-role="page" class="page type-home libraryPage" data-theme="b">
|
||||
<div data-role="content">
|
||||
|
||||
<table class="ehsContent">
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="itemByNameDetailPage" data-role="page" class="page libraryPage" data-theme="a">
|
||||
<div id="itemByNameDetailPage" data-role="page" class="page libraryPage" data-theme="b">
|
||||
<div id="movieGenreTabs" class="itemTabs" style="display: none;">
|
||||
<div class="libraryViewNav">
|
||||
<a href="moviesrecommended.html">Suggested</a>
|
||||
|
@ -142,10 +142,10 @@
|
|||
<button id="btnPlay" type="button" data-icon="play" data-inline="true" data-mini="true">Play</button>
|
||||
</span>
|
||||
<span>
|
||||
<button id="btnRemote" type="button" data-icon="hand-up" data-inline="true" data-mini="true">Remote</button>
|
||||
<button id="btnRemote" type="button" data-icon="remote" data-inline="true" data-mini="true">Remote</button>
|
||||
</span>
|
||||
<span id="editButtonContainer" style="display: none;">
|
||||
<button id="btnEdit" type="button" data-icon="pencil" data-inline="true" data-mini="true">Edit</button>
|
||||
<button id="btnEdit" type="button" data-icon="edit" data-inline="true" data-mini="true">Edit</button>
|
||||
</span>
|
||||
</div>
|
||||
<div data-role="content">
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="itemDetailPage" data-role="page" class="page libraryPage" data-theme="a">
|
||||
<div id="itemDetailPage" data-role="page" class="page libraryPage" data-theme="b">
|
||||
<div id="movieTabs" class="itemTabs" style="display: none;">
|
||||
<div class="libraryViewNav">
|
||||
<a href="moviesrecommended.html">Suggested</a>
|
||||
|
@ -145,10 +145,10 @@
|
|||
<a id="btnPlayExternal" data-role="button" data-icon="play" data-inline="true" data-mini="true" href="#" target="_blank">Play</a>
|
||||
</span>
|
||||
<span>
|
||||
<button id="btnRemote" type="button" data-icon="hand-up" data-inline="true" data-mini="true">Remote</button>
|
||||
<button id="btnRemote" type="button" data-icon="remote" data-inline="true" data-mini="true">Remote</button>
|
||||
</span>
|
||||
<span id="editButtonContainer" style="display: none;">
|
||||
<button id="btnEdit" type="button" data-icon="pencil" data-inline="true" data-mini="true">Edit</button>
|
||||
<button id="btnEdit" type="button" data-icon="edit" data-inline="true" data-mini="true">Edit</button>
|
||||
</span>
|
||||
</div>
|
||||
<div data-role="content">
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="itemGalleryPage" data-role="page" class="page libraryPage" data-theme="a">
|
||||
<div id="itemGalleryPage" data-role="page" class="page libraryPage" data-theme="b">
|
||||
<div class="parentName" style="display: none;">
|
||||
</div>
|
||||
<div data-role="content">
|
||||
|
|
|
@ -4,14 +4,14 @@
|
|||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="itemListPage" data-role="page" class="page libraryPage folderListPage" data-theme="a">
|
||||
<div id="itemListPage" data-role="page" class="page libraryPage folderListPage" data-theme="b">
|
||||
<div class="alphabetPicker">
|
||||
</div>
|
||||
<div data-role="content" class="itemListContent">
|
||||
|
||||
<h1 class="listHeader" style="margin: 0; text-align: center;"><span id="itemName"></span>
|
||||
<span id="editButtonContainer" style="display: none; margin-left: .5em;">
|
||||
<button id="btnEdit" type="button" data-icon="pencil" data-inline="true" data-mini="true" data-theme="a">Edit</button>
|
||||
<button id="btnEdit" type="button" data-icon="edit" data-inline="true" data-mini="true">Edit</button>
|
||||
</span>
|
||||
</h1>
|
||||
<div class="viewSettings">
|
||||
|
@ -31,7 +31,7 @@
|
|||
</div>
|
||||
<div id="items" class="itemsContainer"></div>
|
||||
</div>
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
|
||||
<form>
|
||||
<fieldset data-role="controlgroup">
|
||||
|
@ -39,28 +39,28 @@
|
|||
<strong>Sort By:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortBy defaultSort" data-theme="c" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||
<input class="radioSortBy defaultSort" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||
<label for="radioSortName">Name</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioCommunityRating" value="off" data-sortby="CommunityRating" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioCommunityRating" value="off" data-sortby="CommunityRating" data-mini="true">
|
||||
<label for="radioCommunityRating">Community Rating</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioDateCreated" value="off" data-sortby="DateCreated" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioDateCreated" value="off" data-sortby="DateCreated" data-mini="true">
|
||||
<label for="radioDateCreated">Date Added</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioDatePlayed" value="off" data-sortby="DatePlayed" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioDatePlayed" value="off" data-sortby="DatePlayed" data-mini="true">
|
||||
<label for="radioDatePlayed">Date Played</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioContentRating" value="off" data-sortby="OfficialRating" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioContentRating" value="off" data-sortby="OfficialRating" data-mini="true">
|
||||
<label for="radioContentRating">Parental Rating</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioPremiereDate" value="off" data-sortby="PremiereDate" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioPremiereDate" value="off" data-sortby="PremiereDate" data-mini="true">
|
||||
<label for="radioPremiereDate">Release Date</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioRuntime" value="off" data-sortby="Runtime" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioRuntime" value="off" data-sortby="Runtime" data-mini="true">
|
||||
<label for="radioRuntime">Runtime</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioIsFolder" value="off" data-sortby="IsFolder,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioIsFolder" value="off" data-sortby="IsFolder,SortName" data-mini="true">
|
||||
<label for="radioIsFolder">Folders</label>
|
||||
</fieldset>
|
||||
|
||||
|
@ -69,36 +69,36 @@
|
|||
<strong>Sort Order:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<label for="radioAscending">Ascending</label>
|
||||
|
||||
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<label for="radioDescending">Descending</label>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
<form>
|
||||
<fieldset data-role="controlgroup">
|
||||
<legend>
|
||||
<strong>Filters:</strong>
|
||||
</legend>
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkPlayed" id="chkPlayed" data-theme="c" data-filter="IsPlayed" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkPlayed" id="chkPlayed" data-filter="IsPlayed" data-mini="true">
|
||||
<label for="chkPlayed">Played</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkUnplayed" id="chkUnplayed" data-theme="c" data-filter="IsUnPlayed" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkUnplayed" id="chkUnplayed" data-filter="IsUnPlayed" data-mini="true">
|
||||
<label for="chkUnplayed">Unplayed</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkResumable" id="chkResumable" data-theme="c" data-filter="IsResumable" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkResumable" id="chkResumable" data-filter="IsResumable" data-mini="true">
|
||||
<label for="chkResumable">Resumable</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-theme="c" data-filter="IsFavorite" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-filter="IsFavorite" data-mini="true">
|
||||
<label for="chkIsFavorite">Favorite</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-theme="c" data-filter="Likes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-filter="Likes" data-mini="true">
|
||||
<label for="chkLikes">Likes</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-theme="c" data-filter="Dislikes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-filter="Dislikes" data-mini="true">
|
||||
<label for="chkDislikes">Dislikes</label>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
|
@ -36,13 +36,13 @@
|
|||
<p>Configure <b>images</b> and <b>sort orders</b> by <a href="itemlist.html">browsing and editing.</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div data-role="popup" id="popupEnterText" class="ui-corner-all popup">
|
||||
<div data-role="popup" id="popupEnterText" class="popup">
|
||||
|
||||
<div class="ui-corner-top ui-bar-a" style="text-align: center; padding: 0 20px;">
|
||||
<div class="ui-bar-a" style="text-align: center; padding: 0 20px;">
|
||||
<h3>Rename</h3>
|
||||
</div>
|
||||
|
||||
<div data-role="content" class="ui-corner-bottom ui-content">
|
||||
<div data-role="content">
|
||||
<form id="textEntryForm">
|
||||
<p>
|
||||
<label id="lblValue" for="txtValue">New name:</label>
|
||||
|
@ -59,7 +59,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
<button type="submit" data-theme="b" data-icon="ok">
|
||||
<button type="submit" data-theme="b" data-icon="check">
|
||||
Ok
|
||||
</button>
|
||||
<button type="button" data-icon="delete" onclick="$(this).parents('.popup').popup('close');">
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<div style="display: inline-block; width: 92%;">
|
||||
<input type="text" id="txtItemsByNamePath" name="txtItemsByNamePath" data-mini="true" />
|
||||
</div>
|
||||
<button id="btnSelectIBNPath" type="button" data-icon="folder-close" data-iconpos="notext" data-inline="true">Select Directory</button>
|
||||
<button id="btnSelectIBNPath" type="button" data-icon="search" data-iconpos="notext" data-inline="true">Select Directory</button>
|
||||
<div class="fieldDescription">
|
||||
Supply a custom path for images by name. MB server must have write access to this folder.
|
||||
</div>
|
||||
|
@ -38,7 +38,7 @@
|
|||
<input type="text" id="txtSeasonZeroName" name="txtSeasonZeroName" required="required" data-mini="true" />
|
||||
</li>
|
||||
<li>
|
||||
<button type="submit" data-theme="b" data-icon="ok" data-mini="true">
|
||||
<button type="submit" data-theme="b" data-icon="check" data-mini="true">
|
||||
Save
|
||||
</button>
|
||||
<button type="button" onclick="Dashboard.navigate('dashboard.html');" data-icon="delete" data-mini="true">
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="liveTvChannelPage" data-role="page" class="page libraryPage" data-theme="a" data-view="livetv">
|
||||
<div id="liveTvChannelPage" data-role="page" class="page libraryPage" data-theme="b" data-view="livetv">
|
||||
<div class="libraryViewNav">
|
||||
<a href="livetvguide.html">Guide</a>
|
||||
<a href="livetvchannels.html" class="ui-btn-active">Channels</a>
|
||||
|
@ -31,10 +31,10 @@
|
|||
<button id="btnPlay" type="button" data-icon="play" data-inline="true" data-mini="true">Play</button>
|
||||
</span>
|
||||
<span>
|
||||
<button id="btnRemote" type="button" data-icon="hand-up" data-inline="true" data-mini="true">Remote</button>
|
||||
<button id="btnRemote" type="button" data-icon="remote" data-inline="true" data-mini="true">Remote</button>
|
||||
</span>
|
||||
<span id="editButtonContainer" style="display: none;">
|
||||
<button id="btnEdit" type="button" data-icon="pencil" data-inline="true" data-mini="true">Edit</button>
|
||||
<button id="btnEdit" type="button" data-icon="edit" data-inline="true" data-mini="true">Edit</button>
|
||||
</span>
|
||||
</div>
|
||||
<div data-role="content">
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="liveTvChannelsPage" data-role="page" class="page libraryPage" data-theme="a" data-view="livetv">
|
||||
<div id="liveTvChannelsPage" data-role="page" class="page libraryPage" data-theme="b" data-view="livetv">
|
||||
<div class="libraryViewNav">
|
||||
<a href="livetvguide.html">Guide</a>
|
||||
<a href="livetvchannels.html" class="ui-btn-active">Channels</a>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="liveTvGuidePage" data-role="page" class="page libraryPage" data-theme="a" data-view="livetv">
|
||||
<div id="liveTvGuidePage" data-role="page" class="page libraryPage" data-theme="b" data-view="livetv">
|
||||
<div class="libraryViewNav">
|
||||
<a href="livetvguide.html" class="ui-btn-active">Guide</a>
|
||||
<a href="livetvchannels.html">Channels</a>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="liveTvNewRecordingPage" data-role="page" class="page libraryPage" data-theme="a" data-view="livetv">
|
||||
<div id="liveTvNewRecordingPage" data-role="page" class="page libraryPage" data-theme="b" data-view="livetv">
|
||||
<div class="libraryViewNav">
|
||||
<a href="livetvguide.html">Guide</a>
|
||||
<a href="livetvchannels.html">Channels</a>
|
||||
|
@ -105,7 +105,7 @@
|
|||
<br />
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li>
|
||||
<button type="submit" data-theme="b" data-icon="ok" data-mini="true">
|
||||
<button type="submit" data-theme="b" data-icon="check" data-mini="true">
|
||||
Record
|
||||
</button>
|
||||
<button id="btnCancel" type="button" data-icon="delete" data-mini="true">
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="liveTvProgramPage" data-role="page" class="page libraryPage" data-theme="a" data-view="livetv">
|
||||
<div id="liveTvProgramPage" data-role="page" class="page libraryPage" data-theme="b" data-view="livetv">
|
||||
<div class="libraryViewNav">
|
||||
<a href="livetvguide.html">Guide</a>
|
||||
<a href="livetvchannels.html" class="ui-btn-active">Channels</a>
|
||||
|
@ -38,10 +38,10 @@
|
|||
</div>
|
||||
<div class="detailButtonsContainer">
|
||||
<span id="recordButtonContainer" style="display: none;">
|
||||
<button id="btnRecord" type="button" data-icon="facetime-video" data-inline="true" data-mini="true">Record</button>
|
||||
<button id="btnRecord" type="button" data-icon="video" data-inline="true" data-mini="true">Record</button>
|
||||
</span>
|
||||
<span>
|
||||
<button id="btnRemote" type="button" data-icon="hand-up" data-inline="true" data-mini="true">Remote</button>
|
||||
<button id="btnRemote" type="button" data-icon="remote" data-inline="true" data-mini="true">Remote</button>
|
||||
</span>
|
||||
</div>
|
||||
<div data-role="content">
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="liveTvRecordingPage" data-role="page" class="page libraryPage" data-theme="a" data-view="livetv">
|
||||
<div id="liveTvRecordingPage" data-role="page" class="page libraryPage" data-theme="b" data-view="livetv">
|
||||
<div class="libraryViewNav">
|
||||
<a href="livetvguide.html">Guide</a>
|
||||
<a href="livetvchannels.html">Channels</a>
|
||||
|
@ -41,7 +41,7 @@
|
|||
<button id="btnPlay" type="button" data-icon="play" data-inline="true" data-mini="true">Play</button>
|
||||
</span>
|
||||
<span>
|
||||
<button id="btnRemote" type="button" data-icon="hand-up" data-inline="true" data-mini="true">Remote</button>
|
||||
<button id="btnRemote" type="button" data-icon="remote" data-inline="true" data-mini="true">Remote</button>
|
||||
</span>
|
||||
<span id="deleteButtonContainer" style="display: none;">
|
||||
<button id="btnDelete" type="button" data-icon="delete" data-inline="true" data-mini="true">Delete</button>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="liveTvRecordingsPage" data-role="page" class="page libraryPage" data-theme="a" data-view="livetv">
|
||||
<div id="liveTvRecordingsPage" data-role="page" class="page libraryPage" data-theme="b" data-view="livetv">
|
||||
<div class="libraryViewNav">
|
||||
<a href="livetvguide.html">Guide</a>
|
||||
<a href="livetvchannels.html">Channels</a>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="liveTvSeriesTimerPage" data-role="page" class="page libraryPage" data-theme="a" data-view="livetv">
|
||||
<div id="liveTvSeriesTimerPage" data-role="page" class="page libraryPage" data-theme="b" data-view="livetv">
|
||||
<div class="libraryViewNav">
|
||||
<a href="livetvguide.html">Guide</a>
|
||||
<a href="livetvchannels.html">Channels</a>
|
||||
|
@ -97,7 +97,7 @@
|
|||
<br />
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li>
|
||||
<button type="submit" data-theme="b" data-icon="ok" data-mini="true">
|
||||
<button type="submit" data-theme="b" data-icon="check" data-mini="true">
|
||||
Save
|
||||
</button>
|
||||
<button type="button" onclick="history.back();" data-icon="delete" data-mini="true">
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="liveTvSeriesTimersPage" data-role="page" class="page libraryPage" data-theme="a" data-view="livetv">
|
||||
<div id="liveTvSeriesTimersPage" data-role="page" class="page libraryPage" data-theme="b" data-view="livetv">
|
||||
<div class="libraryViewNav">
|
||||
<a href="livetvguide.html">Guide</a>
|
||||
<a href="livetvchannels.html">Channels</a>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="liveTvTimerPage" data-role="page" class="page libraryPage" data-theme="a" data-view="livetv">
|
||||
<div id="liveTvTimerPage" data-role="page" class="page libraryPage" data-theme="b" data-view="livetv">
|
||||
<div class="libraryViewNav">
|
||||
<a href="livetvguide.html">Guide</a>
|
||||
<a href="livetvchannels.html">Channels</a>
|
||||
|
@ -62,7 +62,7 @@
|
|||
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li>
|
||||
<button type="submit" data-theme="b" data-icon="ok" data-mini="true">
|
||||
<button type="submit" data-theme="b" data-icon="check" data-mini="true">
|
||||
Save
|
||||
</button>
|
||||
<button type="button" onclick="Dashboard.navigate('livetvtimers.html');" data-icon="delete" data-mini="true">
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="liveTvTimersPage" data-role="page" class="page libraryPage" data-theme="a" data-view="livetv">
|
||||
<div id="liveTvTimersPage" data-role="page" class="page libraryPage" data-theme="b" data-view="livetv">
|
||||
<div class="libraryViewNav">
|
||||
<a href="livetvguide.html">Guide</a>
|
||||
<a href="livetvchannels.html">Channels</a>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<input type="password" name="txtManualPassword" id="txtManualPassword" placeholder="password" />
|
||||
|
||||
<p>
|
||||
<button type="submit" data-theme="b" data-icon="ok">
|
||||
<button type="submit" data-theme="b" data-icon="check">
|
||||
Sign in
|
||||
</button>
|
||||
</p>
|
||||
|
@ -31,17 +31,17 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div data-role="popup" id="popupLogin" class="ui-corner-all popup">
|
||||
<div data-role="popup" id="popupLogin" class="popup">
|
||||
<form class="loginForm">
|
||||
<div class="ui-corner-top ui-bar-a" style="text-align: center;">
|
||||
<div class="ui-bar-a" style="text-align: center;">
|
||||
<h3>Please sign in</h3>
|
||||
</div>
|
||||
<div data-role="content" class="ui-corner-bottom ui-content">
|
||||
<div data-role="content">
|
||||
<label for="pw" class="ui-hidden-accessible">Password:</label>
|
||||
<input type="password" name="pw" id="pw" value="" placeholder="password" />
|
||||
|
||||
<p>
|
||||
<button type="submit" data-theme="b" data-icon="ok">
|
||||
<button type="submit" data-theme="b" data-icon="check">
|
||||
Sign in
|
||||
</button>
|
||||
<button type="button" data-icon="delete" onclick="$(this).parents('.popup').popup('close');">
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
<select name="selectCountry" id="selectCountry" data-mini="true" required="required"></select>
|
||||
</li>
|
||||
<li>
|
||||
<button type="submit" data-theme="b" data-icon="ok" data-mini="true">
|
||||
<button type="submit" data-theme="b" data-icon="check" data-mini="true">
|
||||
Save
|
||||
</button>
|
||||
<button type="button" onclick="Dashboard.navigate('dashboard.html');" data-icon="delete" data-mini="true">
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<button type="submit" data-theme="b" data-icon="ok" data-mini="true">
|
||||
<button type="submit" data-theme="b" data-icon="check" data-mini="true">
|
||||
Save
|
||||
</button>
|
||||
<button type="button" onclick="Dashboard.navigate('dashboard.html');" data-icon="delete" data-mini="true">
|
||||
|
|
|
@ -135,7 +135,7 @@
|
|||
<br />
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li>
|
||||
<button type="submit" data-theme="b" data-icon="ok" data-mini="true">
|
||||
<button type="submit" data-theme="b" data-icon="check" data-mini="true">
|
||||
Save
|
||||
</button>
|
||||
<button type="button" onclick="Dashboard.navigate('dashboard.html');" data-icon="delete" data-mini="true">
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="movieGenresPage" data-role="page" class="page libraryPage" data-theme="a" data-view="movies">
|
||||
<div id="movieGenresPage" data-role="page" class="page libraryPage" data-theme="b" data-view="movies">
|
||||
|
||||
<div class="libraryViewNav">
|
||||
<a href="moviesrecommended.html">Suggested</a>
|
||||
|
@ -28,7 +28,7 @@
|
|||
</div>
|
||||
<div id="items" class="itemsContainer"></div>
|
||||
</div>
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
|
||||
<form>
|
||||
<fieldset data-role="controlgroup">
|
||||
|
@ -36,13 +36,13 @@
|
|||
<strong>Sort By:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortBy defaultSort" data-theme="c" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||
<input class="radioSortBy defaultSort" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||
<label for="radioSortName">Name</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioMovieCount" value="on" checked="checked" data-sortby="MovieCount,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioMovieCount" value="on" checked="checked" data-sortby="MovieCount,SortName" data-mini="true">
|
||||
<label for="radioMovieCount">Movie count</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioTrailerCount" value="on" checked="checked" data-sortby="TrailerCount,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioTrailerCount" value="on" checked="checked" data-sortby="TrailerCount,SortName" data-mini="true">
|
||||
<label for="radioTrailerCount">Trailer count</label>
|
||||
</fieldset>
|
||||
|
||||
|
@ -51,27 +51,27 @@
|
|||
<strong>Sort Order:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<label for="radioAscending">Ascending</label>
|
||||
|
||||
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<label for="radioDescending">Descending</label>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
<form>
|
||||
<fieldset data-role="controlgroup">
|
||||
<legend>
|
||||
<strong>Filters:</strong>
|
||||
</legend>
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-theme="c" data-filter="IsFavorite" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-filter="IsFavorite" data-mini="true">
|
||||
<label for="chkIsFavorite">Favorite</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-theme="c" data-filter="Likes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-filter="Likes" data-mini="true">
|
||||
<label for="chkLikes">Likes</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-theme="c" data-filter="Dislikes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-filter="Dislikes" data-mini="true">
|
||||
<label for="chkDislikes">Dislikes</label>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="moviePeoplePage" data-role="page" class="page libraryPage" data-theme="a" data-view="movies">
|
||||
<div id="moviePeoplePage" data-role="page" class="page libraryPage" data-theme="b" data-view="movies">
|
||||
|
||||
<div class="libraryViewNav">
|
||||
<a href="moviesrecommended.html">Suggested</a>
|
||||
|
@ -30,7 +30,7 @@
|
|||
</div>
|
||||
<div id="items" class="itemsContainer"></div>
|
||||
</div>
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
|
||||
<form>
|
||||
<fieldset data-role="controlgroup">
|
||||
|
@ -38,13 +38,13 @@
|
|||
<strong>Sort By:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortBy defaultSort" data-theme="c" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||
<input class="radioSortBy defaultSort" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||
<label for="radioSortName">Name</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioMovieCount" value="on" checked="checked" data-sortby="MovieCount,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioMovieCount" value="on" checked="checked" data-sortby="MovieCount,SortName" data-mini="true">
|
||||
<label for="radioMovieCount">Movie count</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioTrailerCount" value="on" checked="checked" data-sortby="TrailerCount,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioTrailerCount" value="on" checked="checked" data-sortby="TrailerCount,SortName" data-mini="true">
|
||||
<label for="radioTrailerCount">Trailer count</label>
|
||||
</fieldset>
|
||||
|
||||
|
@ -53,43 +53,43 @@
|
|||
<strong>Sort Order:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<label for="radioAscending">Ascending</label>
|
||||
|
||||
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<label for="radioDescending">Descending</label>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
<form>
|
||||
<fieldset data-role="controlgroup">
|
||||
<legend>
|
||||
<strong>Filters:</strong>
|
||||
</legend>
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-theme="c" data-filter="IsFavorite" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-filter="IsFavorite" data-mini="true">
|
||||
<label for="chkIsFavorite">Favorite</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-theme="c" data-filter="Likes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-filter="Likes" data-mini="true">
|
||||
<label for="chkLikes">Likes</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-theme="c" data-filter="Dislikes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-filter="Dislikes" data-mini="true">
|
||||
<label for="chkDislikes">Dislikes</label>
|
||||
</fieldset>
|
||||
<fieldset data-role="controlgroup">
|
||||
<legend>
|
||||
<strong>Person Types:</strong>
|
||||
</legend>
|
||||
<input class="chkPersonTypeFilter" type="checkbox" name="chkActor" id="chkActor" data-theme="c" data-filter="Actor" data-mini="true">
|
||||
<input class="chkPersonTypeFilter" type="checkbox" name="chkActor" id="chkActor" data-filter="Actor" data-mini="true">
|
||||
<label for="chkActor">Actors</label>
|
||||
|
||||
<input class="chkPersonTypeFilter" type="checkbox" name="chkDirector" id="chkDirector" data-theme="c" data-filter="Director" data-mini="true">
|
||||
<input class="chkPersonTypeFilter" type="checkbox" name="chkDirector" id="chkDirector" data-filter="Director" data-mini="true">
|
||||
<label for="chkDirector">Directors</label>
|
||||
|
||||
<input class="chkPersonTypeFilter" type="checkbox" name="chkProducer" id="chkProducer" data-theme="c" data-filter="Producer" data-mini="true">
|
||||
<input class="chkPersonTypeFilter" type="checkbox" name="chkProducer" id="chkProducer" data-filter="Producer" data-mini="true">
|
||||
<label for="chkProducer">Producers</label>
|
||||
|
||||
<input class="chkPersonTypeFilter" type="checkbox" name="chkWriter" id="chkWriter" data-theme="c" data-filter="Writer" data-mini="true">
|
||||
<input class="chkPersonTypeFilter" type="checkbox" name="chkWriter" id="chkWriter" data-filter="Writer" data-mini="true">
|
||||
<label for="chkWriter">Writers</label>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="moviesPage" data-role="page" class="page libraryPage" data-theme="a" data-view="movies">
|
||||
<div id="moviesPage" data-role="page" class="page libraryPage" data-theme="b" data-view="movies">
|
||||
|
||||
<div class="libraryViewNav">
|
||||
<a href="moviesrecommended.html">Suggested</a>
|
||||
|
@ -37,7 +37,7 @@
|
|||
</div>
|
||||
<div id="items" class="itemsContainer"></div>
|
||||
</div>
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
|
||||
<form>
|
||||
<fieldset data-role="controlgroup">
|
||||
|
@ -45,40 +45,40 @@
|
|||
<strong>Sort By:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortBy defaultSort" type="radio" name="radioSortBy" data-theme="c" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||
<input class="radioSortBy defaultSort" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||
<label for="radioSortName">Name</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioBudget" value="off" data-sortby="Budget,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioBudget" value="off" data-sortby="Budget,SortName" data-mini="true">
|
||||
<label for="radioBudget">Budget</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioCommunityRating" value="off" data-sortby="CommunityRating,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioCommunityRating" value="off" data-sortby="CommunityRating,SortName" data-mini="true">
|
||||
<label for="radioCommunityRating">IMDb rating</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioCriticRating" value="off" data-sortby="CriticRating,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioCriticRating" value="off" data-sortby="CriticRating,SortName" data-mini="true">
|
||||
<label for="radioCriticRating">Critic rating</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioDateCreated" value="off" data-sortby="DateCreated,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioDateCreated" value="off" data-sortby="DateCreated,SortName" data-mini="true">
|
||||
<label for="radioDateCreated">Date added</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioDatePlayed" value="off" data-sortby="DatePlayed,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioDatePlayed" value="off" data-sortby="DatePlayed,SortName" data-mini="true">
|
||||
<label for="radioDatePlayed">Date played</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioContentRating" value="off" data-sortby="OfficialRating,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioContentRating" value="off" data-sortby="OfficialRating,SortName" data-mini="true">
|
||||
<label for="radioContentRating">Parental rating</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioPlayCount" value="off" data-sortby="PlayCount,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioPlayCount" value="off" data-sortby="PlayCount,SortName" data-mini="true">
|
||||
<label for="radioPlayCount">Play count</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioPremiereDate" value="off" data-sortby="PremiereDate,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioPremiereDate" value="off" data-sortby="PremiereDate,SortName" data-mini="true">
|
||||
<label for="radioPremiereDate">Release Date</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioRevenue" value="off" data-sortby="Revenue,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioRevenue" value="off" data-sortby="Revenue,SortName" data-mini="true">
|
||||
<label for="radioRevenue">Revenue</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioRuntime" value="off" data-sortby="Runtime,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioRuntime" value="off" data-sortby="Runtime,SortName" data-mini="true">
|
||||
<label for="radioRuntime">Runtime</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioVideoBitRate" value="off" data-sortby="VideoBitRate,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioVideoBitRate" value="off" data-sortby="VideoBitRate,SortName" data-mini="true">
|
||||
<label for="radioVideoBitRate">Video Bit rate</label>
|
||||
</fieldset>
|
||||
|
||||
|
@ -87,22 +87,22 @@
|
|||
<strong>Sort Order:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" data-theme="c" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<label for="radioAscending">Ascending</label>
|
||||
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" data-theme="c" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<label for="radioDescending">Descending</label>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<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;">
|
||||
<legend>Filters:</legend>
|
||||
<input type="radio" name="radioFilterTypes" id="radioBasicFilters" value="on" checked="checked" data-mini="true" data-theme="c">
|
||||
<input type="radio" name="radioFilterTypes" id="radioBasicFilters" value="on" checked="checked" data-mini="true">
|
||||
<label for="radioBasicFilters">Basic</label>
|
||||
<input type="radio" name="radioFilterTypes" id="radioAdvancedFilters" value="off" data-mini="true" data-theme="c">
|
||||
<input type="radio" name="radioFilterTypes" id="radioAdvancedFilters" value="off" data-mini="true">
|
||||
<label for="radioAdvancedFilters">Advanced</label>
|
||||
</fieldset>
|
||||
<div class="basicFilters">
|
||||
|
@ -110,22 +110,22 @@
|
|||
<legend>
|
||||
<strong>User Data:</strong>
|
||||
</legend>
|
||||
<input class="chkStandardFilter" type="checkbox" data-theme="c" name="chkPlayed" id="chkPlayed" data-filter="IsPlayed" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkPlayed" id="chkPlayed" data-filter="IsPlayed" data-mini="true">
|
||||
<label for="chkPlayed">Watched</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" data-theme="c" name="chkUnplayed" id="chkUnplayed" data-filter="IsUnPlayed" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkUnplayed" id="chkUnplayed" data-filter="IsUnPlayed" data-mini="true">
|
||||
<label for="chkUnplayed">Unwatched</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" data-theme="c" name="chkResumable" id="chkResumable" data-filter="IsResumable" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkResumable" id="chkResumable" data-filter="IsResumable" data-mini="true">
|
||||
<label for="chkResumable">Resumable</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" data-theme="c" name="chkIsFavorite" id="chkIsFavorite" data-filter="IsFavorite" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-filter="IsFavorite" data-mini="true">
|
||||
<label for="chkIsFavorite">Favorite</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" data-theme="c" name="chkLikes" id="chkLikes" data-filter="Likes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-filter="Likes" data-mini="true">
|
||||
<label for="chkLikes">Likes</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" data-theme="c" name="chkDislikes" id="chkDislikes" data-filter="Dislikes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-filter="Dislikes" data-mini="true">
|
||||
<label for="chkDislikes">Dislikes</label>
|
||||
</fieldset>
|
||||
<fieldset data-role="controlgroup">
|
||||
|
@ -133,22 +133,22 @@
|
|||
<strong>Type:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="chkVideoTypeFilter" type="checkbox" data-theme="c" name="chkBluray" id="chkBluray" data-filter="Bluray" data-mini="true">
|
||||
<input class="chkVideoTypeFilter" type="checkbox" name="chkBluray" id="chkBluray" data-filter="Bluray" data-mini="true">
|
||||
<label for="chkBluray">Bluray</label>
|
||||
|
||||
<input class="chkVideoTypeFilter" type="checkbox" data-theme="c" name="chkDvd" id="chkDvd" data-filter="Dvd" data-mini="true">
|
||||
<input class="chkVideoTypeFilter" type="checkbox" name="chkDvd" id="chkDvd" data-filter="Dvd" data-mini="true">
|
||||
<label for="chkDvd">Dvd</label>
|
||||
|
||||
<input class="chkVideoTypeFilter" type="checkbox" data-theme="c" name="chkIso" id="chkIso" data-filter="Iso" data-mini="true">
|
||||
<input class="chkVideoTypeFilter" type="checkbox" name="chkIso" id="chkIso" data-filter="Iso" data-mini="true">
|
||||
<label for="chkIso">Iso</label>
|
||||
|
||||
<input class="chkHDFilter" type="checkbox" data-theme="c" name="chkHD" id="chkHD" data-filter="IsHD" data-mini="true">
|
||||
<input class="chkHDFilter" type="checkbox" name="chkHD" id="chkHD" data-filter="IsHD" data-mini="true">
|
||||
<label for="chkHD">HD</label>
|
||||
|
||||
<input class="chkSDFilter" type="checkbox" data-theme="c" name="chkSD" id="chkSD" data-filter="IsHD" data-mini="true">
|
||||
<input class="chkSDFilter" type="checkbox" name="chkSD" id="chkSD" data-filter="IsHD" data-mini="true">
|
||||
<label for="chkSD">SD</label>
|
||||
|
||||
<input class="chk3DFilter" type="checkbox" data-theme="c" name="chk3D" id="chk3D" data-filter="Digital3D,Sbs3D" data-mini="true">
|
||||
<input class="chk3DFilter" type="checkbox" name="chk3D" id="chk3D" data-filter="Digital3D,Sbs3D" data-mini="true">
|
||||
<label for="chk3D">3D</label>
|
||||
</fieldset>
|
||||
</div>
|
||||
|
@ -160,16 +160,16 @@
|
|||
<strong>Management:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="chkMissingImdbId" type="checkbox" data-theme="c" name="chkMissingImdbId" id="chkMissingImdbId" data-mini="true">
|
||||
<input class="chkMissingImdbId" type="checkbox" name="chkMissingImdbId" id="chkMissingImdbId" data-mini="true">
|
||||
<label for="chkMissingImdbId">Missing IMDb Id</label>
|
||||
|
||||
<input class="chkMissingTmdbId" type="checkbox" data-theme="c" name="chkMissingTmdbId" id="chkMissingTmdbId" data-mini="true">
|
||||
<input class="chkMissingTmdbId" type="checkbox" name="chkMissingTmdbId" id="chkMissingTmdbId" data-mini="true">
|
||||
<label for="chkMissingTmdbId">Missing Tmdb Id</label>
|
||||
|
||||
<input class="chkMissingOverview" type="checkbox" data-theme="c" name="chkMissingOverview" id="chkMissingOverview" data-mini="true">
|
||||
<input class="chkMissingOverview" type="checkbox" name="chkMissingOverview" id="chkMissingOverview" data-mini="true">
|
||||
<label for="chkMissingOverview">Missing Overview</label>
|
||||
|
||||
<input class="chkYearMismatch" type="checkbox" data-theme="c" name="chkYearMismatch" id="chkYearMismatch" data-mini="true">
|
||||
<input class="chkYearMismatch" type="checkbox" name="chkYearMismatch" id="chkYearMismatch" data-mini="true">
|
||||
<label for="chkYearMismatch">File/Metadata Years Mismatched</label>
|
||||
|
||||
</fieldset>
|
||||
|
@ -179,19 +179,19 @@
|
|||
<strong>Features:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="chkFeatureFilter" type="checkbox" data-theme="c" name="chkSubtitle" id="chkSubtitle" data-mini="true">
|
||||
<input class="chkFeatureFilter" type="checkbox" name="chkSubtitle" id="chkSubtitle" data-mini="true">
|
||||
<label for="chkSubtitle">Subtitles</label>
|
||||
|
||||
<input class="chkFeatureFilter" type="checkbox" data-theme="c" name="chkTrailer" id="chkTrailer" data-mini="true">
|
||||
<input class="chkFeatureFilter" type="checkbox" name="chkTrailer" id="chkTrailer" data-mini="true">
|
||||
<label for="chkTrailer">Trailer</label>
|
||||
|
||||
<input class="chkFeatureFilter" type="checkbox" data-theme="c" name="chkSpecialFeature" id="chkSpecialFeature" data-mini="true">
|
||||
<input class="chkFeatureFilter" type="checkbox" name="chkSpecialFeature" id="chkSpecialFeature" data-mini="true">
|
||||
<label for="chkSpecialFeature">Special features</label>
|
||||
|
||||
<input class="chkFeatureFilter" type="checkbox" data-theme="c" name="chkThemeSong" id="chkThemeSong" data-mini="true">
|
||||
<input class="chkFeatureFilter" type="checkbox" name="chkThemeSong" id="chkThemeSong" data-mini="true">
|
||||
<label for="chkThemeSong">Theme song</label>
|
||||
|
||||
<input class="chkFeatureFilter" type="checkbox" data-theme="c" name="chkThemeVideo" id="chkThemeVideo" data-mini="true">
|
||||
<input class="chkFeatureFilter" type="checkbox" name="chkThemeVideo" id="chkThemeVideo" data-mini="true">
|
||||
<label for="chkThemeVideo">Theme video</label>
|
||||
|
||||
</fieldset>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="moviesRecommendedPage" data-role="page" class="page libraryPage" data-theme="a" data-view="movies">
|
||||
<div id="moviesRecommendedPage" data-role="page" class="page libraryPage" data-theme="b" data-view="movies">
|
||||
|
||||
<div class="libraryViewNav">
|
||||
<a href="moviesrecommended.html" class="ui-btn-active">Suggested</a>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="movieStudiosPage" data-role="page" class="page libraryPage" data-theme="a" data-view="movies">
|
||||
<div id="movieStudiosPage" data-role="page" class="page libraryPage" data-theme="b" data-view="movies">
|
||||
|
||||
<div class="libraryViewNav">
|
||||
<a href="moviesrecommended.html">Suggested</a>
|
||||
|
@ -28,7 +28,7 @@
|
|||
</div>
|
||||
<div id="items" class="itemsContainer"></div>
|
||||
</div>
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
|
||||
<form>
|
||||
<fieldset data-role="controlgroup">
|
||||
|
@ -36,13 +36,13 @@
|
|||
<strong>Sort By:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortBy defaultSort" data-theme="c" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||
<input class="radioSortBy defaultSort" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||
<label for="radioSortName">Name</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioMovieCount" value="on" checked="checked" data-sortby="MovieCount,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioMovieCount" value="on" checked="checked" data-sortby="MovieCount,SortName" data-mini="true">
|
||||
<label for="radioMovieCount">Movie count</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioTrailerCount" value="on" checked="checked" data-sortby="TrailerCount,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioTrailerCount" value="on" checked="checked" data-sortby="TrailerCount,SortName" data-mini="true">
|
||||
<label for="radioTrailerCount">Trailer count</label>
|
||||
</fieldset>
|
||||
|
||||
|
@ -51,27 +51,27 @@
|
|||
<strong>Sort Order:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<label for="radioAscending">Ascending</label>
|
||||
|
||||
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<label for="radioDescending">Descending</label>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
<form>
|
||||
<fieldset data-role="controlgroup">
|
||||
<legend>
|
||||
<strong>Filters:</strong>
|
||||
</legend>
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-theme="c" data-filter="IsFavorite" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-filter="IsFavorite" data-mini="true">
|
||||
<label for="chkIsFavorite">Favorite</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-theme="c" data-filter="Likes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-filter="Likes" data-mini="true">
|
||||
<label for="chkLikes">Likes</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-theme="c" data-filter="Dislikes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-filter="Dislikes" data-mini="true">
|
||||
<label for="chkDislikes">Dislikes</label>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="movieTrailersPage" data-role="page" class="page libraryPage" data-theme="a" data-view="movies">
|
||||
<div id="movieTrailersPage" data-role="page" class="page libraryPage" data-theme="b" data-view="movies">
|
||||
|
||||
<div class="libraryViewNav">
|
||||
<a href="moviesrecommended.html">Suggested</a>
|
||||
|
@ -30,7 +30,7 @@
|
|||
</div>
|
||||
<div id="items" class="itemsContainer"></div>
|
||||
</div>
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
|
||||
<form>
|
||||
<fieldset data-role="controlgroup">
|
||||
|
@ -38,71 +38,71 @@
|
|||
<strong>Sort By:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortBy defaultSort" type="radio" name="radioSortBy" data-theme="c" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||
<input class="radioSortBy defaultSort" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||
<label for="radioSortName">Name</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioBudget" value="off" data-sortby="Budget" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioBudget" value="off" data-sortby="Budget" data-mini="true">
|
||||
<label for="radioBudget">Budget</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioCommunityRating" value="off" data-sortby="CommunityRating" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioCommunityRating" value="off" data-sortby="CommunityRating" data-mini="true">
|
||||
<label for="radioCommunityRating">Community Rating</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioCriticRating" value="off" data-sortby="CriticRating" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioCriticRating" value="off" data-sortby="CriticRating" data-mini="true">
|
||||
<label for="radioCriticRating">Critic Rating</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioDateCreated" value="off" data-sortby="DateCreated" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioDateCreated" value="off" data-sortby="DateCreated" data-mini="true">
|
||||
<label for="radioDateCreated">Date Added</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioDatePlayed" value="off" data-sortby="DatePlayed" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioDatePlayed" value="off" data-sortby="DatePlayed" data-mini="true">
|
||||
<label for="radioDatePlayed">Date Played</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioPlayCount" value="off" data-sortby="PlayCount" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioPlayCount" value="off" data-sortby="PlayCount" data-mini="true">
|
||||
<label for="radioPlayCount">Play Count</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioPremiereDate" value="off" data-sortby="PremiereDate" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioPremiereDate" value="off" data-sortby="PremiereDate" data-mini="true">
|
||||
<label for="radioPremiereDate">Release Date</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioRevenue" value="off" data-sortby="Revenue" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioRevenue" value="off" data-sortby="Revenue" data-mini="true">
|
||||
<label for="radioRevenue">Revenue</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioRuntime" value="off" data-sortby="Runtime" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioRuntime" value="off" data-sortby="Runtime" data-mini="true">
|
||||
<label for="radioRuntime">Runtime</label>
|
||||
|
||||
</fieldset>
|
||||
<fieldset data-role="controlgroup">
|
||||
<legend>
|
||||
<strong>Sort Order:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<label for="radioAscending">Ascending</label>
|
||||
|
||||
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<label for="radioDescending">Descending</label>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
<form>
|
||||
<fieldset data-role="controlgroup">
|
||||
<legend>
|
||||
<strong>Filters:</strong>
|
||||
</legend>
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkPlayed" id="chkPlayed" data-theme="c" data-filter="IsPlayed" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkPlayed" id="chkPlayed" data-filter="IsPlayed" data-mini="true">
|
||||
<label for="chkPlayed">Watched</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkUnplayed" id="chkUnplayed" data-theme="c" data-filter="IsUnPlayed" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkUnplayed" id="chkUnplayed" data-filter="IsUnPlayed" data-mini="true">
|
||||
<label for="chkUnplayed">Unwatched</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkResumable" id="chkResumable" data-theme="c" data-filter="IsResumable" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkResumable" id="chkResumable" data-filter="IsResumable" data-mini="true">
|
||||
<label for="chkResumable">Resumable</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-theme="c" data-filter="IsFavorite" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-filter="IsFavorite" data-mini="true">
|
||||
<label for="chkIsFavorite">Favorite</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-theme="c" data-filter="Likes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-filter="Likes" data-mini="true">
|
||||
<label for="chkLikes">Likes</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-theme="c" data-filter="Dislikes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-filter="Dislikes" data-mini="true">
|
||||
<label for="chkDislikes">Dislikes</label>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="musicAlbumArtistsPage" data-role="page" class="page libraryPage" data-theme="a" data-view="music">
|
||||
<div id="musicAlbumArtistsPage" data-role="page" class="page libraryPage" data-theme="b" data-view="music">
|
||||
<div class="libraryViewNav">
|
||||
<a href="musicrecommended.html">Suggested</a>
|
||||
<a href="songs.html">Songs</a>
|
||||
|
@ -29,7 +29,7 @@
|
|||
</div>
|
||||
<div id="items" class="itemsContainer"></div>
|
||||
</div>
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
|
||||
<form>
|
||||
<fieldset data-role="controlgroup">
|
||||
|
@ -37,16 +37,16 @@
|
|||
<strong>Sort By:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortBy defaultSort" data-theme="c" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||
<input class="radioSortBy defaultSort" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||
<label for="radioSortName">Name</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioAlbumCount" value="on" checked="checked" data-sortby="AlbumCount,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioAlbumCount" value="on" checked="checked" data-sortby="AlbumCount,SortName" data-mini="true">
|
||||
<label for="radioAlbumCount">Album count</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioMusicVideoCount" value="on" checked="checked" data-sortby="MusicVideoCount,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioMusicVideoCount" value="on" checked="checked" data-sortby="MusicVideoCount,SortName" data-mini="true">
|
||||
<label for="radioMusicVideoCount">Music video count</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioSongCount" value="on" checked="checked" data-sortby="SongCount,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioSongCount" value="on" checked="checked" data-sortby="SongCount,SortName" data-mini="true">
|
||||
<label for="radioSongCount">Song count</label>
|
||||
</fieldset>
|
||||
|
||||
|
@ -55,27 +55,27 @@
|
|||
<strong>Sort Order:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<label for="radioAscending">Ascending</label>
|
||||
|
||||
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<label for="radioDescending">Descending</label>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
<form>
|
||||
<fieldset data-role="controlgroup">
|
||||
<legend>
|
||||
<strong>Filters:</strong>
|
||||
</legend>
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-theme="c" data-filter="IsFavorite" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-filter="IsFavorite" data-mini="true">
|
||||
<label for="chkIsFavorite">Favorite</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-theme="c" data-filter="Likes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-filter="Likes" data-mini="true">
|
||||
<label for="chkLikes">Likes</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-theme="c" data-filter="Dislikes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-filter="Dislikes" data-mini="true">
|
||||
<label for="chkDislikes">Dislikes</label>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="musicAlbumsPage" data-role="page" class="page libraryPage" data-theme="a" data-view="music">
|
||||
<div id="musicAlbumsPage" data-role="page" class="page libraryPage" data-theme="b" data-view="music">
|
||||
<div class="libraryViewNav">
|
||||
<a href="musicrecommended.html">Suggested</a>
|
||||
<a href="songs.html">Songs</a>
|
||||
|
@ -34,7 +34,7 @@
|
|||
</div>
|
||||
<div id="items" class="itemsContainer"></div>
|
||||
</div>
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
|
||||
<form>
|
||||
<fieldset data-role="controlgroup">
|
||||
|
@ -42,19 +42,19 @@
|
|||
<strong>Sort By:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||
<label for="radioSortName">Name</label>
|
||||
|
||||
<input class="radioSortBy defaultSort" type="radio" name="radioSortBy" data-theme="c" id="radioAlbumArtist" value="off" data-sortby="AlbumArtist,SortName" data-mini="true">
|
||||
<input class="radioSortBy defaultSort" type="radio" name="radioSortBy" id="radioAlbumArtist" value="off" data-sortby="AlbumArtist,SortName" data-mini="true">
|
||||
<label for="radioAlbumArtist">Album Artist</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioCommunityRating" value="off" data-sortby="CommunityRating,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioCommunityRating" value="off" data-sortby="CommunityRating,SortName" data-mini="true">
|
||||
<label for="radioCommunityRating">Community Rating</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioDateCreated" value="off" data-sortby="DateCreated" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioDateCreated" value="off" data-sortby="DateCreated" data-mini="true">
|
||||
<label for="radioDateCreated">Date Added</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioPremiereDate" value="off" data-sortby="ProductionYear,PremiereDate" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioPremiereDate" value="off" data-sortby="ProductionYear,PremiereDate" data-mini="true">
|
||||
<label for="radioPremiereDate">Release Date</label>
|
||||
|
||||
</fieldset>
|
||||
|
@ -64,27 +64,27 @@
|
|||
<strong>Sort Order:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<label for="radioAscending">Ascending</label>
|
||||
|
||||
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<label for="radioDescending">Descending</label>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
<form>
|
||||
<fieldset data-role="controlgroup">
|
||||
<legend>
|
||||
<strong>Filters:</strong>
|
||||
</legend>
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-theme="c" data-filter="IsFavorite" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-filter="IsFavorite" data-mini="true">
|
||||
<label for="chkIsFavorite">Favorite</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-theme="c" data-filter="Likes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-filter="Likes" data-mini="true">
|
||||
<label for="chkLikes">Likes</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-theme="c" data-filter="Dislikes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-filter="Dislikes" data-mini="true">
|
||||
<label for="chkDislikes">Dislikes</label>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="musicArtistsPage" data-role="page" class="page libraryPage" data-theme="a" data-view="music">
|
||||
<div id="musicArtistsPage" data-role="page" class="page libraryPage" data-theme="b" data-view="music">
|
||||
<div class="libraryViewNav">
|
||||
<a href="musicrecommended.html">Suggested</a>
|
||||
<a href="songs.html">Songs</a>
|
||||
|
@ -29,7 +29,7 @@
|
|||
</div>
|
||||
<div id="items" class="itemsContainer"></div>
|
||||
</div>
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
|
||||
<form>
|
||||
<fieldset data-role="controlgroup">
|
||||
|
@ -37,16 +37,16 @@
|
|||
<strong>Sort By:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortBy defaultSort" data-theme="c" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||
<input class="radioSortBy defaultSort" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||
<label for="radioSortName">Name</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioAlbumCount" value="on" checked="checked" data-sortby="AlbumCount,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioAlbumCount" value="on" checked="checked" data-sortby="AlbumCount,SortName" data-mini="true">
|
||||
<label for="radioAlbumCount">Album count</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioMusicVideoCount" value="on" checked="checked" data-sortby="MusicVideoCount,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioMusicVideoCount" value="on" checked="checked" data-sortby="MusicVideoCount,SortName" data-mini="true">
|
||||
<label for="radioMusicVideoCount">Music video count</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioSongCount" value="on" checked="checked" data-sortby="SongCount,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioSongCount" value="on" checked="checked" data-sortby="SongCount,SortName" data-mini="true">
|
||||
<label for="radioSongCount">Song count</label>
|
||||
</fieldset>
|
||||
|
||||
|
@ -55,27 +55,27 @@
|
|||
<strong>Sort Order:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<label for="radioAscending">Ascending</label>
|
||||
|
||||
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<label for="radioDescending">Descending</label>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
<form>
|
||||
<fieldset data-role="controlgroup">
|
||||
<legend>
|
||||
<strong>Filters:</strong>
|
||||
</legend>
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-theme="c" data-filter="IsFavorite" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-filter="IsFavorite" data-mini="true">
|
||||
<label for="chkIsFavorite">Favorite</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-theme="c" data-filter="Likes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-filter="Likes" data-mini="true">
|
||||
<label for="chkLikes">Likes</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-theme="c" data-filter="Dislikes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-filter="Dislikes" data-mini="true">
|
||||
<label for="chkDislikes">Dislikes</label>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="musicGenresPage" data-role="page" class="page libraryPage" data-theme="a" data-view="music">
|
||||
<div id="musicGenresPage" data-role="page" class="page libraryPage" data-theme="b" data-view="music">
|
||||
<div class="libraryViewNav">
|
||||
<a href="musicrecommended.html">Suggested</a>
|
||||
<a href="songs.html">Songs</a>
|
||||
|
@ -26,7 +26,7 @@
|
|||
</div>
|
||||
<div id="items" class="itemsContainer"></div>
|
||||
</div>
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
|
||||
<form>
|
||||
<fieldset data-role="controlgroup">
|
||||
|
@ -34,16 +34,16 @@
|
|||
<strong>Sort By:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortBy defaultSort" data-theme="c" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||
<input class="radioSortBy defaultSort" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||
<label for="radioSortName">Name</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioAlbumCount" value="on" checked="checked" data-sortby="AlbumCount,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioAlbumCount" value="on" checked="checked" data-sortby="AlbumCount,SortName" data-mini="true">
|
||||
<label for="radioAlbumCount">Album count</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioMusicVideoCount" value="on" checked="checked" data-sortby="MusicVideoCount,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioMusicVideoCount" value="on" checked="checked" data-sortby="MusicVideoCount,SortName" data-mini="true">
|
||||
<label for="radioMusicVideoCount">Music video count</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioSongCount" value="on" checked="checked" data-sortby="SongCount,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioSongCount" value="on" checked="checked" data-sortby="SongCount,SortName" data-mini="true">
|
||||
<label for="radioSongCount">Song count</label>
|
||||
</fieldset>
|
||||
|
||||
|
@ -52,27 +52,27 @@
|
|||
<strong>Sort Order:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<label for="radioAscending">Ascending</label>
|
||||
|
||||
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<label for="radioDescending">Descending</label>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
<form>
|
||||
<fieldset data-role="controlgroup">
|
||||
<legend>
|
||||
<strong>Filters:</strong>
|
||||
</legend>
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-theme="c" data-filter="IsFavorite" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-filter="IsFavorite" data-mini="true">
|
||||
<label for="chkIsFavorite">Favorite</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-theme="c" data-filter="Likes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-filter="Likes" data-mini="true">
|
||||
<label for="chkLikes">Likes</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-theme="c" data-filter="Dislikes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-filter="Dislikes" data-mini="true">
|
||||
<label for="chkDislikes">Dislikes</label>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="musicRecommendedPage" data-role="page" class="page libraryPage" data-theme="a" data-view="music">
|
||||
<div id="musicRecommendedPage" data-role="page" class="page libraryPage" data-theme="b" data-view="music">
|
||||
<div class="libraryViewNav">
|
||||
<a href="musicrecommended.html" class="ui-btn-active">Suggested</a>
|
||||
<a href="songs.html">Songs</a>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="musicVideosPage" data-role="page" class="page libraryPage" data-theme="a" data-view="music">
|
||||
<div id="musicVideosPage" data-role="page" class="page libraryPage" data-theme="b" data-view="music">
|
||||
|
||||
<div class="libraryViewNav">
|
||||
<a href="musicrecommended.html">Suggested</a>
|
||||
|
@ -30,7 +30,7 @@
|
|||
</div>
|
||||
<div id="items" class="itemsContainer"></div>
|
||||
</div>
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
|
||||
<form>
|
||||
<fieldset data-role="controlgroup">
|
||||
|
@ -38,37 +38,37 @@
|
|||
<strong>Sort By:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortBy defaultSort" type="radio" name="radioSortBy" data-theme="c" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||
<input class="radioSortBy defaultSort" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
||||
<label for="radioSortName">Name</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioBudget" value="off" data-sortby="Budget" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioBudget" value="off" data-sortby="Budget" data-mini="true">
|
||||
<label for="radioBudget">Budget</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioCommunityRating" value="off" data-sortby="CommunityRating" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioCommunityRating" value="off" data-sortby="CommunityRating" data-mini="true">
|
||||
<label for="radioCommunityRating">Community rating</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioCriticRating" value="off" data-sortby="CriticRating" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioCriticRating" value="off" data-sortby="CriticRating" data-mini="true">
|
||||
<label for="radioCriticRating">Critic rating</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioDateCreated" value="off" data-sortby="DateCreated" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioDateCreated" value="off" data-sortby="DateCreated" data-mini="true">
|
||||
<label for="radioDateCreated">Date added</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioDatePlayed" value="off" data-sortby="DatePlayed" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioDatePlayed" value="off" data-sortby="DatePlayed" data-mini="true">
|
||||
<label for="radioDatePlayed">Date played</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioPlayCount" value="off" data-sortby="PlayCount" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioPlayCount" value="off" data-sortby="PlayCount" data-mini="true">
|
||||
<label for="radioPlayCount">Play count</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioPremiereDate" value="off" data-sortby="PremiereDate" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioPremiereDate" value="off" data-sortby="PremiereDate" data-mini="true">
|
||||
<label for="radioPremiereDate">Release Date</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioRevenue" value="off" data-sortby="Revenue" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioRevenue" value="off" data-sortby="Revenue" data-mini="true">
|
||||
<label for="radioRevenue">Revenue</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioRuntime" value="off" data-sortby="Runtime" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioRuntime" value="off" data-sortby="Runtime" data-mini="true">
|
||||
<label for="radioRuntime">Runtime</label>
|
||||
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioVideoBitRate" value="off" data-sortby="VideoBitRate,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioVideoBitRate" value="off" data-sortby="VideoBitRate,SortName" data-mini="true">
|
||||
<label for="radioVideoBitRate">Video bit rate</label>
|
||||
</fieldset>
|
||||
|
||||
|
@ -77,36 +77,36 @@
|
|||
<strong>Sort Order:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" data-theme="c" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<label for="radioAscending">Ascending</label>
|
||||
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" data-theme="c" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<label for="radioDescending">Descending</label>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
<form>
|
||||
<fieldset data-role="controlgroup">
|
||||
<legend>
|
||||
<strong>Filters:</strong>
|
||||
</legend>
|
||||
<input class="chkStandardFilter" type="checkbox" data-theme="c" name="chkPlayed" id="chkPlayed" data-filter="IsPlayed" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkPlayed" id="chkPlayed" data-filter="IsPlayed" data-mini="true">
|
||||
<label for="chkPlayed">Watched</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" data-theme="c" name="chkUnplayed" id="chkUnplayed" data-filter="IsUnPlayed" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkUnplayed" id="chkUnplayed" data-filter="IsUnPlayed" data-mini="true">
|
||||
<label for="chkUnplayed">Unwatched</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" data-theme="c" name="chkResumable" id="chkResumable" data-filter="IsResumable" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkResumable" id="chkResumable" data-filter="IsResumable" data-mini="true">
|
||||
<label for="chkResumable">Resumable</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" data-theme="c" name="chkIsFavorite" id="chkIsFavorite" data-filter="IsFavorite" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-filter="IsFavorite" data-mini="true">
|
||||
<label for="chkIsFavorite">Favorite</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" data-theme="c" name="chkLikes" id="chkLikes" data-filter="Likes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-filter="Likes" data-mini="true">
|
||||
<label for="chkLikes">Likes</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" data-theme="c" name="chkDislikes" id="chkDislikes" data-filter="Dislikes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-filter="Dislikes" data-mini="true">
|
||||
<label for="chkDislikes">Dislikes</label>
|
||||
</fieldset>
|
||||
<fieldset data-role="controlgroup">
|
||||
|
@ -114,16 +114,16 @@
|
|||
<strong>Type:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="chkVideoTypeFilter" type="checkbox" data-theme="c" name="chkBluray" id="chkBluray" data-filter="Bluray" data-mini="true">
|
||||
<input class="chkVideoTypeFilter" type="checkbox" name="chkBluray" id="chkBluray" data-filter="Bluray" data-mini="true">
|
||||
<label for="chkBluray">Bluray</label>
|
||||
|
||||
<input class="chkVideoTypeFilter" type="checkbox" data-theme="c" name="chkDvd" id="chkDvd" data-filter="Dvd" data-mini="true">
|
||||
<input class="chkVideoTypeFilter" type="checkbox" name="chkDvd" id="chkDvd" data-filter="Dvd" data-mini="true">
|
||||
<label for="chkDvd">Dvd</label>
|
||||
|
||||
<input class="chkVideoTypeFilter" type="checkbox" data-theme="c" name="chkIso" id="chkIso" data-filter="Iso" data-mini="true">
|
||||
<input class="chkVideoTypeFilter" type="checkbox" name="chkIso" id="chkIso" data-filter="Iso" data-mini="true">
|
||||
<label for="chkIso">Iso</label>
|
||||
|
||||
<input class="chk3DFilter" type="checkbox" data-theme="c" name="chk3D" id="chk3D" data-filter="Digital3D,Sbs3D" data-mini="true">
|
||||
<input class="chk3DFilter" type="checkbox" name="chk3D" id="chk3D" data-filter="Digital3D,Sbs3D" data-mini="true">
|
||||
<label for="chk3D">3D</label>
|
||||
</fieldset>
|
||||
|
||||
|
@ -132,16 +132,16 @@
|
|||
<strong>Features:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="chkFeatureFilter" type="checkbox" data-theme="c" name="chkSubtitle" id="chkSubtitle" data-mini="true">
|
||||
<input class="chkFeatureFilter" type="checkbox" name="chkSubtitle" id="chkSubtitle" data-mini="true">
|
||||
<label for="chkSubtitle">Subtitles</label>
|
||||
|
||||
<input class="chkFeatureFilter" type="checkbox" data-theme="c" name="chkTrailer" id="chkTrailer" data-mini="true">
|
||||
<input class="chkFeatureFilter" type="checkbox" name="chkTrailer" id="chkTrailer" data-mini="true">
|
||||
<label for="chkTrailer">Trailer</label>
|
||||
|
||||
<input class="chkFeatureFilter" type="checkbox" data-theme="c" name="chkThemeSong" id="chkThemeSong" data-mini="true">
|
||||
<input class="chkFeatureFilter" type="checkbox" name="chkThemeSong" id="chkThemeSong" data-mini="true">
|
||||
<label for="chkThemeSong">Theme song</label>
|
||||
|
||||
<input class="chkFeatureFilter" type="checkbox" data-theme="c" name="chkThemeVideo" id="chkThemeVideo" data-mini="true">
|
||||
<input class="chkFeatureFilter" type="checkbox" name="chkThemeVideo" id="chkThemeVideo" data-mini="true">
|
||||
<label for="chkThemeVideo">Theme video</label>
|
||||
|
||||
</fieldset>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="playlistPage" data-role="page" class="page libraryPage" data-theme="a">
|
||||
<div id="playlistPage" data-role="page" class="page libraryPage" data-theme="b">
|
||||
|
||||
<div class="parentName">Now Playing</div>
|
||||
<div data-role="content">
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
</div>
|
||||
|
||||
<div style="display: inline-block; vertical-align: bottom; margin-left: 1em;">
|
||||
<input class="chkPremiumFilter" type="checkbox" data-mini="true" data-inline="true" name="chkPremium" id="chkPremium" data-theme="c" data-filter="IsPremium">
|
||||
<input class="chkPremiumFilter" type="checkbox" data-mini="true" data-inline="true" name="chkPremium" id="chkPremium" data-filter="IsPremium">
|
||||
<label for="chkPremium">Free Only</label>
|
||||
</div>
|
||||
|
||||
|
@ -45,22 +45,22 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div data-role="popup" class="ui-content" id="freePlugins" data-theme="e" data-overlay-theme="a" style="max-width: 50%">
|
||||
<a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>
|
||||
<div data-role="popup" class="ui-content" id="freePlugins" style="max-width: 50%">
|
||||
<a href="#" data-rel="back" data-role="button" data-theme="b" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>
|
||||
<p>
|
||||
Free plug-ins can be installed and used by anyone for free. They will appear in the catalog without any banners.<p>
|
||||
</div>
|
||||
|
||||
<div data-role="popup" class="ui-content" id="supporterPlugins" data-theme="e" data-overlay-theme="a" style="max-width: 50%">
|
||||
<a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>
|
||||
<div data-role="popup" class="ui-content" id="supporterPlugins" style="max-width: 50%">
|
||||
<a href="#" data-rel="back" data-role="button" data-theme="b" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>
|
||||
<p>Supporter-Only plug-ins are free for anyone who is an <strong>MB3 Supporter</strong> (with a valid MB3 key who has donated the minimum amount to the overall project).</p>
|
||||
<p>
|
||||
Anyone can install them and enjoy a free trial period of 14 days in most instances. The trial period may commence as soon as you install the plug-in.<p>
|
||||
<p>These plug-ins will appear in the catalog with a "Supporter" banner.</p>
|
||||
</div>
|
||||
|
||||
<div data-role="popup" class="ui-content" id="premiumPlugins" data-theme="e" data-overlay-theme="a" style="max-width: 50%">
|
||||
<a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>
|
||||
<div data-role="popup" class="ui-content" id="premiumPlugins" style="max-width: 50%">
|
||||
<a href="#" data-rel="back" data-role="button" data-theme="b" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>
|
||||
<p>
|
||||
Premium plug-ins are developed by third-parties and require that you be an <strong>MB3 Supporter <em>and</em> also register the plug-in with its creator.</strong>
|
||||
The cost of registering these plug-ins is set for each one by its creator and all revenues go to that person.
|
||||
|
|
|
@ -18,12 +18,12 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-role="popup" id="popupAddTrigger" class="ui-corner-all popup" style="min-width: 300px;">
|
||||
<div data-role="popup" id="popupAddTrigger" class="popup" style="min-width: 300px;">
|
||||
<form id="addTriggerForm">
|
||||
<div class="ui-corner-top ui-bar-a" style="text-align: center; padding: 0 20px;">
|
||||
<div class="ui-bar-b" style="text-align: center; padding: 0 20px;">
|
||||
<h3>Add Task Trigger</h3>
|
||||
</div>
|
||||
<div data-role="content" class="ui-corner-bottom ui-content">
|
||||
<div data-role="content">
|
||||
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li>
|
||||
|
@ -74,7 +74,7 @@
|
|||
</select>
|
||||
</li>
|
||||
<li>
|
||||
<button type="submit" data-theme="b" data-icon="ok">
|
||||
<button type="submit" data-theme="b" data-icon="check">
|
||||
Add
|
||||
</button>
|
||||
<button type="button" data-icon="delete" onclick="$(this).parents('.popup').popup('close');">
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
|
||||
$.when(promise1, promise2).done(function (response1, response2) {
|
||||
//positive
|
||||
var html = '<div data-role="collapsible" data-content-theme="c" data-collapsed="true" style="margin-top: 2em;" >';
|
||||
var html = '<div data-role="collapsible" data-collapsed="true" style="margin-top: 2em;" >';
|
||||
html += '<h3>Latest Outstanding Reviews</h3>';
|
||||
var positive = response1[0];
|
||||
var hasReviews = false;
|
||||
|
@ -103,7 +103,7 @@
|
|||
html += "</div>";
|
||||
|
||||
//negative
|
||||
html += '<div data-role="collapsible" data-content-theme="c" data-collapsed="true" style="margin-top: 2em;" >';
|
||||
html += '<div data-role="collapsible" data-collapsed="true" style="margin-top: 2em;" >';
|
||||
html += '<h3>Latest Negative Reviews</h3>';
|
||||
var negative = response2[0];
|
||||
hasReviews = false;
|
||||
|
@ -313,7 +313,7 @@
|
|||
|
||||
var page = $(this).parents('#addPluginPage');
|
||||
|
||||
$('#btnInstall', page).button('disable');
|
||||
$('#btnInstall', page).buttonEnabled(false);
|
||||
|
||||
var name = getParameterByName('name');
|
||||
var guid = getParameterByName('guid');
|
||||
|
@ -339,7 +339,7 @@
|
|||
Dashboard.showLoadingMsg();
|
||||
performInstallation(name, guid, vals[1], version);
|
||||
} else {
|
||||
$('#btnInstall', page).button('enable');
|
||||
$('#btnInstall', page).buttonEnabled(true);
|
||||
}
|
||||
|
||||
});
|
||||
|
|
|
@ -2,8 +2,10 @@
|
|||
|
||||
onPageShow: function () {
|
||||
|
||||
var page = this;
|
||||
|
||||
Dashboard.showLoadingMsg();
|
||||
DashboardPage.pollForInfo();
|
||||
DashboardPage.pollForInfo(page);
|
||||
DashboardPage.startInterval();
|
||||
$(ApiClient).on("websocketmessage", DashboardPage.onWebSocketMessage).on("websocketopen", DashboardPage.onWebSocketConnectionChange).on("websocketerror", DashboardPage.onWebSocketConnectionChange).on("websocketclose", DashboardPage.onWebSocketConnectionChange);
|
||||
|
||||
|
@ -13,9 +15,9 @@
|
|||
Dashboard.getPluginSecurityInfo().done(function (pluginSecurityInfo) {
|
||||
|
||||
if (pluginSecurityInfo.IsMBSupporter) {
|
||||
$('#contribute').hide();
|
||||
$('#contribute', page).hide();
|
||||
} else {
|
||||
$('#contribute').show();
|
||||
$('#contribute', page).show();
|
||||
}
|
||||
|
||||
});
|
||||
|
@ -43,8 +45,10 @@
|
|||
|
||||
onWebSocketMessage: function (e, msg) {
|
||||
|
||||
var page = $.mobile.activePage;
|
||||
|
||||
if (msg.MessageType == "DashboardInfo") {
|
||||
DashboardPage.renderInfo(msg.Data);
|
||||
DashboardPage.renderInfo(page, msg.Data);
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -54,24 +58,27 @@
|
|||
DashboardPage.startInterval();
|
||||
},
|
||||
|
||||
pollForInfo: function () {
|
||||
$.getJSON("dashboardInfo").done(DashboardPage.renderInfo);
|
||||
pollForInfo: function (page) {
|
||||
|
||||
$.getJSON("dashboardInfo").done(function (result) {
|
||||
|
||||
DashboardPage.renderInfo(page, result);
|
||||
|
||||
});
|
||||
},
|
||||
|
||||
renderInfo: function (dashboardInfo) {
|
||||
renderInfo: function (page, dashboardInfo) {
|
||||
|
||||
DashboardPage.lastDashboardInfo = dashboardInfo;
|
||||
|
||||
DashboardPage.renderRunningTasks(dashboardInfo);
|
||||
DashboardPage.renderSystemInfo(dashboardInfo);
|
||||
DashboardPage.renderActiveConnections(dashboardInfo);
|
||||
DashboardPage.renderSystemInfo(page, dashboardInfo);
|
||||
DashboardPage.renderActiveConnections(page, dashboardInfo);
|
||||
|
||||
Dashboard.hideLoadingMsg();
|
||||
},
|
||||
|
||||
renderActiveConnections: function (dashboardInfo) {
|
||||
|
||||
var page = $.mobile.activePage;
|
||||
renderActiveConnections: function (page, dashboardInfo) {
|
||||
|
||||
var html = '';
|
||||
|
||||
|
@ -314,12 +321,10 @@
|
|||
return true;
|
||||
},
|
||||
|
||||
renderSystemInfo: function (dashboardInfo) {
|
||||
renderSystemInfo: function (page, dashboardInfo) {
|
||||
|
||||
Dashboard.updateSystemInfo(dashboardInfo.SystemInfo);
|
||||
|
||||
var page = $.mobile.activePage;
|
||||
|
||||
$('#appVersionNumber', page).html(dashboardInfo.SystemInfo.Version);
|
||||
|
||||
var port = dashboardInfo.SystemInfo.HttpServerPortNumber;
|
||||
|
@ -345,9 +350,9 @@
|
|||
|
||||
}).length) {
|
||||
|
||||
$('#btnUpdateApplication', page).button('disable');
|
||||
$('#btnUpdateApplication', page).buttonEnabled(false);
|
||||
} else {
|
||||
$('#btnUpdateApplication', page).button('enable');
|
||||
$('#btnUpdateApplication', page).buttonEnabled(true);
|
||||
}
|
||||
|
||||
if (dashboardInfo.SystemInfo.CanSelfRestart) {
|
||||
|
@ -489,7 +494,7 @@
|
|||
|
||||
installPluginUpdate: function (button) {
|
||||
|
||||
$(button).button('disable');
|
||||
$(button).buttonEnabled(false);
|
||||
|
||||
var name = button.getAttribute('data-name');
|
||||
var guid = button.getAttribute('data-guid');
|
||||
|
@ -507,13 +512,13 @@
|
|||
updateApplication: function () {
|
||||
|
||||
var page = $.mobile.activePage;
|
||||
$('#btnUpdateApplication', page).button('disable');
|
||||
$('#btnUpdateApplication', page).buttonEnabled(false);
|
||||
|
||||
Dashboard.showLoadingMsg();
|
||||
|
||||
ApiClient.startScheduledTask(DashboardPage.lastDashboardInfo.ApplicationUpdateTaskId).done(function () {
|
||||
|
||||
DashboardPage.pollForInfo();
|
||||
DashboardPage.pollForInfo(page);
|
||||
|
||||
Dashboard.hideLoadingMsg();
|
||||
});
|
||||
|
@ -521,9 +526,11 @@
|
|||
|
||||
stopTask: function (id) {
|
||||
|
||||
var page = $.mobile.activePage;
|
||||
|
||||
ApiClient.stopScheduledTask(id).done(function () {
|
||||
|
||||
DashboardPage.pollForInfo();
|
||||
DashboardPage.pollForInfo(page);
|
||||
});
|
||||
|
||||
},
|
||||
|
@ -533,8 +540,8 @@
|
|||
Dashboard.confirm("Are you sure you wish to restart Media Browser Server?", "Restart", function (result) {
|
||||
|
||||
if (result) {
|
||||
$('#btnRestartServer').button('disable');
|
||||
$('#btnShutdown').button('disable');
|
||||
$('#btnRestartServer').buttonEnabled(false);
|
||||
$('#btnShutdown').buttonEnabled(false);
|
||||
Dashboard.restartServer();
|
||||
}
|
||||
|
||||
|
@ -546,8 +553,8 @@
|
|||
Dashboard.confirm("Are you sure you wish to shutdown Media Browser Server?", "Shutdown", function (result) {
|
||||
|
||||
if (result) {
|
||||
$('#btnRestartServer').button('disable');
|
||||
$('#btnShutdown').button('disable');
|
||||
$('#btnRestartServer').buttonEnabled(false);
|
||||
$('#btnShutdown').buttonEnabled(false);
|
||||
ApiClient.shutdownServer();
|
||||
}
|
||||
|
||||
|
|
|
@ -98,15 +98,15 @@
|
|||
options.header = options.header || "Select Media Path";
|
||||
options.instruction = options.instruction || "Any path will do, but for optimal playback of bluray, dvd folders, and games, <b>network paths (UNC)</b> are recommended.";
|
||||
|
||||
var html = '<div data-role="popup" id="popupDirectoryPicker" class="ui-corner-all popup" style="min-width:65%;">';
|
||||
var html = '<div data-role="popup" id="popupDirectoryPicker" class="popup" style="min-width:65%;">';
|
||||
|
||||
html += '<div class="ui-corner-top ui-bar-a" style="text-align: center; padding: 0 20px;">';
|
||||
html += '<div class="ui-bar-a" style="text-align: center; padding: 0 20px;">';
|
||||
html += '<h3>' + options.header + '</h3>';
|
||||
html += '</div>';
|
||||
|
||||
html += '<div data-role="content" class="ui-corner-bottom ui-content">';
|
||||
html += '<div data-role="content" class="ui-content">';
|
||||
html += '<form>';
|
||||
html += '<p class="directoryPickerHeadline">' + options.instruction + '</p>';
|
||||
html += '<p class="directoryPickerHeadline">' + options.instruction + ' Network paths can be entered manually in the event the Network button fails to locate your devices. For example, <b>\\\\my-server</b> or <b>\\\\192.168.1.101</b>.</p>';
|
||||
|
||||
html += '<div style="margin:0;">';
|
||||
html += '<label for="txtDirectoryPickerPath" class="lblDirectoryPickerPath">Current Path:</label>';
|
||||
|
@ -114,8 +114,6 @@
|
|||
html += '<button class="btnRefreshDirectories" type="button" data-icon="refresh" data-inline="true" data-mini="true" data-iconpos="notext">Refresh</button>';
|
||||
html += '</div>';
|
||||
|
||||
html += '<div class="directoryPickerHeadline networkHeadline" style="margin:5px 0 1em;padding:.5em;max-width:95%;">Network paths <b>can be entered manually</b> in the event the Network button fails to locate your devices. For example, <b>\\\\my-server</b> or <b>\\\\192.168.1.101</b>.</div>';
|
||||
|
||||
html += '<div style="height: 320px; overflow-y: auto;">';
|
||||
html += '<ul id="ulDirectoryPickerList" data-role="listview" data-inset="true" data-auto-enhanced="false"></ul>';
|
||||
|
||||
|
@ -124,8 +122,8 @@
|
|||
|
||||
|
||||
html += '<p>';
|
||||
html += '<button type="submit" data-theme="b" data-icon="ok">OK</button>';
|
||||
html += '<button type="button" data-icon="delete" onclick="$(this).parents(\'.popup\').popup(\'close\');">Cancel</button>';
|
||||
html += '<button type="submit" data-theme="b" data-icon="check" data-mini="true">OK</button>';
|
||||
html += '<button type="button" data-icon="delete" onclick="$(this).parents(\'.popup\').popup(\'close\');" data-mini="true">Cancel</button>';
|
||||
html += '</p>';
|
||||
html += '</form>';
|
||||
html += '</div>';
|
||||
|
|
|
@ -217,7 +217,7 @@
|
|||
html += '</div>';
|
||||
}
|
||||
|
||||
html += '<div><button class="btnDownloadRemoteImage" data-imageprovider="' + image.ProviderName + '" data-imageurl="' + image.Url + '" data-imagetype="' + image.Type + '" type="button" data-icon="save" data-mini="true">Download</button></div>';
|
||||
html += '<div><button class="btnDownloadRemoteImage" data-imageprovider="' + image.ProviderName + '" data-imageurl="' + image.Url + '" data-imagetype="' + image.Type + '" type="button" data-icon="arrow-d" data-mini="true">Download</button></div>';
|
||||
|
||||
html += '</div>';
|
||||
|
||||
|
@ -261,9 +261,9 @@
|
|||
html += '</span>';
|
||||
|
||||
if (showControls) {
|
||||
html += '<button data-icon="arrow-left" data-iconpos="notext" data-inline="true" data-mini="true" class="btnPreviousPage" ' + (startIndex ? '' : 'disabled') + '>Previous Page</button>';
|
||||
html += '<button data-icon="arrow-l" data-iconpos="notext" data-inline="true" data-mini="true" class="btnPreviousPage" ' + (startIndex ? '' : 'disabled') + '>Previous Page</button>';
|
||||
|
||||
html += '<button data-icon="arrow-right" data-iconpos="notext" data-inline="true" data-mini="true" class="btnNextPage" ' + (startIndex + limit > totalRecordCount ? 'disabled' : '') + '>Next Page</button>';
|
||||
html += '<button data-icon="arrow-r" data-iconpos="notext" data-inline="true" data-mini="true" class="btnNextPage" ' + (startIndex + limit > totalRecordCount ? 'disabled' : '') + '>Next Page</button>';
|
||||
}
|
||||
|
||||
html += '</div>';
|
||||
|
@ -333,15 +333,15 @@
|
|||
if (image.ImageType == "Backdrop" || image.ImageType == "Screenshot") {
|
||||
|
||||
if (i > 0) {
|
||||
html += '<button type="button" data-icon="arrow-left" data-mini="true" data-inline="true" data-iconpos="notext" onclick="EditItemImagesPage.moveImage(\'' + image.ImageType + '\', ' + image.ImageIndex + ', ' + (i - 1) + ');">Move left</button>';
|
||||
html += '<button type="button" data-icon="arrow-l" data-mini="true" data-inline="true" data-iconpos="notext" onclick="EditItemImagesPage.moveImage(\'' + image.ImageType + '\', ' + image.ImageIndex + ', ' + (i - 1) + ');">Move left</button>';
|
||||
} else {
|
||||
html += '<button type="button" data-icon="arrow-left" data-mini="true" data-inline="true" data-iconpos="notext" disabled>Move left</button>';
|
||||
html += '<button type="button" data-icon="arrow-l" data-mini="true" data-inline="true" data-iconpos="notext" disabled>Move left</button>';
|
||||
}
|
||||
|
||||
if (i < length - 1) {
|
||||
html += '<button type="button" data-icon="arrow-right" data-mini="true" data-inline="true" data-iconpos="notext" onclick="EditItemImagesPage.moveImage(\'' + image.ImageType + '\', ' + image.ImageIndex + ', ' + (i + 1) + ');">Move right</button>';
|
||||
html += '<button type="button" data-icon="arrow-r" data-mini="true" data-inline="true" data-iconpos="notext" onclick="EditItemImagesPage.moveImage(\'' + image.ImageType + '\', ' + image.ImageIndex + ', ' + (i + 1) + ');">Move right</button>';
|
||||
} else {
|
||||
html += '<button type="button" data-icon="arrow-right" data-mini="true" data-inline="true" data-iconpos="notext" disabled>Move right</button>';
|
||||
html += '<button type="button" data-icon="arrow-r" data-mini="true" data-inline="true" data-iconpos="notext" disabled>Move right</button>';
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -560,7 +560,7 @@
|
|||
MetadataEditor.currentItemType = data.itemType;
|
||||
//Dashboard.navigate('edititemmetadata.html?id=' + data.id);
|
||||
|
||||
$.mobile.urlHistory.ignoreNextHashChange = true;
|
||||
//$.mobile.urlHistory.ignoreNextHashChange = true;
|
||||
window.location.hash = 'editItemImagesPage?id=' + data.id;
|
||||
|
||||
browsableImageStartIndex = 0;
|
||||
|
|
|
@ -463,9 +463,9 @@
|
|||
$('.saveButtonContainer', page).show();
|
||||
}
|
||||
|
||||
$('#btnRefresh', page).button('enable');
|
||||
$('#btnDelete', page).button('enable');
|
||||
$('.btnSave', page).button('enable');
|
||||
$('#btnRefresh', page).buttonEnabled(true);
|
||||
$('#btnDelete', page).buttonEnabled(true);
|
||||
$('.btnSave', page).buttonEnabled(true);
|
||||
|
||||
$('#refreshLoading', page).hide();
|
||||
|
||||
|
@ -1402,9 +1402,9 @@
|
|||
|
||||
$('#btnRefresh', this).on('click', function () {
|
||||
|
||||
$('#btnDelete', page).button('disable');
|
||||
$('#btnRefresh', page).button('disable');
|
||||
$('.btnSave', page).button('disable');
|
||||
$('#btnDelete', page).buttonEnabled(false);
|
||||
$('#btnRefresh', page).buttonEnabled(false);
|
||||
$('.btnSave', page).buttonEnabled(false);
|
||||
|
||||
$('#refreshLoading', page).show();
|
||||
|
||||
|
@ -1447,9 +1447,9 @@
|
|||
|
||||
if (result) {
|
||||
|
||||
$('#btnDelete', page).button('disable');
|
||||
$('#btnRefresh', page).button('disable');
|
||||
$('.btnSave', page).button('disable');
|
||||
$('#btnDelete', page).buttonEnabled(false);
|
||||
$('#btnRefresh', page).buttonEnabled(false);
|
||||
$('.btnSave', page).buttonEnabled(false);
|
||||
|
||||
$('#refreshLoading', page).show();
|
||||
|
||||
|
@ -1477,7 +1477,7 @@
|
|||
MetadataEditor.currentItemType = data.itemType;
|
||||
//Dashboard.navigate('edititemmetadata.html?id=' + data.id);
|
||||
|
||||
$.mobile.urlHistory.ignoreNextHashChange = true;
|
||||
//$.mobile.urlHistory.ignoreNextHashChange = true;
|
||||
window.location.hash = 'editItemMetadataPage?id=' + data.id;
|
||||
|
||||
reload(page);
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
MetadataEditor.getItemPromise().done(function (item) {
|
||||
|
||||
$('#btnRefresh', page).button('enable');
|
||||
$('#btnRefresh', page).buttonEnabled(true);
|
||||
|
||||
if (item.LocationType == "Offline") {
|
||||
$('#divAddPerson', page).hide();
|
||||
|
@ -71,19 +71,21 @@
|
|||
html += '<input type="hidden" name="originalName" value="' + name + '">';
|
||||
html += '<input type="hidden" name="originalRole" value="' + role + '">';
|
||||
html += '<input type="hidden" name="originalType" value="' + type + '">';
|
||||
html += '<label for="txtName">Name:</label>';
|
||||
|
||||
// The floats are to prevent jquery mobile from floating it
|
||||
html += '<label for="txtName" style="float:none;">Name:</label>';
|
||||
html += '<span class="read"> ' + (name) + '</span><span style="display:none;" class="edit">';
|
||||
html += '<input type="text" name="txtName" required="required" data-mini="true" value="' + (name) + '"/>';
|
||||
html += '</span>';
|
||||
html += '</div>';
|
||||
html += '<div data-role="fieldcontain">';
|
||||
html += '<label for="txtRole">Role:</label>';
|
||||
html += '<label for="txtRole" style="float:none;">Role:</label>';
|
||||
html += '<span class="read"> ' + (role) + '</span><span style="display:none;" class="edit">';
|
||||
html += '<input type="text" name="txtRole" required="required" data-mini="true" value="' + (role) + '"/>';
|
||||
html += '</span>';
|
||||
html += '</div>';
|
||||
html += '<div data-role="fieldcontain">';
|
||||
html += '<label for="selectType">Type:</label>';
|
||||
html += '<label for="selectType" style="float:none;">Type:</label>';
|
||||
html += '<span class="read"> ' + (type) + '</span><span style="display:none;" class="edit">';
|
||||
html += '<select name="selectType" data-inline="true" data-mini="true">';
|
||||
html += generateTypes(type);
|
||||
|
@ -94,7 +96,7 @@
|
|||
|
||||
if (item.LocationType !== "Offline") {
|
||||
html += '<span class="read">';
|
||||
html += '<button type="button" class="edit" data-mini="true" data-inline="true" data-icon="pencil" onclick="EditItemPeoplePage.displayEdit(this)">Edit</button>';
|
||||
html += '<button type="button" class="edit" data-mini="true" data-inline="true" data-icon="edit" onclick="EditItemPeoplePage.displayEdit(this)">Edit</button>';
|
||||
html += '</span>';
|
||||
}
|
||||
|
||||
|
@ -187,13 +189,13 @@
|
|||
self.addPerson = function () {
|
||||
var page = $.mobile.activePage;
|
||||
|
||||
var html = '<div data-role="popup" id="popupCreatePerson" class="ui-corner-all popup" style=" width: 270px;" >';
|
||||
var html = '<div data-role="popup" id="popupCreatePerson" class="popup" data-theme="a" style=" width: 270px;" >';
|
||||
|
||||
html += '<div class="ui-corner-top ui-bar-a" style="text-align: center; padding: 0 20px;">';
|
||||
html += '<div class="ui-bar-b" style="text-align: center; padding: 0 20px;">';
|
||||
html += '<h3>Add Person</h3>';
|
||||
html += '</div>';
|
||||
|
||||
html += '<div data-role="content" class="ui-corner-bottom ui-content" style="padding:10px;">';
|
||||
html += '<div style="padding:1em;">';
|
||||
html += '<form>';
|
||||
html += '<label for="txtPersonName">Name:</label>';
|
||||
html += '<input type="text" id="txtPersonName" name="txtPersonName" required="required"/>';
|
||||
|
@ -258,7 +260,7 @@
|
|||
MetadataEditor.currentItemType = data.itemType;
|
||||
//Dashboard.navigate('edititemmetadata.html?id=' + data.id);
|
||||
|
||||
$.mobile.urlHistory.ignoreNextHashChange = true;
|
||||
//$.mobile.urlHistory.ignoreNextHashChange = true;
|
||||
window.location.hash = 'editItemPeoplePage?id=' + data.id;
|
||||
|
||||
reload(page);
|
||||
|
|
|
@ -32,6 +32,11 @@ $.fn.checked = function (value) {
|
|||
}
|
||||
};
|
||||
|
||||
$.fn.buttonEnabled = function(enabled) {
|
||||
|
||||
return this;
|
||||
};
|
||||
|
||||
if (!Array.prototype.filter) {
|
||||
Array.prototype.filter = function (fun /*, thisp*/) {
|
||||
"use strict";
|
||||
|
|
|
@ -490,10 +490,10 @@
|
|||
|
||||
$('.playFlyout').popup("close").remove();
|
||||
|
||||
var html = '<div data-role="popup" class="playFlyout" style="max-width:300px;" data-corners="false" data-theme="c" data-history="false">';
|
||||
var html = '<div data-role="popup" class="playFlyout" style="max-width:300px;" data-theme="a" data-history="false">';
|
||||
|
||||
html += '<ul data-role="listview" style="min-width: 150px;" data-theme="c">';
|
||||
html += '<li data-role="list-divider" data-theme="a">Play Menu</li>';
|
||||
html += '<ul data-role="listview" style="min-width: 150px;">';
|
||||
html += '<li data-role="list-divider" data-theme="b">Play Menu</li>';
|
||||
|
||||
if (itemType == "MusicArtist") {
|
||||
html += '<li><a href="#" onclick="MediaPlayer.playArtist(\'' + itemId + '\');LibraryBrowser.closePlayMenu();">Play</a></li>';
|
||||
|
@ -1380,9 +1380,9 @@
|
|||
html += '</span>';
|
||||
|
||||
if (showControls) {
|
||||
html += '<button data-icon="arrow-left" data-iconpos="notext" data-inline="true" data-mini="true" class="btnPreviousPage" ' + (query.StartIndex ? '' : 'disabled') + '>Previous Page</button>';
|
||||
html += '<button data-icon="arrow-l" data-iconpos="notext" data-inline="true" data-mini="true" class="btnPreviousPage" ' + (query.StartIndex ? '' : 'disabled') + '>Previous Page</button>';
|
||||
|
||||
html += '<button data-icon="arrow-right" data-iconpos="notext" data-inline="true" data-mini="true" class="btnNextPage" ' + (query.StartIndex + query.Limit > totalRecordCount ? 'disabled' : '') + '>Next Page</button>';
|
||||
html += '<button data-icon="arrow-r" data-iconpos="notext" data-inline="true" data-mini="true" class="btnNextPage" ' + (query.StartIndex + query.Limit > totalRecordCount ? 'disabled' : '') + '>Next Page</button>';
|
||||
|
||||
var id = "selectPageSize" + new Date().getTime();
|
||||
|
||||
|
@ -1407,7 +1407,8 @@
|
|||
options += getOption(400);
|
||||
options += getOption(500);
|
||||
|
||||
html += '<label class="labelPageSize" for="' + id + '">Limit: </label><select class="selectPageSize" id="' + id + '" data-enhance="false" data-role="none">' + options + '</select>';
|
||||
// Add styles to defeat jquery mobile
|
||||
html += '<label style="display:inline;font-size:inherit;" class="labelPageSize" for="' + id + '">Limit: </label><select class="selectPageSize" id="' + id + '" data-enhance="false" data-role="none">' + options + '</select>';
|
||||
}
|
||||
|
||||
html += '</div>';
|
||||
|
@ -2351,8 +2352,8 @@
|
|||
}) + '" />';
|
||||
html += '</div>';
|
||||
|
||||
html += '<div class="galleryPopup" id="pop_' + index + '_' + tag + '" data-role="popup" data-theme="d" data-corners="false" data-overlay-theme="a">';
|
||||
html += '<a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>';
|
||||
html += '<div class="galleryPopup" id="pop_' + index + '_' + tag + '" data-role="popup">';
|
||||
html += '<a href="#" data-rel="back" data-role="button" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>';
|
||||
html += '<img class="" src="' + LibraryBrowser.getImageUrl(item, type, index, {
|
||||
|
||||
maxwidth: screenWidth,
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
picker.close();
|
||||
},
|
||||
|
||||
header: "Select Items By Name Path",
|
||||
header: "Select Images By Name Path",
|
||||
|
||||
instruction: "Browse or enter the path to your items by name folder. The folder must be writeable."
|
||||
});
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
getVirtualFolderHtml: function (virtualFolder, isCollapsed, index) {
|
||||
|
||||
isCollapsed = isCollapsed ? "true" : "false";
|
||||
var html = '<div class="collapsibleVirtualFolder" data-mini="true" data-role="collapsible" data-collapsed="' + isCollapsed + '" data-content-theme="c">';
|
||||
var html = '<div class="collapsibleVirtualFolder" data-mini="true" data-role="collapsible" data-collapsed="' + isCollapsed + '">';
|
||||
|
||||
html += '<h3>' + virtualFolder.Name + '</h3>';
|
||||
|
||||
|
@ -110,7 +110,7 @@
|
|||
html += '<ul class="mediaFolderLocations" data-inset="true" data-role="listview" data-split-icon="minus">';
|
||||
|
||||
html += '<li data-role="list-divider" class="mediaLocationsHeader">Media Locations';
|
||||
html += '<button type="button" data-icon="plus" data-mini="true" data-theme="c" data-inline="true" data-iconpos="notext" onclick="MediaLibraryPage.addMediaLocation(' + index + ');"></button>';
|
||||
html += '<button type="button" data-icon="plus" data-mini="true" data-inline="true" data-iconpos="notext" onclick="MediaLibraryPage.addMediaLocation(' + index + ');"></button>';
|
||||
html += '</li>';
|
||||
|
||||
for (var i = 0, length = virtualFolder.Locations.length; i < length; i++) {
|
||||
|
@ -125,8 +125,8 @@
|
|||
|
||||
html += '<p>';
|
||||
html += '<button type="button" data-inline="true" data-icon="minus" data-folderindex="' + index + '" onclick="MediaLibraryPage.deleteVirtualFolder(this);" data-mini="true">Remove</button>';
|
||||
html += '<button type="button" data-inline="true" data-icon="pencil" data-folderindex="' + index + '" onclick="MediaLibraryPage.renameVirtualFolder(this);" data-mini="true">Rename</button>';
|
||||
html += '<button type="button" data-inline="true" data-icon="pencil" data-folderindex="' + index + '" onclick="MediaLibraryPage.changeCollectionType(this);" data-mini="true">Change type</button>';
|
||||
html += '<button type="button" data-inline="true" data-icon="edit" data-folderindex="' + index + '" onclick="MediaLibraryPage.renameVirtualFolder(this);" data-mini="true">Rename</button>';
|
||||
html += '<button type="button" data-inline="true" data-icon="edit" data-folderindex="' + index + '" onclick="MediaLibraryPage.changeCollectionType(this);" data-mini="true">Change type</button>';
|
||||
html += '</p>';
|
||||
|
||||
html += '</div>';
|
||||
|
|
|
@ -28,19 +28,19 @@
|
|||
|
||||
var html = '<div data-role="popup" class="notificationsFlyout" style="min-width:250px;margin-top:30px;margin-right:20px;background: #f8f8f8;">';
|
||||
|
||||
html += '<a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>';
|
||||
html += '<a href="#" data-rel="back" data-role="button" data-theme="b" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>';
|
||||
|
||||
html += '<div class="ui-corner-top ui-bar-a" style="text-align:center;">';
|
||||
html += '<div class="ui-bar-a" style="text-align:center;">';
|
||||
html += '<h3 style="margin: .5em 0;">Notifications</h3>';
|
||||
html += '</div>';
|
||||
|
||||
html += '<div data-role="content" class="ui-corner-bottom ui-content" style="padding: 0;">';
|
||||
html += '<div data-role="content" style="padding: 0;">';
|
||||
|
||||
html += '<p class="notificationsFlyoutlist">Loading...';
|
||||
|
||||
html += '</p>';
|
||||
|
||||
html += '<p style="display:none;" class="btnMarkReadContainer"><button class="btnMarkRead" type="button" data-icon="ok" data-mini="true">Mark these read</button></p>';
|
||||
html += '<p style="display:none;" class="btnMarkReadContainer"><button class="btnMarkRead" type="button" data-icon="check" data-mini="true">Mark these read</button></p>';
|
||||
html += '</div>';
|
||||
|
||||
html += '</div>';
|
||||
|
|
|
@ -10,13 +10,13 @@
|
|||
|
||||
options.header = options.header || "Rate and Review";
|
||||
|
||||
var html = '<div data-role="popup" id="popupRatingDialog" class="ui-corner-all popup" style="min-width:400px;" data-dismissible="false">';
|
||||
var html = '<div data-role="popup" id="popupRatingDialog" class="popup" style="min-width:400px;">';
|
||||
|
||||
html += '<div class="ui-corner-top ui-bar-a" style="text-align: center; padding: 0 20px;">';
|
||||
html += '<div class="ui-bar-a" style="text-align: center; padding: 0 20px;">';
|
||||
html += '<h3>' + options.header + '</h3>';
|
||||
html += '</div>';
|
||||
|
||||
html += '<div data-role="content" class="ui-corner-bottom ui-content">';
|
||||
html += '<div style="padding: 1em;">';
|
||||
html += '<form>';
|
||||
|
||||
html += '<div style="margin:0;">';
|
||||
|
@ -32,7 +32,7 @@
|
|||
|
||||
|
||||
html += '<p>';
|
||||
html += '<button type="submit" data-theme="b" data-icon="ok">OK</button>';
|
||||
html += '<button type="submit" data-theme="b" data-icon="check">OK</button>';
|
||||
html += '<button type="button" data-icon="delete" onclick="$(this).parents(\'.popup\').popup(\'close\');">Cancel</button>';
|
||||
html += '</p>';
|
||||
html += '<p id="errorMsg" style="display:none; color:red; font-weight:bold">';
|
||||
|
|
|
@ -64,13 +64,13 @@
|
|||
|
||||
var item = options.item;
|
||||
|
||||
var html = '<div data-role="popup" id="remoteControlFlyout">';
|
||||
var html = '<div data-role="popup" id="remoteControlFlyout" data-theme="a">';
|
||||
|
||||
html += '<div class="ui-corner-top ui-bar-a" style="text-align:center;">';
|
||||
html += '<div class="ui-bar-b" style="text-align:center;">';
|
||||
html += '<div style="margin:.5em 0;">Remote Control</div>';
|
||||
html += '</div>';
|
||||
|
||||
html += '<div data-role="content" class="ui-corner-bottom ui-content">';
|
||||
html += '<div style="padding: 1em;">';
|
||||
|
||||
html += '<form id="sendToForm">';
|
||||
html += '<input type="hidden" value="PlayNow" id="fldPlayCommand" />';
|
||||
|
@ -82,15 +82,15 @@
|
|||
|
||||
html += '<p style="text-align:center;margin:.75em 0 0;">';
|
||||
|
||||
html += '<span id="playButtonContainer" style="display:none;"><button onclick="$(\'#fldPlayCommand\').val(\'PlayNow\');" type="submit" data-icon="play" data-theme="b" data-mini="true" data-inline="true">Play</button></span>';
|
||||
html += '<span id="playButtonContainer" style="display:none;"><button onclick="$(\'#fldPlayCommand\').val(\'PlayNow\');" type="submit" data-icon="play" data-mini="true" data-inline="true">Play</button></span>';
|
||||
|
||||
html += '<span id="resumeButtonContainer" style="display:none;"><button onclick="$(\'#fldPlayCommand\').val(\'Resume\');" type="submit" data-icon="play" data-theme="b" data-mini="true" data-inline="true">Resume</button></span>';
|
||||
html += '<span id="resumeButtonContainer" style="display:none;"><button onclick="$(\'#fldPlayCommand\').val(\'Resume\');" type="submit" data-icon="play" data-mini="true" data-inline="true">Resume</button></span>';
|
||||
|
||||
html += '<span id="queueButtonContainer" style="display:none;"><button onclick="$(\'#fldPlayCommand\').val(\'PlayLast\');" type="submit" data-icon="plus" data-theme="b" data-mini="true" data-inline="true">Queue</button></span>';
|
||||
html += '<span id="queueButtonContainer" style="display:none;"><button onclick="$(\'#fldPlayCommand\').val(\'PlayLast\');" type="submit" data-icon="plus" data-mini="true" data-inline="true">Queue</button></span>';
|
||||
|
||||
html += '<span id="browseButtonContainer" style="display:none;"><button onclick="$(\'#fldPlayCommand\').val(\'Browse\');" type="submit" data-icon="arrow-right" data-theme="b" data-mini="true" data-inline="true">Browse</button></span>';
|
||||
html += '<span id="browseButtonContainer" style="display:none;"><button onclick="$(\'#fldPlayCommand\').val(\'Browse\');" type="submit" data-icon="eye" data-mini="true" data-inline="true">Browse</button></span>';
|
||||
|
||||
html += '<button type="button" data-icon="delete" onclick="$(\'#remoteControlFlyout\').popup(\'close\');" data-theme="a" data-mini="true" data-inline="true">Cancel</button>';
|
||||
html += '<button type="button" data-icon="delete" onclick="$(\'#remoteControlFlyout\').popup(\'close\');" data-mini="true" data-inline="true">Cancel</button>';
|
||||
|
||||
html += '</p>';
|
||||
|
||||
|
@ -655,13 +655,15 @@
|
|||
|
||||
function showMenu(sessions) {
|
||||
|
||||
var html = '<div data-role="popup" id="remoteControlFlyout">';
|
||||
var html = '<div data-role="popup" id="remoteControlFlyout" data-theme="a">';
|
||||
|
||||
html += '<div class="ui-corner-top ui-bar-a" style="text-align:center;">';
|
||||
html += '<a href="#" data-rel="back" data-role="button" data-icon="delete" data-iconpos="notext" class="ui-btn-right" data-theme="b">Close</a>';
|
||||
|
||||
html += '<div class="ui-bar-b" style="text-align:center;">';
|
||||
html += '<div style="margin:.5em 0;">Remote Control</div>';
|
||||
html += '</div>';
|
||||
|
||||
html += '<div data-role="content" class="ui-corner-bottom ui-content">';
|
||||
html += '<div style="padding: 1em;">';
|
||||
|
||||
html += '<div class="sessionsPopupContent">';
|
||||
|
||||
|
@ -686,11 +688,11 @@
|
|||
html += '<p class="sessionButtons" style="text-align:center;">';
|
||||
|
||||
html += '<button class="btnGoHome" type="button" data-icon="home" data-mini="true" data-inline="true">Home</button>';
|
||||
html += '<button class="btnGoToSettings" type="button" data-icon="wrench" data-mini="true" data-inline="true">Settings</button>';
|
||||
html += '<button class="btnGoToSettings" type="button" data-icon="gear" data-mini="true" data-inline="true">Settings</button>';
|
||||
|
||||
html += '</p>';
|
||||
|
||||
html += '<div class="commandsCollapsible" data-role="collapsible" data-content-theme="c" data-collapsed="true" data-mini="true" style="margin-top: 1em;display:none;">';
|
||||
html += '<div class="commandsCollapsible" data-role="collapsible" data-collapsed="true" data-mini="true" style="margin-top: 1em;display:none;">';
|
||||
html += '<h4>Send Message</h4>';
|
||||
html += '<div>';
|
||||
|
||||
|
@ -700,20 +702,13 @@
|
|||
|
||||
html += '<div style="display:inline-block;width:80%;"><input id="txtMessage" name="txtMessage" type="text" /></div>';
|
||||
|
||||
html += '<button type="button" data-icon="envelope" class="btnSendMessage" data-theme="a" data-mini="true" data-inline="true">Send</button>';
|
||||
html += '<button type="button" data-icon="mail" class="btnSendMessage" data-mini="true" data-inline="true">Send</button>';
|
||||
|
||||
html += '</p>';
|
||||
|
||||
html += '</div>';
|
||||
html += '</div>';
|
||||
|
||||
|
||||
html += '<p style="text-align:center;margin:1em 0 0;">';
|
||||
|
||||
html += '<button type="button" data-icon="delete" onclick="$(\'#remoteControlFlyout\').popup(\'close\');" data-theme="a" data-mini="true" data-inline="true">Close</button>';
|
||||
|
||||
html += '</p>';
|
||||
|
||||
html += '</div>';
|
||||
|
||||
html += '</div>';
|
||||
|
@ -880,11 +875,11 @@
|
|||
html += '</div>';
|
||||
|
||||
html += '<div style="text-align:center; margin: 0 0 2em;">';
|
||||
html += '<button class="btnPreviousTrack" type="button" data-icon="step-backward" data-inline="true" data-iconpos="notext">Previous track</button>';
|
||||
html += '<button class="btnPreviousTrack" type="button" data-icon="previous-track" data-inline="true" data-iconpos="notext">Previous track</button>';
|
||||
html += '<span class="btnPauseParent"><button class="btnPause" type="button" data-icon="pause" data-inline="true" data-iconpos="notext">Pause</button></span>';
|
||||
html += '<span class="btnPlayParent"><button class="btnPlay" type="button" data-icon="play" data-inline="true" data-iconpos="notext">Play</button></span>';
|
||||
html += '<button class="btnStop" type="button" data-icon="stop" data-inline="true" data-iconpos="notext">Stop</button>';
|
||||
html += '<button class="btnNextTrack" type="button" data-icon="step-forward" data-inline="true" data-iconpos="notext">Next track</button>';
|
||||
html += '<button class="btnNextTrack" type="button" data-icon="next-track" data-inline="true" data-iconpos="notext">Next track</button>';
|
||||
html += '<button class="btnVolumeDown" type="button" data-icon="volume-down" data-inline="true" data-iconpos="notext">Decrease volume</button>';
|
||||
html += '<button class="btnVolumeUp" type="button" data-icon="volume-up" data-inline="true" data-iconpos="notext">Increase volume</button>';
|
||||
html += '<button class="btnToggleMute" type="button" data-icon="volume-off" data-inline="true" data-iconpos="notext">Toggle mute</button>';
|
||||
|
|
|
@ -39,10 +39,10 @@ var Dashboard = {
|
|||
//$.mobile.page.prototype.options.footerTheme = "a";
|
||||
|
||||
//$.mobile.button.prototype.options.theme = "c";
|
||||
$.mobile.listview.prototype.options.dividerTheme = "b";
|
||||
//$.mobile.listview.prototype.options.dividerTheme = "b";
|
||||
|
||||
$.mobile.popup.prototype.options.theme = "c";
|
||||
$.mobile.popup.prototype.options.transition = "none";
|
||||
//$.mobile.popup.prototype.options.theme = "c";
|
||||
//$.mobile.popup.prototype.options.transition = "none";
|
||||
//$.mobile.defaultPageTransition = "none";
|
||||
//$.mobile.collapsible.prototype.options.contentTheme = "a";
|
||||
},
|
||||
|
@ -131,7 +131,7 @@ var Dashboard = {
|
|||
alert: function (message) {
|
||||
|
||||
$.mobile.loading('show', {
|
||||
theme: "e",
|
||||
theme: "b",
|
||||
text: message,
|
||||
textonly: true,
|
||||
textVisible: true
|
||||
|
@ -139,7 +139,7 @@ var Dashboard = {
|
|||
|
||||
setTimeout(function () {
|
||||
$.mobile.loading('hide');
|
||||
}, 2000);
|
||||
}, 4000);
|
||||
},
|
||||
|
||||
updateSystemInfo: function (info) {
|
||||
|
@ -259,7 +259,7 @@ var Dashboard = {
|
|||
var html = '<span style="margin-right: 1em;">Please restart Media Browser Server to finish updating.</span>';
|
||||
|
||||
if (systemInfo.CanSelfRestart) {
|
||||
html += '<button type="button" data-icon="refresh" onclick="$(this).button(\'disable\');Dashboard.restartServer();" data-theme="b" data-inline="true" data-mini="true">Restart Server</button>';
|
||||
html += '<button type="button" data-icon="refresh" onclick="$(this).buttonEnabled(false);Dashboard.restartServer();" data-theme="b" data-inline="true" data-mini="true">Restart Server</button>';
|
||||
}
|
||||
|
||||
Dashboard.showFooterNotification({ id: "serverRestartWarning", html: html, forceShow: true, allowHide: false });
|
||||
|
@ -273,7 +273,6 @@ var Dashboard = {
|
|||
showDashboardVersionWarning: function () {
|
||||
|
||||
var html = '<span style="margin-right: 1em;">Please refresh this page to receive new updates from the server.</span>';
|
||||
html += '<button type="button" data-icon="refresh" onclick="Dashboard.reloadPage();" data-theme="b" data-inline="true" data-mini="true">Refresh Page</button>';
|
||||
|
||||
Dashboard.showFooterNotification({ id: "dashboardVersionWarning", html: html, forceShow: true, allowHide: false });
|
||||
},
|
||||
|
@ -377,19 +376,19 @@ var Dashboard = {
|
|||
|
||||
$('#confirmFlyout').popup("close").remove();
|
||||
|
||||
var html = '<div data-role="popup" id="confirmFlyout" style="max-width:500px;" class="ui-corner-all">';
|
||||
var html = '<div data-role="popup" id="confirmFlyout" style="max-width:500px;" data-theme="a">';
|
||||
|
||||
html += '<div class="ui-corner-top ui-bar-a" style="text-align:center;">';
|
||||
html += '<div class="ui-bar-a" style="text-align:center;">';
|
||||
html += '<h3>' + title + '</h3>';
|
||||
html += '</div>';
|
||||
|
||||
html += '<div data-role="content" class="ui-corner-bottom ui-content">';
|
||||
html += '<div style="padding: 1em;">';
|
||||
|
||||
html += '<div style="padding: 1em .25em;margin: 0;">';
|
||||
html += message;
|
||||
html += '</div>';
|
||||
|
||||
html += '<p><button type="button" data-icon="ok" onclick="$(\'#confirmFlyout\')[0].confirm=true;$(\'#confirmFlyout\').popup(\'close\');" data-theme="b">Ok</button></p>';
|
||||
html += '<p><button type="button" data-icon="check" onclick="$(\'#confirmFlyout\')[0].confirm=true;$(\'#confirmFlyout\').popup(\'close\');" data-theme="b">Ok</button></p>';
|
||||
html += '<p><button type="button" data-icon="delete" onclick="$(\'#confirmFlyout\').popup(\'close\');" data-theme="a">Cancel</button></p>';
|
||||
html += '</div>';
|
||||
|
||||
|
@ -465,15 +464,15 @@ var Dashboard = {
|
|||
|
||||
Dashboard.getCurrentUser().done(function (user) {
|
||||
|
||||
var html = '<div data-role="popup" id="userFlyout" style="max-width:400px;margin-top:30px;margin-right:20px;" class="ui-corner-all">';
|
||||
var html = '<div data-role="popup" id="userFlyout" style="max-width:400px;margin-top:30px;margin-right:20px;" data-theme="a">';
|
||||
|
||||
html += '<a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>';
|
||||
html += '<a href="#" data-rel="back" data-role="button" data-icon="delete" data-iconpos="notext" class="ui-btn-right" data-theme="b">Close</a>';
|
||||
|
||||
html += '<div class="ui-corner-top ui-bar-a" style="text-align:center;">';
|
||||
html += '<div class="ui-bar-b" style="text-align:center;">';
|
||||
html += '<h3 style="margin: .5em 0;">' + user.Name + '</h3>';
|
||||
html += '</div>';
|
||||
|
||||
html += '<div data-role="content" class="ui-corner-bottom ui-content">';
|
||||
html += '<div style="padding: 1em;">';
|
||||
|
||||
html += '<p style="text-align:center;">';
|
||||
|
||||
|
@ -572,7 +571,7 @@ var Dashboard = {
|
|||
|
||||
if (user && !page.hasClass('wizardPage')) {
|
||||
|
||||
headerHtml += '<a class="imageLink btnCurrentUser" href="#" onclick="Dashboard.showUserFlyout(this);"><span class="currentUsername">' + user.Name + '</span>';
|
||||
headerHtml += '<a class="imageLink btnCurrentUser" href="#" onclick="Dashboard.showUserFlyout(this);"><span class="currentUsername" style="font-weight:normal;">' + user.Name + '</span>';
|
||||
|
||||
if (user.PrimaryImageTag) {
|
||||
|
||||
|
@ -999,7 +998,7 @@ var Dashboard = {
|
|||
|
||||
if (percentComplete < 100) {
|
||||
var btnId = "btnCancel" + installation.Id;
|
||||
html += '<button id="' + btnId + '" type="button" data-icon="delete" onclick="$(\'' + btnId + '\').button(\'disable\');Dashboard.cancelInstallation(\'' + installation.Id + '\');" data-theme="b" data-inline="true" data-mini="true">Cancel</button>';
|
||||
html += '<button id="' + btnId + '" type="button" data-icon="delete" onclick="$(\'' + btnId + '\').buttonEnabled(false);Dashboard.cancelInstallation(\'' + installation.Id + '\');" data-theme="b" data-inline="true" data-mini="true">Cancel</button>';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -11,11 +11,11 @@
|
|||
if (user.HasPassword) {
|
||||
$('#btnResetPassword', page).show();
|
||||
$('#fldCurrentPassword', page).show();
|
||||
$('h3', page).html('Update Password').show();
|
||||
$('.formheader', page).hide();
|
||||
} else {
|
||||
$('#btnResetPassword', page).hide();
|
||||
$('#fldCurrentPassword', page).hide();
|
||||
$('h3', page).html('Create Password').show();
|
||||
$('.formheader', page).html('Create Password').show();
|
||||
}
|
||||
|
||||
});
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="songsPage" data-role="page" class="page libraryPage" data-theme="a" data-view="music">
|
||||
<div id="songsPage" data-role="page" class="page libraryPage" data-theme="b" data-view="music">
|
||||
<div class="libraryViewNav">
|
||||
<a href="musicrecommended.html">Suggested</a>
|
||||
<a href="songs.html" class="ui-btn-active">Songs</a>
|
||||
|
@ -26,7 +26,7 @@
|
|||
</div>
|
||||
<div id="items" class="itemsContainer"></div>
|
||||
</div>
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
|
||||
<form>
|
||||
<fieldset data-role="controlgroup">
|
||||
|
@ -34,31 +34,31 @@
|
|||
<strong>Sort By:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioName" value="on" checked="checked" data-sortby="Name" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioName" value="on" checked="checked" data-sortby="Name" data-mini="true">
|
||||
<label for="radioName">Track Name</label>
|
||||
|
||||
<input class="radioSortBy defaultSort" data-theme="c" type="radio" name="radioSortBy" id="radioAlbum" value="on" checked="checked" data-sortby="Album,SortName" data-mini="true">
|
||||
<input class="radioSortBy defaultSort" type="radio" name="radioSortBy" id="radioAlbum" value="on" checked="checked" data-sortby="Album,SortName" data-mini="true">
|
||||
<label for="radioAlbum">Album</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioAlbumArtist" value="on" data-sortby="AlbumArtist,Album,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioAlbumArtist" value="on" data-sortby="AlbumArtist,Album,SortName" data-mini="true">
|
||||
<label for="radioAlbumArtist">Album Artist</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioArtist" value="on" data-sortby="Artist,Album,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioArtist" value="on" data-sortby="Artist,Album,SortName" data-mini="true">
|
||||
<label for="radioArtist">Artist</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioDateCreated" value="off" data-sortby="DateCreated,AlbumArtist,Album,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioDateCreated" value="off" data-sortby="DateCreated,AlbumArtist,Album,SortName" data-mini="true">
|
||||
<label for="radioDateCreated">Date Added</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioDatePlayed" value="off" data-sortby="DatePlayed,AlbumArtist,Album,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioDatePlayed" value="off" data-sortby="DatePlayed,AlbumArtist,Album,SortName" data-mini="true">
|
||||
<label for="radioDatePlayed">Date Played</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioPlayCount" value="off" data-sortby="PlayCount,AlbumArtist,Album,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioPlayCount" value="off" data-sortby="PlayCount,AlbumArtist,Album,SortName" data-mini="true">
|
||||
<label for="radioPlayCount">Play Count</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioPremiereDate" value="off" data-sortby="PremiereDate,AlbumArtist,Album,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioPremiereDate" value="off" data-sortby="PremiereDate,AlbumArtist,Album,SortName" data-mini="true">
|
||||
<label for="radioPremiereDate">Release Date</label>
|
||||
|
||||
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioRuntime" value="off" data-sortby="Runtime,AlbumArtist,Album,SortName" data-mini="true">
|
||||
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioRuntime" value="off" data-sortby="Runtime,AlbumArtist,Album,SortName" data-mini="true">
|
||||
<label for="radioRuntime">Runtime</label>
|
||||
</fieldset>
|
||||
|
||||
|
@ -67,33 +67,33 @@
|
|||
<strong>Sort Order:</strong>
|
||||
</legend>
|
||||
|
||||
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
||||
<label for="radioAscending">Ascending</label>
|
||||
|
||||
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
||||
<label for="radioDescending">Descending</label>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
||||
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
||||
<form>
|
||||
<fieldset data-role="controlgroup">
|
||||
<legend>
|
||||
<strong>Filters:</strong>
|
||||
</legend>
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkPlayed" id="chkPlayed" data-theme="c" data-filter="IsPlayed" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkPlayed" id="chkPlayed" data-filter="IsPlayed" data-mini="true">
|
||||
<label for="chkPlayed">Played</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkUnplayed" id="chkUnplayed" data-theme="c" data-filter="IsUnPlayed" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkUnplayed" id="chkUnplayed" data-filter="IsUnPlayed" data-mini="true">
|
||||
<label for="chkUnplayed">Unplayed</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-theme="c" data-filter="IsFavorite" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-filter="IsFavorite" data-mini="true">
|
||||
<label for="chkIsFavorite">Favorite</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-theme="c" data-filter="Likes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-filter="Likes" data-mini="true">
|
||||
<label for="chkLikes">Likes</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-theme="c" data-filter="Dislikes" data-mini="true">
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-filter="Dislikes" data-mini="true">
|
||||
<label for="chkDislikes">Dislikes</label>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
Before Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 108 KiB |
Before Width: | Height: | Size: 366 B |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 8.4 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 17 KiB |
|
@ -1,305 +0,0 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title> jQuery Mobile Icon Pack</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- jQuery Mobile CSS bits -->
|
||||
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
|
||||
|
||||
<!-- Custom css -->
|
||||
<link rel="stylesheet" href="jqm-icon-pack-3.0.0-fa.css" />
|
||||
|
||||
<!-- Javascript includes -->
|
||||
<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
|
||||
<script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div data-role="page">
|
||||
|
||||
<div data-role="header">
|
||||
<a href="../index.html" data-icon="home">Back</a>
|
||||
<h1>jQuery Mobile Icon Pack</h1>
|
||||
</div>
|
||||
|
||||
<div data-role="content">
|
||||
|
||||
<a href="http://jqmiconpack.andymatthews.net" data-ajax="false" data-role="button" data-theme="e">Build your own!</a>
|
||||
<a href="https://github.com/commadelimited/jQuery-Mobile-Icon-Pack" data-role="button">Download the Icon Pack</a>
|
||||
|
||||
<h3>Font Awesome Icons</h3>
|
||||
<a href="index.html" data-role="button" data-icon="cloud-download" data-theme="b">data-icon="cloud-download"</a>
|
||||
<a href="index.html" data-role="button" data-icon="cloud-upload" data-theme="b">data-icon="cloud-upload"</a>
|
||||
<a href="index.html" data-role="button" data-icon="lightbulb" data-theme="b">data-icon="lightbulb"</a>
|
||||
<a href="index.html" data-role="button" data-icon="exchange" data-theme="b">data-icon="exchange"</a>
|
||||
<a href="index.html" data-role="button" data-icon="bell-alt" data-theme="b">data-icon="bell-alt"</a>
|
||||
<a href="index.html" data-role="button" data-icon="file-alt" data-theme="b">data-icon="file-alt"</a>
|
||||
<a href="index.html" data-role="button" data-icon="beer" data-theme="b">data-icon="beer"</a>
|
||||
<a href="index.html" data-role="button" data-icon="coffee" data-theme="b">data-icon="coffee"</a>
|
||||
<a href="index.html" data-role="button" data-icon="food" data-theme="b">data-icon="food"</a>
|
||||
<a href="index.html" data-role="button" data-icon="fighter-jet" data-theme="b">data-icon="fighter-jet"</a>
|
||||
<a href="index.html" data-role="button" data-icon="user-md" data-theme="b">data-icon="user-md"</a>
|
||||
<a href="index.html" data-role="button" data-icon="stethoscope" data-theme="b">data-icon="stethoscope"</a>
|
||||
<a href="index.html" data-role="button" data-icon="suitcase" data-theme="b">data-icon="suitcase"</a>
|
||||
<a href="index.html" data-role="button" data-icon="building" data-theme="b">data-icon="building"</a>
|
||||
<a href="index.html" data-role="button" data-icon="hospital" data-theme="b">data-icon="hospital"</a>
|
||||
<a href="index.html" data-role="button" data-icon="ambulance" data-theme="b">data-icon="ambulance"</a>
|
||||
<a href="index.html" data-role="button" data-icon="medkit" data-theme="b">data-icon="medkit"</a>
|
||||
<a href="index.html" data-role="button" data-icon="h-sign" data-theme="b">data-icon="h-sign"</a>
|
||||
<a href="index.html" data-role="button" data-icon="plus-sign-alt" data-theme="b">data-icon="plus-sign-alt"</a>
|
||||
<a href="index.html" data-role="button" data-icon="spinner" data-theme="b">data-icon="spinner"</a>
|
||||
<a href="index.html" data-role="button" data-icon="angle-left" data-theme="b">data-icon="angle-left"</a>
|
||||
<a href="index.html" data-role="button" data-icon="angle-right" data-theme="b">data-icon="angle-right"</a>
|
||||
<a href="index.html" data-role="button" data-icon="angle-up" data-theme="b">data-icon="angle-up"</a>
|
||||
<a href="index.html" data-role="button" data-icon="angle-down" data-theme="b">data-icon="angle-down"</a>
|
||||
<a href="index.html" data-role="button" data-icon="double-angle-left" data-theme="b">data-icon="double-angle-left"</a>
|
||||
<a href="index.html" data-role="button" data-icon="double-angle-right" data-theme="b">data-icon="double-angle-right"</a>
|
||||
<a href="index.html" data-role="button" data-icon="double-angle-up" data-theme="b">data-icon="double-angle-up"</a>
|
||||
<a href="index.html" data-role="button" data-icon="double-angle-down" data-theme="b">data-icon="double-angle-down"</a>
|
||||
<a href="index.html" data-role="button" data-icon="circle-blank" data-theme="b">data-icon="circle-blank"</a>
|
||||
<a href="index.html" data-role="button" data-icon="circle" data-theme="b">data-icon="circle"</a>
|
||||
<a href="index.html" data-role="button" data-icon="desktop" data-theme="b">data-icon="desktop"</a>
|
||||
<a href="index.html" data-role="button" data-icon="laptop" data-theme="b">data-icon="laptop"</a>
|
||||
<a href="index.html" data-role="button" data-icon="tablet" data-theme="b">data-icon="tablet"</a>
|
||||
<a href="index.html" data-role="button" data-icon="mobile-phone" data-theme="b">data-icon="mobile-phone"</a>
|
||||
<a href="index.html" data-role="button" data-icon="quote-left" data-theme="b">data-icon="quote-left"</a>
|
||||
<a href="index.html" data-role="button" data-icon="quote-right" data-theme="b">data-icon="quote-right"</a>
|
||||
<a href="index.html" data-role="button" data-icon="github-alt" data-theme="b">data-icon="github-alt"</a>
|
||||
<a href="index.html" data-role="button" data-icon="folder-close-alt" data-theme="b">data-icon="folder-close-alt"</a>
|
||||
<a href="index.html" data-role="button" data-icon="folder-open-alt" data-theme="b">data-icon="folder-open-alt"</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="index.html" data-role="button" data-icon="glass">data-icon="glass"</a>
|
||||
<a href="index.html" data-role="button" data-icon="music">data-icon="music"</a>
|
||||
<a href="index.html" data-role="button" data-icon="fasearch">data-icon="fasearch"</a>
|
||||
<a href="index.html" data-role="button" data-icon="envelope">data-icon="envelope"</a>
|
||||
<a href="index.html" data-role="button" data-icon="heart">data-icon="heart"</a>
|
||||
<a href="index.html" data-role="button" data-icon="fastar">data-icon="fastar"</a>
|
||||
<a href="index.html" data-role="button" data-icon="star-empty">data-icon="star-empty"</a>
|
||||
<a href="index.html" data-role="button" data-icon="user">data-icon="user"</a>
|
||||
<a href="index.html" data-role="button" data-icon="film">data-icon="film"</a>
|
||||
<a href="index.html" data-role="button" data-icon="th-large">data-icon="th-large"</a>
|
||||
<a href="index.html" data-role="button" data-icon="th">data-icon="th"</a>
|
||||
<a href="index.html" data-role="button" data-icon="th-list">data-icon="th-list"</a>
|
||||
<a href="index.html" data-role="button" data-icon="ok">data-icon="ok"</a>
|
||||
<a href="index.html" data-role="button" data-icon="remove">data-icon="remove"</a>
|
||||
<a href="index.html" data-role="button" data-icon="zoom-in">data-icon="zoom-in"</a>
|
||||
<a href="index.html" data-role="button" data-icon="zoom-out">data-icon="zoom-out"</a>
|
||||
<a href="index.html" data-role="button" data-icon="off">data-icon="off"</a>
|
||||
<a href="index.html" data-role="button" data-icon="signal">data-icon="signal"</a>
|
||||
<a href="index.html" data-role="button" data-icon="cog">data-icon="cog"</a>
|
||||
<a href="index.html" data-role="button" data-icon="trash">data-icon="trash"</a>
|
||||
<a href="index.html" data-role="button" data-icon="fahome">data-icon="fahome"</a>
|
||||
<a href="index.html" data-role="button" data-icon="file">data-icon="file"</a>
|
||||
<a href="index.html" data-role="button" data-icon="time">data-icon="time"</a>
|
||||
<a href="index.html" data-role="button" data-icon="road">data-icon="road"</a>
|
||||
<a href="index.html" data-role="button" data-icon="download-alt">data-icon="download-alt"</a>
|
||||
<a href="index.html" data-role="button" data-icon="download">data-icon="download"</a>
|
||||
<a href="index.html" data-role="button" data-icon="upload">data-icon="upload"</a>
|
||||
<a href="index.html" data-role="button" data-icon="inbox">data-icon="inbox"</a>
|
||||
<a href="index.html" data-role="button" data-icon="play-circle">data-icon="play-circle"</a>
|
||||
<a href="index.html" data-role="button" data-icon="repeat">data-icon="repeat"</a>
|
||||
<a href="index.html" data-role="button" data-icon="farefresh">data-icon="farefresh"</a>
|
||||
<a href="index.html" data-role="button" data-icon="list-alt">data-icon="list-alt"</a>
|
||||
<a href="index.html" data-role="button" data-icon="lock">data-icon="lock"</a>
|
||||
<a href="index.html" data-role="button" data-icon="flag">data-icon="flag"</a>
|
||||
<a href="index.html" data-role="button" data-icon="headphones">data-icon="headphones"</a>
|
||||
<a href="index.html" data-role="button" data-icon="volume-off">data-icon="volume-off"</a>
|
||||
<a href="index.html" data-role="button" data-icon="volume-down">data-icon="volume-down"</a>
|
||||
<a href="index.html" data-role="button" data-icon="volume-up">data-icon="volume-up"</a>
|
||||
<a href="index.html" data-role="button" data-icon="qrcode">data-icon="qrcode"</a>
|
||||
<a href="index.html" data-role="button" data-icon="barcode">data-icon="barcode"</a>
|
||||
<a href="index.html" data-role="button" data-icon="tag">data-icon="tag"</a>
|
||||
<a href="index.html" data-role="button" data-icon="tags">data-icon="tags"</a>
|
||||
<a href="index.html" data-role="button" data-icon="book">data-icon="book"</a>
|
||||
<a href="index.html" data-role="button" data-icon="bookmark">data-icon="bookmark"</a>
|
||||
<a href="index.html" data-role="button" data-icon="print">data-icon="print"</a>
|
||||
<a href="index.html" data-role="button" data-icon="camera">data-icon="camera"</a>
|
||||
<a href="index.html" data-role="button" data-icon="font">data-icon="font"</a>
|
||||
<a href="index.html" data-role="button" data-icon="bold">data-icon="bold"</a>
|
||||
<a href="index.html" data-role="button" data-icon="italic">data-icon="italic"</a>
|
||||
<a href="index.html" data-role="button" data-icon="text-height">data-icon="text-height"</a>
|
||||
<a href="index.html" data-role="button" data-icon="text-width">data-icon="text-width"</a>
|
||||
<a href="index.html" data-role="button" data-icon="align-left">data-icon="align-left"</a>
|
||||
<a href="index.html" data-role="button" data-icon="align-center">data-icon="align-center"</a>
|
||||
<a href="index.html" data-role="button" data-icon="align-right">data-icon="align-right"</a>
|
||||
<a href="index.html" data-role="button" data-icon="align-justify">data-icon="align-justify"</a>
|
||||
<a href="index.html" data-role="button" data-icon="list">data-icon="list"</a>
|
||||
<a href="index.html" data-role="button" data-icon="indent-left">data-icon="indent-left"</a>
|
||||
<a href="index.html" data-role="button" data-icon="indent-right">data-icon="indent-right"</a>
|
||||
<a href="index.html" data-role="button" data-icon="facetime-video">data-icon="facetime-video"</a>
|
||||
<a href="index.html" data-role="button" data-icon="picture">data-icon="picture"</a>
|
||||
<a href="index.html" data-role="button" data-icon="pencil">data-icon="pencil"</a>
|
||||
<a href="index.html" data-role="button" data-icon="map-marker">data-icon="map-marker"</a>
|
||||
<a href="index.html" data-role="button" data-icon="adjust">data-icon="adjust"</a>
|
||||
<a href="index.html" data-role="button" data-icon="tint">data-icon="tint"</a>
|
||||
<a href="index.html" data-role="button" data-icon="edit">data-icon="edit"</a>
|
||||
<a href="index.html" data-role="button" data-icon="share">data-icon="share"</a>
|
||||
<a href="index.html" data-role="button" data-icon="facheck">data-icon="facheck"</a>
|
||||
<a href="index.html" data-role="button" data-icon="move">data-icon="move"</a>
|
||||
<a href="index.html" data-role="button" data-icon="step-backward">data-icon="step-backward"</a>
|
||||
<a href="index.html" data-role="button" data-icon="fast-backward">data-icon="fast-backward"</a>
|
||||
<a href="index.html" data-role="button" data-icon="backward">data-icon="backward"</a>
|
||||
<a href="index.html" data-role="button" data-icon="play">data-icon="play"</a>
|
||||
<a href="index.html" data-role="button" data-icon="pause">data-icon="pause"</a>
|
||||
<a href="index.html" data-role="button" data-icon="stop">data-icon="stop"</a>
|
||||
<a href="index.html" data-role="button" data-icon="faforward">data-icon="faforward"</a>
|
||||
<a href="index.html" data-role="button" data-icon="fast-forward">data-icon="fast-forward"</a>
|
||||
<a href="index.html" data-role="button" data-icon="step-forward">data-icon="step-forward"</a>
|
||||
<a href="index.html" data-role="button" data-icon="eject">data-icon="eject"</a>
|
||||
<a href="index.html" data-role="button" data-icon="chevron-left">data-icon="chevron-left"</a>
|
||||
<a href="index.html" data-role="button" data-icon="chevron-right">data-icon="chevron-right"</a>
|
||||
<a href="index.html" data-role="button" data-icon="plus-sign">data-icon="plus-sign"</a>
|
||||
<a href="index.html" data-role="button" data-icon="minus-sign">data-icon="minus-sign"</a>
|
||||
<a href="index.html" data-role="button" data-icon="remove-sign">data-icon="remove-sign"</a>
|
||||
<a href="index.html" data-role="button" data-icon="ok-sign">data-icon="ok-sign"</a>
|
||||
<a href="index.html" data-role="button" data-icon="question-sign">data-icon="question-sign"</a>
|
||||
<a href="index.html" data-role="button" data-icon="info-sign">data-icon="info-sign"</a>
|
||||
<a href="index.html" data-role="button" data-icon="screenshot">data-icon="screenshot"</a>
|
||||
<a href="index.html" data-role="button" data-icon="remove-circle">data-icon="remove-circle"</a>
|
||||
<a href="index.html" data-role="button" data-icon="ok-circle">data-icon="ok-circle"</a>
|
||||
<a href="index.html" data-role="button" data-icon="ban-circle">data-icon="ban-circle"</a>
|
||||
<a href="index.html" data-role="button" data-icon="arrow-left">data-icon="arrow-left"</a>
|
||||
<a href="index.html" data-role="button" data-icon="arrow-right">data-icon="arrow-right"</a>
|
||||
<a href="index.html" data-role="button" data-icon="arrow-up">data-icon="arrow-up"</a>
|
||||
<a href="index.html" data-role="button" data-icon="arrow-down">data-icon="arrow-down"</a>
|
||||
<a href="index.html" data-role="button" data-icon="share-alt">data-icon="share-alt"</a>
|
||||
<a href="index.html" data-role="button" data-icon="resize-full">data-icon="resize-full"</a>
|
||||
<a href="index.html" data-role="button" data-icon="resize-small">data-icon="resize-small"</a>
|
||||
<a href="index.html" data-role="button" data-icon="faplus">data-icon="faplus"</a>
|
||||
<a href="index.html" data-role="button" data-icon="faminus">data-icon="faminus"</a>
|
||||
<a href="index.html" data-role="button" data-icon="asterisk">data-icon="asterisk"</a>
|
||||
<a href="index.html" data-role="button" data-icon="exclamation-sign">data-icon="exclamation-sign"</a>
|
||||
<a href="index.html" data-role="button" data-icon="gift">data-icon="gift"</a>
|
||||
<a href="index.html" data-role="button" data-icon="leaf">data-icon="leaf"</a>
|
||||
<a href="index.html" data-role="button" data-icon="fire">data-icon="fire"</a>
|
||||
<a href="index.html" data-role="button" data-icon="eye-open">data-icon="eye-open"</a>
|
||||
<a href="index.html" data-role="button" data-icon="eye-close">data-icon="eye-close"</a>
|
||||
<a href="index.html" data-role="button" data-icon="warning-sign">data-icon="warning-sign"</a>
|
||||
<a href="index.html" data-role="button" data-icon="plane">data-icon="plane"</a>
|
||||
<a href="index.html" data-role="button" data-icon="calendar">data-icon="calendar"</a>
|
||||
<a href="index.html" data-role="button" data-icon="random">data-icon="random"</a>
|
||||
<a href="index.html" data-role="button" data-icon="comment">data-icon="comment"</a>
|
||||
<a href="index.html" data-role="button" data-icon="magnet">data-icon="magnet"</a>
|
||||
<a href="index.html" data-role="button" data-icon="chevron-up">data-icon="chevron-up"</a>
|
||||
<a href="index.html" data-role="button" data-icon="chevron-down">data-icon="chevron-down"</a>
|
||||
<a href="index.html" data-role="button" data-icon="retweet">data-icon="retweet"</a>
|
||||
<a href="index.html" data-role="button" data-icon="shopping-cart">data-icon="shopping-cart"</a>
|
||||
<a href="index.html" data-role="button" data-icon="folder-close">data-icon="folder-close"</a>
|
||||
<a href="index.html" data-role="button" data-icon="folder-open">data-icon="folder-open"</a>
|
||||
<a href="index.html" data-role="button" data-icon="resize-vertical">data-icon="resize-vertical"</a>
|
||||
<a href="index.html" data-role="button" data-icon="resize-horizontal">data-icon="resize-horizontal"</a>
|
||||
<a href="index.html" data-role="button" data-icon="bar-chart">data-icon="bar-chart"</a>
|
||||
<a href="index.html" data-role="button" data-icon="twitter-sign">data-icon="twitter-sign"</a>
|
||||
<a href="index.html" data-role="button" data-icon="facebook-sign">data-icon="facebook-sign"</a>
|
||||
<a href="index.html" data-role="button" data-icon="camera-retro">data-icon="camera-retro"</a>
|
||||
<a href="index.html" data-role="button" data-icon="key">data-icon="key"</a>
|
||||
<a href="index.html" data-role="button" data-icon="cogs">data-icon="cogs"</a>
|
||||
<a href="index.html" data-role="button" data-icon="comments">data-icon="comments"</a>
|
||||
<a href="index.html" data-role="button" data-icon="thumbs-up">data-icon="thumbs-up"</a>
|
||||
<a href="index.html" data-role="button" data-icon="thumbs-down">data-icon="thumbs-down"</a>
|
||||
<a href="index.html" data-role="button" data-icon="star-half">data-icon="star-half"</a>
|
||||
<a href="index.html" data-role="button" data-icon="heart-empty">data-icon="heart-empty"</a>
|
||||
<a href="index.html" data-role="button" data-icon="signout">data-icon="signout"</a>
|
||||
<a href="index.html" data-role="button" data-icon="linkedin-sign">data-icon="linkedin-sign"</a>
|
||||
<a href="index.html" data-role="button" data-icon="pushpin">data-icon="pushpin"</a>
|
||||
<a href="index.html" data-role="button" data-icon="external-link">data-icon="external-link"</a>
|
||||
<a href="index.html" data-role="button" data-icon="signin">data-icon="signin"</a>
|
||||
<a href="index.html" data-role="button" data-icon="trophy">data-icon="trophy"</a>
|
||||
<a href="index.html" data-role="button" data-icon="github-sign">data-icon="github-sign"</a>
|
||||
<a href="index.html" data-role="button" data-icon="upload-alt">data-icon="upload-alt"</a>
|
||||
<a href="index.html" data-role="button" data-icon="lemon">data-icon="lemon"</a>
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="index.html" data-role="button" data-icon="beaker">data-icon="beaker"</a>
|
||||
<a href="index.html" data-role="button" data-icon="bell">data-icon="bell"</a>
|
||||
<a href="index.html" data-role="button" data-icon="bolt">data-icon="bolt"</a>
|
||||
<a href="index.html" data-role="button" data-icon="bookmark-empty">data-icon="bookmark-empty"</a>
|
||||
<a href="index.html" data-role="button" data-icon="briefcase">data-icon="briefcase"</a>
|
||||
<a href="index.html" data-role="button" data-icon="bullhorn">data-icon="bullhorn"</a>
|
||||
<a href="index.html" data-role="button" data-icon="caret-down">data-icon="caret-down"</a>
|
||||
<a href="index.html" data-role="button" data-icon="caret-left">data-icon="caret-left"</a>
|
||||
<a href="index.html" data-role="button" data-icon="caret-right">data-icon="caret-right"</a>
|
||||
<a href="index.html" data-role="button" data-icon="caret-up">data-icon="caret-up"</a>
|
||||
<a href="index.html" data-role="button" data-icon="certificate">data-icon="certificate"</a>
|
||||
<a href="index.html" data-role="button" data-icon="check-empty">data-icon="check-empty"</a>
|
||||
<a href="index.html" data-role="button" data-icon="circle-arrow-down">data-icon="circle-arrow-down"</a>
|
||||
<a href="index.html" data-role="button" data-icon="circle-arrow-left">data-icon="circle-arrow-left"</a>
|
||||
<a href="index.html" data-role="button" data-icon="circle-arrow-right">data-icon="circle-arrow-right"</a>
|
||||
<a href="index.html" data-role="button" data-icon="circle-arrow-up">data-icon="circle-arrow-up"</a>
|
||||
<a href="index.html" data-role="button" data-icon="cloud">data-icon="cloud"</a>
|
||||
<a href="index.html" data-role="button" data-icon="columns">data-icon="columns"</a>
|
||||
<a href="index.html" data-role="button" data-icon="comment-alt">data-icon="comment-alt"</a>
|
||||
<a href="index.html" data-role="button" data-icon="comments-alt">data-icon="comments-alt"</a>
|
||||
<a href="index.html" data-role="button" data-icon="copy">data-icon="copy"</a>
|
||||
<a href="index.html" data-role="button" data-icon="credit-card">data-icon="credit-card"</a>
|
||||
<a href="index.html" data-role="button" data-icon="cut">data-icon="cut"</a>
|
||||
<a href="index.html" data-role="button" data-icon="dashboard">data-icon="dashboard"</a>
|
||||
<a href="index.html" data-role="button" data-icon="envelope-alt">data-icon="envelope-alt"</a>
|
||||
<a href="index.html" data-role="button" data-icon="facebook">data-icon="facebook"</a>
|
||||
<a href="index.html" data-role="button" data-icon="filter">data-icon="filter"</a>
|
||||
<a href="index.html" data-role="button" data-icon="fullscreen">data-icon="fullscreen"</a>
|
||||
<a href="index.html" data-role="button" data-icon="github">data-icon="github"</a>
|
||||
<a href="index.html" data-role="button" data-icon="globe">data-icon="globe"</a>
|
||||
<a href="index.html" data-role="button" data-icon="google-plus-sign">data-icon="google-plus-sign"</a>
|
||||
<a href="index.html" data-role="button" data-icon="google-plus">data-icon="google-plus"</a>
|
||||
<a href="index.html" data-role="button" data-icon="group">data-icon="group"</a>
|
||||
<a href="index.html" data-role="button" data-icon="hand-down">data-icon="hand-down"</a>
|
||||
<a href="index.html" data-role="button" data-icon="hand-left">data-icon="hand-left"</a>
|
||||
<a href="index.html" data-role="button" data-icon="hand-right">data-icon="hand-right"</a>
|
||||
<a href="index.html" data-role="button" data-icon="hand-up">data-icon="hand-up"</a>
|
||||
<a href="index.html" data-role="button" data-icon="hdd">data-icon="hdd"</a>
|
||||
<a href="index.html" data-role="button" data-icon="legal">data-icon="legal"</a>
|
||||
<a href="index.html" data-role="button" data-icon="link">data-icon="link"</a>
|
||||
<a href="index.html" data-role="button" data-icon="linkedin">data-icon="linkedin"</a>
|
||||
<a href="index.html" data-role="button" data-icon="list-ol">data-icon="list-ol"</a>
|
||||
<a href="index.html" data-role="button" data-icon="list-ul">data-icon="list-ul"</a>
|
||||
<a href="index.html" data-role="button" data-icon="magic">data-icon="magic"</a>
|
||||
<a href="index.html" data-role="button" data-icon="money">data-icon="money"</a>
|
||||
<a href="index.html" data-role="button" data-icon="paper-clip">data-icon="paper-clip"</a>
|
||||
<a href="index.html" data-role="button" data-icon="paste">data-icon="paste"</a>
|
||||
<a href="index.html" data-role="button" data-icon="phone-sign">data-icon="phone-sign"</a>
|
||||
<a href="index.html" data-role="button" data-icon="phone">data-icon="phone"</a>
|
||||
<a href="index.html" data-role="button" data-icon="pinterest-sign">data-icon="pinterest-sign"</a>
|
||||
<a href="index.html" data-role="button" data-icon="pinterest">data-icon="pinterest"</a>
|
||||
<a href="index.html" data-role="button" data-icon="reorder">data-icon="reorder"</a>
|
||||
<a href="index.html" data-role="button" data-icon="rss">data-icon="rss"</a>
|
||||
<a href="index.html" data-role="button" data-icon="save">data-icon="save"</a>
|
||||
<a href="index.html" data-role="button" data-icon="sign-blank">data-icon="sign-blank"</a>
|
||||
<a href="index.html" data-role="button" data-icon="sitemap">data-icon="sitemap"</a>
|
||||
<a href="index.html" data-role="button" data-icon="sort-down">data-icon="sort-down"</a>
|
||||
<a href="index.html" data-role="button" data-icon="sort-up">data-icon="sort-up"</a>
|
||||
<a href="index.html" data-role="button" data-icon="sort">data-icon="sort"</a>
|
||||
<a href="index.html" data-role="button" data-icon="strikethrough">data-icon="strikethrough"</a>
|
||||
<a href="index.html" data-role="button" data-icon="table">data-icon="table"</a>
|
||||
<a href="index.html" data-role="button" data-icon="tasks">data-icon="tasks"</a>
|
||||
<a href="index.html" data-role="button" data-icon="truck">data-icon="truck"</a>
|
||||
<a href="index.html" data-role="button" data-icon="twitter">data-icon="twitter"</a>
|
||||
<a href="index.html" data-role="button" data-icon="umbrella">data-icon="umbrella"</a>
|
||||
<a href="index.html" data-role="button" data-icon="underline">data-icon="underline"</a>
|
||||
<a href="index.html" data-role="button" data-icon="undo">data-icon="undo"</a>
|
||||
<a href="index.html" data-role="button" data-icon="unlock">data-icon="unlock"</a>
|
||||
<a href="index.html" data-role="button" data-icon="user-md">data-icon="user-md"</a>
|
||||
<a href="index.html" data-role="button" data-icon="wrench">data-icon="wrench"</a>
|
||||
</div>
|
||||
|
||||
<p align="center">
|
||||
Glyphs courtesy of <a href="http://fortawesome.github.com/Font-Awesome/">FontAwesome</a>
|
||||
</p>
|
||||
|
||||
<div data-role="footer" data-theme="c">
|
||||
<p align="center">© 2013 - Andy Matthews</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -1,419 +0,0 @@
|
|||
/*
|
||||
The following declaration increase the size of the "dot" which contains the icon
|
||||
This is because some of the font awesome icons are larger than jQuery Mobile icons
|
||||
It applies to ALL occurrences, but can be commented out or removed if necessary
|
||||
*/
|
||||
.ui-icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
-moz-border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
margin-top: -10px !important;
|
||||
line-height: 20px;
|
||||
}
|
||||
.ui-icon:before { margin-left: 3px; }
|
||||
|
||||
/* fix for Github issue #6 */
|
||||
.ui-btn-icon-notext .ui-btn-inner .ui-icon {
|
||||
margin: 1px 1px 2px 2px !important;
|
||||
}
|
||||
.ui-li-link-alt .ui-btn-inner .ui-icon {
|
||||
margin: -10px -10px auto auto !important;
|
||||
}
|
||||
|
||||
/* supporting original icons */
|
||||
.ui-icon-plus, .ui-icon-minus, .ui-icon-delete, .ui-icon-arrow-r,
|
||||
.ui-icon-arrow-l, .ui-icon-arrow-u, .ui-icon-arrow-d, .ui-icon-check,
|
||||
.ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back,
|
||||
.ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-search, .ui-icon-searchfield:after,
|
||||
.ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on, .ui-icon-email , .ui-icon-page,
|
||||
.ui-icon-question , .ui-icon-foursquare, .ui-icon-dollar , .ui-icon-euro,
|
||||
.ui-icon-pound , .ui-icon-apple , .ui-icon-chat , .ui-icon-trash , .ui-icon-mappin , .ui-icon-direction,
|
||||
.ui-icon-heart , .ui-icon-wrench , .ui-icon-play , .ui-icon-pause , .ui-icon-stop , .ui-icon-person , .ui-icon-music,
|
||||
.ui-icon-wifi , .ui-icon-phone , .ui-icon-power ,
|
||||
.ui-icon-lightning , .ui-icon-drink , .ui-icon-android {
|
||||
background-image: url('images/icons-18-white-pack.png') !important;
|
||||
}
|
||||
|
||||
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
|
||||
only screen and (-o-min-device-pixel-ratio: 3/2),
|
||||
only screen and (min--moz-device-pixel-ratio: 1.3),
|
||||
only screen and (min-device-pixel-ratio: 1.3),
|
||||
only screen and (min-resolution: 1.3dppx) {
|
||||
|
||||
.ui-icon-plus, .ui-icon-minus, .ui-icon-delete, .ui-icon-arrow-r,
|
||||
.ui-icon-arrow-l, .ui-icon-arrow-u, .ui-icon-arrow-d, .ui-icon-check,
|
||||
.ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back,
|
||||
.ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-search, .ui-icon-searchfield:after,
|
||||
.ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on, .ui-icon-email , .ui-icon-page,
|
||||
.ui-icon-question , .ui-icon-foursquare, .ui-icon-dollar , .ui-icon-euro,
|
||||
.ui-icon-pound , .ui-icon-apple , .ui-icon-chat , .ui-icon-trash , .ui-icon-mappin , .ui-icon-direction,
|
||||
.ui-icon-heart , .ui-icon-wrench , .ui-icon-play , .ui-icon-pause , .ui-icon-stop , .ui-icon-person , .ui-icon-music,
|
||||
.ui-icon-wifi , .ui-icon-phone , .ui-icon-power ,
|
||||
.ui-icon-lightning , .ui-icon-drink , .ui-icon-android {
|
||||
background-image: url('images/icons-36-white-pack.png') !important;
|
||||
-moz-background-size: 774px 54px;
|
||||
-o-background-size: 774px 54px;
|
||||
-webkit-background-size: 774px 54px;
|
||||
background-size: 774px 54px;
|
||||
}
|
||||
.ui-icon-alt {
|
||||
background-image: url('images/icons-36-black-pack.png');
|
||||
}
|
||||
}
|
||||
|
||||
/* first row */
|
||||
.ui-icon-plus { background-position: 0px 1px !important; }
|
||||
.ui-icon-minus { background-position: -36px 1px !important; }
|
||||
.ui-icon-delete { background-position: -71px 1px !important; }
|
||||
.ui-icon-arrow-r { background-position: -107px 1px !important; }
|
||||
.ui-icon-arrow-l { background-position: -143px 1px !important; }
|
||||
.ui-icon-arrow-u { background-position: -179px 1px !important; }
|
||||
.ui-icon-arrow-d { background-position: -215px 1px !important; }
|
||||
.ui-icon-check { background-position: -251px 1px !important; }
|
||||
.ui-icon-gear { background-position: -287px 1px !important; }
|
||||
.ui-icon-refresh { background-position: -323px 1px !important; }
|
||||
.ui-icon-forward { background-position: -359px 1px !important; }
|
||||
.ui-icon-back { background-position: -396px -0 !important; }
|
||||
.ui-icon-grid { background-position: -431px 1px !important; }
|
||||
.ui-icon-star { background-position: -467px 1px !important; }
|
||||
.ui-icon-alert { background-position: -503px 1px !important; }
|
||||
.ui-icon-info { background-position: -539px 1px !important; }
|
||||
.ui-icon-home { background-position: -575px 1px !important; }
|
||||
.ui-icon-search,.ui-icon-searchfield:after { background-position: -611px 0px !important; }
|
||||
.ui-icon-checkbox-off { background-position: -681px 1px !important; }
|
||||
.ui-icon-checkbox-on { background-position: -647px 1px !important; }
|
||||
.ui-icon-radio-off { background-position: -752px 1px !important; }
|
||||
.ui-icon-radio-on { background-position: -717px 1px !important; }
|
||||
|
||||
/* begin icon pack definitions */
|
||||
/* second row */
|
||||
.ui-icon-email { background-position: 1px -17px !important; }
|
||||
.ui-icon-page { background-position: -36px -17px !important; }
|
||||
.ui-icon-question { background-position: -71px -17px !important; }
|
||||
.ui-icon-foursquare { background-position: -107px -17px !important; }
|
||||
.ui-icon-dollar { background-position: -215px -17px !important; }
|
||||
.ui-icon-euro { background-position: -251px -17px !important; }
|
||||
.ui-icon-pound { background-position: -287px -17px !important; }
|
||||
.ui-icon-apple { background-position: -323px -17px !important; }
|
||||
.ui-icon-chat { background-position: -359px -17px !important; }
|
||||
.ui-icon-trash { background-position: -395px -17px !important; }
|
||||
.ui-icon-mappin { background-position: -467px -17px !important; }
|
||||
.ui-icon-direction { background-position: -503px -17px !important; }
|
||||
.ui-icon-heart { background-position: -539px -17px !important; }
|
||||
.ui-icon-wrench { background-position: -575px -17px !important; }
|
||||
.ui-icon-play { background-position: -611px -17px !important; }
|
||||
.ui-icon-pause { background-position: -647px -17px !important; }
|
||||
.ui-icon-stop { background-position: -683px -17px !important; }
|
||||
.ui-icon-person { background-position: -719px -17px !important; }
|
||||
.ui-icon-music { background-position: -755px -17px !important; }
|
||||
|
||||
/* third row */
|
||||
.ui-icon-wifi { background-position: -35px -34px !important; }
|
||||
.ui-icon-phone { background-position: -72px -36px !important; }
|
||||
.ui-icon-power { background-position: -107px -35px !important; }
|
||||
.ui-icon-lightning { background-position: -251px -35px !important; }
|
||||
.ui-icon-android { background-position: -323px -35px !important; }
|
||||
|
||||
|
||||
|
||||
|
||||
/* begin primary declarations */
|
||||
@font-face {
|
||||
font-family: 'FontAwesome';
|
||||
src: url('font/fontawesome-webfont.eot');
|
||||
src: url('font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('font/fontawesome-webfont.woff') format('woff'),
|
||||
url('font/fontawesome-webfont.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
[class^="ui-icon-"]:before, [class*=" ui-icon-"]:before {
|
||||
font-family: FontAwesome !important;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
display: inline-block;
|
||||
}
|
||||
.ui-icon:not(.ui-icon-loading), .ui-icon-searchfield::after {
|
||||
background: #666666;
|
||||
background: rgba(0, 0, 0, .4);
|
||||
color: #ffffff;
|
||||
font-weight: normal;
|
||||
text-shadow: none;
|
||||
}
|
||||
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
||||
readers do not read off random characters that represent icons */
|
||||
.ui-icon-cloud-download:before { content: "\f0ed"; margin-left: 2px; }
|
||||
.ui-icon-cloud-upload:before { content: "\f0ee"; margin-left: 2px; }
|
||||
.ui-icon-lightbulb:before { content: "\f0eb"; margin-top: 1px; margin-left: 3px; }
|
||||
.ui-icon-exchange:before { content: "\f0ec"; }
|
||||
.ui-icon-bell-alt:before { content: "\f0f3"; }
|
||||
.ui-icon-file-alt:before { content: "\f0f6"; }
|
||||
.ui-icon-beer:before { content: "\f0fc"; margin-top: 1px; margin-left: 2px; }
|
||||
.ui-icon-coffee:before { content: "\f0f4"; margin-left: 2px; }
|
||||
.ui-icon-food:before { content: "\f0f5"; margin-top: 1px; margin-left: 4px; }
|
||||
.ui-icon-fighter-jet:before { content: "\f0fb"; margin-top: 1px; margin-left: 2px; }
|
||||
.ui-icon-user-md:before { content: "\f0f0"; }
|
||||
.ui-icon-stethoscope:before { content: "\f0f1"; margin-top: 1px; margin-left: 4px; }
|
||||
.ui-icon-suitcase:before { content: "\f0f2";; margin-left: 2px; }
|
||||
.ui-icon-building:before { content: "\f0f7"; }
|
||||
.ui-icon-hospital:before { content: "\f0f8"; margin-left: 4px; }
|
||||
.ui-icon-ambulance:before { content: "\f0f9"; margin-top: 1px; margin-left: 1px; }
|
||||
.ui-icon-medkit:before { content: "\f0fa"; margin-top: 0px; margin-left: 2px; }
|
||||
.ui-icon-h-sign:before { content: "\f0fd"; }
|
||||
.ui-icon-plus-sign-alt:before { content: "\f0fe"; }
|
||||
.ui-icon-spinner:before { content: "\f110"; }
|
||||
.ui-icon-angle-left:before { content: "\f104"; }
|
||||
.ui-icon-angle-right:before { content: "\f105"; }
|
||||
.ui-icon-angle-up:before { content: "\f106"; }
|
||||
.ui-icon-angle-down:before { content: "\f107"; }
|
||||
.ui-icon-double-angle-left:before { content: "\f100"; }
|
||||
.ui-icon-double-angle-right:before { content: "\f101"; margin-left: 4px; }
|
||||
.ui-icon-double-angle-up:before { content: "\f102"; }
|
||||
.ui-icon-double-angle-down:before { content: "\f103"; margin-top: 1px; }
|
||||
.ui-icon-circle-blank:before { content: "\f10c"; }
|
||||
.ui-icon-circle:before { content: "\f111"; }
|
||||
.ui-icon-desktop:before { content: "\f108"; margin-top: 1px; margin-left: 2px; }
|
||||
.ui-icon-laptop:before { content: "\f109"; margin-top: 1px; margin-left: 2px; }
|
||||
.ui-icon-tablet:before { content: "\f10a"; margin-top: 1px; }
|
||||
.ui-icon-mobile-phone:before { content: "\f10b"; }
|
||||
.ui-icon-quote-left:before { content: "\f10d"; }
|
||||
.ui-icon-quote-right:before { content: "\f10e"; }
|
||||
.ui-icon-github-alt:before { content: "\f113"; }
|
||||
.ui-icon-folder-close-alt:before { content: "\f114"; }
|
||||
.ui-icon-folder-open-alt:before { content: "\f115"; }
|
||||
|
||||
.ui-icon-glass:before { content: "\f000"; margin-top: 2px; }
|
||||
.ui-icon-music:before { content: "\f001"; margin-left: 1px; margin-top: 2px; }
|
||||
.ui-icon-fasearch:before { content: "\f002"; }
|
||||
.ui-icon-envelope:before { content: "\f003";
|
||||
margin-left: -1px;
|
||||
margin-left: 2px;
|
||||
margin-top: 1px;
|
||||
}
|
||||
.ui-icon-heart:before { content: "\f004";
|
||||
margin-left: 3px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
.ui-icon-fastar:before { content: "\f005"; }
|
||||
.ui-icon-star-empty:before { content: "\f006"; }
|
||||
.ui-icon-user:before { content: "\f007"; margin-left: 4px; }
|
||||
.ui-icon-film:before { content: "\f008"; margin-left: 2px; }
|
||||
.ui-icon-th-large:before { content: "\f009"; margin-left: 2px; margin-top: 2px; }
|
||||
.ui-icon-th:before { content: "\f00a"; margin-left: 3px; margin-top: 2px; }
|
||||
.ui-icon-th-list:before { content: "\f00b"; margin-left: 3px; margin-top: 2px; }
|
||||
.ui-icon-ok:before { content: "\f00c"; margin-left: 2px; }
|
||||
.ui-icon-remove:before { content: "\f00d"; margin-left: 3px; margin-top: 2px; }
|
||||
.ui-icon-zoom-in:before { content: "\f00e"; }
|
||||
|
||||
.ui-icon-zoom-out:before { content: "\f010"; }
|
||||
.ui-icon-off:before { content: "\f011"; }
|
||||
.ui-icon-signal:before { content: "\f012"; margin-left: -1px; }
|
||||
.ui-icon-cog:before { content: "\f013"; margin-left: 3px; margin-top: 2px; }
|
||||
.ui-icon-trash:before { content: "\f014"; }
|
||||
.ui-icon-fahome:before { content: "\f015"; }
|
||||
.ui-icon-file:before { content: "\f016"; }
|
||||
.ui-icon-time:before { content: "\f017"; margin-top: 2px; }
|
||||
.ui-icon-road:before { content: "\f018"; }
|
||||
.ui-icon-download-alt:before { content: "\f019"; }
|
||||
.ui-icon-download:before { content: "\f01a"; margin-top: 2px; }
|
||||
.ui-icon-upload:before { content: "\f01b"; margin-top: 2px; }
|
||||
.ui-icon-inbox:before { content: "\f01c"; }
|
||||
.ui-icon-play-circle:before { content: "\f01d"; margin-top: 2px; }
|
||||
.ui-icon-repeat:before { content: "\f01e"; margin-top: 2px; }
|
||||
|
||||
/* \f020 is not a valid unicode character. all shifted one down */
|
||||
.ui-icon-farefresh:before { content: "\f021"; margin-top: 2px; }
|
||||
.ui-icon-list-alt:before { content: "\f022"; margin-left: 3px; margin-top: 2px; }
|
||||
.ui-icon-lock:before { content: "\f023"; }
|
||||
.ui-icon-flag:before { content: "\f024"; margin-top: 2px; }
|
||||
.ui-icon-headphones:before { content: "\f025"; }
|
||||
.ui-icon-volume-off:before { content: "\f026"; }
|
||||
.ui-icon-volume-down:before { content: "\f027"; }
|
||||
.ui-icon-volume-up:before { content: "\f028"; }
|
||||
.ui-icon-qrcode:before { content: "\f029"; }
|
||||
.ui-icon-barcode:before { content: "\f02a"; }
|
||||
.ui-icon-tag:before { content: "\f02b"; }
|
||||
.ui-icon-tags:before { content: "\f02c"; }
|
||||
.ui-icon-book:before { content: "\f02d"; }
|
||||
.ui-icon-bookmark:before { content: "\f02e"; }
|
||||
.ui-icon-print:before { content: "\f02f"; }
|
||||
|
||||
.ui-icon-camera:before { content: "\f030"; }
|
||||
.ui-icon-font:before { content: "\f031"; margin-left: 2px; }
|
||||
.ui-icon-bold:before { content: "\f032"; margin-left: 2px; }
|
||||
.ui-icon-italic:before { content: "\f033"; }
|
||||
.ui-icon-text-height:before { content: "\f034"; }
|
||||
.ui-icon-text-width:before { content: "\f035"; }
|
||||
.ui-icon-align-left:before { content: "\f036"; }
|
||||
.ui-icon-align-center:before { content: "\f037"; }
|
||||
.ui-icon-align-right:before { content: "\f038"; }
|
||||
.ui-icon-align-justify:before { content: "\f039"; }
|
||||
.ui-icon-list:before { content: "\f03a"; }
|
||||
.ui-icon-indent-left:before { content: "\f03b"; margin-left: 0px; margin-top: 2px; }
|
||||
.ui-icon-indent-right:before { content: "\f03c"; }
|
||||
.ui-icon-facetime-video:before { content: "\f03d"; }
|
||||
.ui-icon-picture:before { content: "\f03e"; }
|
||||
|
||||
.ui-icon-pencil:before { content: "\f040"; }
|
||||
.ui-icon-map-marker:before { content: "\f041"; margin-left: 3px; margin-top: 2px; }
|
||||
.ui-icon-adjust:before { content: "\f042"; margin-top: 2px; }
|
||||
.ui-icon-tint:before { content: "\f043"; }
|
||||
.ui-icon-edit:before { content: "\f044"; }
|
||||
.ui-icon-share:before { content: "\f045"; }
|
||||
.ui-icon-facheck:before { content: "\f046"; }
|
||||
.ui-icon-move:before { content: "\f047"; }
|
||||
.ui-icon-step-backward:before { content: "\f048"; }
|
||||
.ui-icon-fast-backward:before { content: "\f049"; }
|
||||
.ui-icon-backward:before { content: "\f04a"; }
|
||||
.ui-icon-play:before { content: "\f04b"; margin-left: 6px; margin-top: 2px; }
|
||||
.ui-icon-pause:before { content: "\f04c"; margin-top: 2px; }
|
||||
.ui-icon-stop:before { content: "\f04d"; margin-top: 2px; }
|
||||
.ui-icon-faforward:before { content: "\f04e"; }
|
||||
|
||||
.ui-icon-fast-forward:before { content: "\f050"; }
|
||||
.ui-icon-step-forward:before { content: "\f051"; }
|
||||
.ui-icon-eject:before { content: "\f052"; }
|
||||
.ui-icon-chevron-left:before { content: "\f053"; margin-top: 2px; }
|
||||
.ui-icon-chevron-right:before { content: "\f054"; margin-top: 2px; }
|
||||
.ui-icon-plus-sign:before { content: "\f055"; margin-top: 2px; }
|
||||
.ui-icon-minus-sign:before { content: "\f056"; margin-top: 2px; }
|
||||
.ui-icon-remove-sign:before { content: "\f057"; margin-top: 2px; }
|
||||
.ui-icon-ok-sign:before { content: "\f058"; margin-top: 2px; }
|
||||
.ui-icon-question-sign:before { content: "\f059"; margin-top: 2px; }
|
||||
.ui-icon-info-sign:before { content: "\f05a"; margin-top: 2px; }
|
||||
.ui-icon-screenshot:before { content: "\f05b"; }
|
||||
.ui-icon-remove-circle:before { content: "\f05c"; margin-top: 2px; }
|
||||
.ui-icon-ok-circle:before { content: "\f05d"; margin-top: 2px; }
|
||||
.ui-icon-ban-circle:before { content: "\f05e"; margin-top: 2px; }
|
||||
|
||||
.ui-icon-arrow-left:before { content: "\f060"; }
|
||||
.ui-icon-arrow-right:before { content: "\f061"; }
|
||||
.ui-icon-arrow-up:before { content: "\f062"; }
|
||||
.ui-icon-arrow-down:before { content: "\f063"; }
|
||||
.ui-icon-share-alt:before { content: "\f064"; }
|
||||
.ui-icon-resize-full:before { content: "\f065"; }
|
||||
.ui-icon-resize-small:before { content: "\f066"; }
|
||||
.ui-icon-faplus:before { content: "\f067"; }
|
||||
.ui-icon-faminus:before { content: "\f068"; }
|
||||
.ui-icon-asterisk:before { content: "\f069"; margin-top: 2px; }
|
||||
.ui-icon-exclamation-sign:before { content: "\f06a"; margin-top: 2px; }
|
||||
.ui-icon-gift:before { content: "\f06b"; }
|
||||
.ui-icon-leaf:before { content: "\f06c"; }
|
||||
.ui-icon-fire:before { content: "\f06d"; }
|
||||
.ui-icon-eye-open:before { content: "\f06e"; }
|
||||
|
||||
.ui-icon-eye-close:before { content: "\f070"; }
|
||||
.ui-icon-warning-sign:before { content: "\f071"; }
|
||||
.ui-icon-plane:before { content: "\f072"; }
|
||||
.ui-icon-calendar:before { content: "\f073"; }
|
||||
.ui-icon-random:before { content: "\f074"; }
|
||||
.ui-icon-comment:before { content: "\f075"; margin-top: 2px; }
|
||||
.ui-icon-magnet:before { content: "\f076"; margin-top: 2px; }
|
||||
.ui-icon-chevron-up:before { content: "\f077"; }
|
||||
.ui-icon-chevron-down:before { content: "\f078"; }
|
||||
.ui-icon-retweet:before { content: "\f079"; }
|
||||
.ui-icon-shopping-cart:before { content: "\f07a"; }
|
||||
.ui-icon-folder-close:before { content: "\f07b"; }
|
||||
.ui-icon-folder-open:before { content: "\f07c"; }
|
||||
.ui-icon-resize-vertical:before { content: "\f07d"; }
|
||||
.ui-icon-resize-horizontal:before { content: "\f07e"; }
|
||||
|
||||
.ui-icon-bar-chart:before { content: "\f080"; }
|
||||
.ui-icon-twitter-sign:before { content: "\f081"; }
|
||||
.ui-icon-facebook-sign:before { content: "\f082"; }
|
||||
.ui-icon-camera-retro:before { content: "\f083"; }
|
||||
.ui-icon-key:before { content: "\f084"; }
|
||||
.ui-icon-cogs:before { content: "\f085"; }
|
||||
.ui-icon-comments:before { content: "\f086"; }
|
||||
.ui-icon-thumbs-up:before { content: "\f087"; }
|
||||
.ui-icon-thumbs-down:before { content: "\f088"; }
|
||||
.ui-icon-star-half:before { content: "\f089"; }
|
||||
.ui-icon-heart-empty:before { content: "\f08a"; margin-top: 2px; }
|
||||
.ui-icon-signout:before { content: "\f08b"; }
|
||||
.ui-icon-linkedin-sign:before { content: "\f08c"; }
|
||||
.ui-icon-pushpin:before { content: "\f08d"; }
|
||||
.ui-icon-external-link:before { content: "\f08e"; }
|
||||
|
||||
.ui-icon-signin:before { content: "\f090"; }
|
||||
.ui-icon-trophy:before { content: "\f091"; }
|
||||
.ui-icon-github-sign:before { content: "\f092"; }
|
||||
.ui-icon-upload-alt:before { content: "\f093"; }
|
||||
.ui-icon-lemon:before { content: "\f094"; }
|
||||
.ui-icon-phone:before { content: "\f095"; }
|
||||
.ui-icon-check-empty:before { content: "\f096"; }
|
||||
.ui-icon-bookmark-empty:before { content: "\f097"; }
|
||||
.ui-icon-phone-sign:before { content: "\f098"; }
|
||||
.ui-icon-twitter:before { content: "\f099"; }
|
||||
.ui-icon-facebook:before { content: "\f09a"; }
|
||||
.ui-icon-github:before { content: "\f09b"; margin-top: 2px; }
|
||||
.ui-icon-unlock:before { content: "\f09c"; }
|
||||
.ui-icon-credit-card:before { content: "\f09d"; }
|
||||
.ui-icon-rss:before { content: "\f09e"; }
|
||||
|
||||
.ui-icon-hdd:before { content: "\f0a0"; }
|
||||
.ui-icon-bullhorn:before { content: "\f0a1"; }
|
||||
.ui-icon-bell:before { content: "\f0a2"; }
|
||||
.ui-icon-certificate:before { content: "\f0a3"; margin-top: 2px; }
|
||||
.ui-icon-hand-right:before { content: "\f0a4"; }
|
||||
.ui-icon-hand-left:before { content: "\f0a5"; }
|
||||
.ui-icon-hand-up:before { content: "\f0a6"; }
|
||||
.ui-icon-hand-down:before { content: "\f0a7"; }
|
||||
.ui-icon-circle-arrow-left:before { content: "\f0a8"; margin-top: 2px; }
|
||||
.ui-icon-circle-arrow-right:before { content: "\f0a9"; margin-top: 2px; }
|
||||
.ui-icon-circle-arrow-up:before { content: "\f0aa"; margin-top: 2px; }
|
||||
.ui-icon-circle-arrow-down:before { content: "\f0ab"; margin-top: 2px; }
|
||||
.ui-icon-globe:before { content: "\f0ac"; margin-top: 2px; }
|
||||
.ui-icon-wrench:before { content: "\f0ad"; }
|
||||
.ui-icon-tasks:before { content: "\f0ae"; }
|
||||
|
||||
.ui-icon-filter:before { content: "\f0b0"; }
|
||||
.ui-icon-briefcase:before { content: "\f0b1"; }
|
||||
.ui-icon-fullscreen:before { content: "\f0b2"; }
|
||||
|
||||
.ui-icon-group:before { content: "\f0c0"; }
|
||||
.ui-icon-link:before { content: "\f0c1"; }
|
||||
.ui-icon-cloud:before { content: "\f0c2"; }
|
||||
.ui-icon-beaker:before { content: "\f0c3"; }
|
||||
.ui-icon-cut:before { content: "\f0c4"; }
|
||||
.ui-icon-copy:before { content: "\f0c5"; }
|
||||
.ui-icon-paper-clip:before { content: "\f0c6"; }
|
||||
.ui-icon-save:before { content: "\f0c7"; }
|
||||
.ui-icon-sign-blank:before { content: "\f0c8"; }
|
||||
.ui-icon-reorder:before { content: "\f0c9"; }
|
||||
.ui-icon-list-ul:before { content: "\f0ca"; }
|
||||
.ui-icon-list-ol:before { content: "\f0cb"; }
|
||||
.ui-icon-strikethrough:before { content: "\f0cc"; }
|
||||
.ui-icon-underline:before { content: "\f0cd"; }
|
||||
.ui-icon-table:before { content: "\f0ce"; }
|
||||
|
||||
.ui-icon-magic:before { content: "\f0d0"; }
|
||||
.ui-icon-truck:before { content: "\f0d1"; }
|
||||
.ui-icon-pinterest:before { content: "\f0d2"; margin-top: 2px; }
|
||||
.ui-icon-pinterest-sign:before { content: "\f0d3"; margin-top: 2px; }
|
||||
.ui-icon-google-plus-sign:before { content: "\f0d4"; }
|
||||
.ui-icon-google-plus:before { content: "\f0d5"; }
|
||||
.ui-icon-money:before { content: "\f0d6"; }
|
||||
.ui-icon-caret-down:before { content: "\f0d7"; margin-top: 2px; }
|
||||
.ui-icon-caret-up:before { content: "\f0d8"; }
|
||||
.ui-icon-caret-left:before { content: "\f0d9"; margin-top: 2px; }
|
||||
.ui-icon-caret-right:before { content: "\f0da"; margin-top: 2px; }
|
||||
.ui-icon-columns:before { content: "\f0db"; }
|
||||
.ui-icon-sort:before { content: "\f0dc"; margin-top: 2px; }
|
||||
.ui-icon-sort-down:before { content: "\f0dd"; }
|
||||
.ui-icon-sort-up:before { content: "\f0de"; }
|
||||
|
||||
.ui-icon-envelope-alt:before { content: "\f0e0"; }
|
||||
.ui-icon-linkedin:before { content: "\f0e1"; }
|
||||
.ui-icon-undo:before { content: "\f0e2"; margin-top: 2px; }
|
||||
.ui-icon-legal:before { content: "\f0e3"; }
|
||||
.ui-icon-dashboard:before { content: "\f0e4"; }
|
||||
.ui-icon-comment-alt:before { content: "\f0e5"; }
|
||||
.ui-icon-comments-alt:before { content: "\f0e6"; }
|
||||
.ui-icon-bolt:before { content: "\f0e7"; }
|
||||
.ui-icon-sitemap:before { content: "\f0e8"; }
|
||||
.ui-icon-umbrella:before { content: "\f0e9"; }
|
||||
.ui-icon-paste:before { content: "\f0ea"; }
|
||||
|
||||
.ui-icon-user-md:before { content: "\f200"; }
|
Before Width: | Height: | Size: 7.6 KiB |
Before Width: | Height: | Size: 340 B |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 12 KiB |