1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

remove mono compiler directives

This commit is contained in:
Luke Pulverenti 2014-10-06 19:58:46 -04:00
parent e53b184e77
commit 7ad3b6c430
25 changed files with 190 additions and 211 deletions

View file

@ -125,11 +125,11 @@
right: 0; right: 0;
} }
.cardContent:hover { /*.cardContent:hover {
-moz-box-shadow: 0 0 0 5px #38c; -moz-box-shadow: 0 0 0 5px #38c;
-webkit-box-shadow: 0 0 0 5px #38c; -webkit-box-shadow: 0 0 0 5px #38c;
box-shadow: 0 0 0 5px #38c; box-shadow: 0 0 0 5px #38c;
} }*/
.alternateHover:hover .cardContent { .alternateHover:hover .cardContent {
-moz-box-shadow: none; -moz-box-shadow: none;
@ -137,7 +137,7 @@
box-shadow: none; box-shadow: none;
} }
.alternateHover:hover .cardImage { .cardContent:hover .cardImage {
opacity: .5; opacity: .5;
} }
@ -185,7 +185,6 @@
white-space: nowrap; white-space: nowrap;
padding: 5px 4px 2px; padding: 5px 4px 2px;
text-shadow: none; text-shadow: none;
font-size: 13px;
font-weight: 400; font-weight: 400;
} }
@ -399,10 +398,6 @@
width: 16.666666666666666666666666666667%; width: 16.666666666666666666666666666667%;
} }
.bannerCard {
width: 25%;
}
.portraitCard { .portraitCard {
width: 10%; width: 10%;
} }
@ -430,10 +425,10 @@
.squareCard { .squareCard {
width: 9.0909090909090909090909090909091%; width: 9.0909090909090909090909090909091%;
} }
}
.bannerCard {
@media all and (min-width: 1920px) { width: 25%;
}
.portraitCard { .portraitCard {
width: 9.0909090909090909090909090909091%; width: 9.0909090909090909090909090909091%;
@ -700,3 +695,32 @@
width: 16.666666666666666666666666666667%; width: 16.666666666666666666666666666667%;
} }
} }
/*.touch .mobileItemsContainer {
white-space: nowrap;
overflow-y: hidden;
overflow-x: scroll;
-ms-overflow-style: none;
overflow: -moz-scrollbars-none;
}
.touch .mobileItemsContainer::-webkit-scrollbar {
height: 0 !important;
display: none;
}
.touch .mobileItemsContainer .card {
width: 80%;
}
.touch .mobileItemsContainer .homePageBackdropCard, .touch .mobileItemsContainer .homePageSmallBackdropCard {
max-width: 320px;
}
.touch .mobileItemsContainer .homePagePortraitCard {
max-width: 150px;
}
.touch .mobileItemsContainer .homePageSquareCard {
max-width: 200px;
}*/

Binary file not shown.

View file

@ -323,7 +323,6 @@
background-color: #181818; background-color: #181818;
border-radius: 4px; border-radius: 4px;
padding: 5px 7px; padding: 5px 7px;
font-size: 13px;
margin: 0 5px 5px 0; margin: 0 5px 5px 0;
color: #fff !important; color: #fff !important;
text-decoration: none; text-decoration: none;
@ -345,7 +344,6 @@ a.itemTag:hover {
.reviewerName { .reviewerName {
color: #ccc; color: #ccc;
font-size: 13px;
margin-top: .5em; margin-top: .5em;
} }

View file

@ -166,6 +166,18 @@
z-index: 1000; z-index: 1000;
background-image: linear-gradient(#1a1a1a,#1a1a1a); background-image: linear-gradient(#1a1a1a,#1a1a1a);
border-bottom: 1px solid #111; border-bottom: 1px solid #111;
text-align: center;
font-size: 14px;
white-space: nowrap;
padding: 0 0 0;
overflow-x: scroll;
-ms-overflow-style: none;
overflow: -moz-scrollbars-none;
}
.libraryViewNav::-webkit-scrollbar {
height: 0 !important;
display: none;
} }
.viewMenuLink { .viewMenuLink {
@ -290,15 +302,6 @@
background-color: #222; background-color: #222;
} }
.libraryViewNavInner {
text-align: center;
font-size: 14px;
white-space: nowrap;
padding: 0 0 0;
overflow-x: auto;
height: 61px;
}
.libraryViewNav .ui-btn-active { .libraryViewNav .ui-btn-active {
border-bottom-color: #38c; border-bottom-color: #38c;
color: #fff !important; color: #fff !important;

View file

@ -246,7 +246,6 @@
.guideProgramName { .guideProgramName {
padding: .35em .5em; padding: .35em .5em;
font-size: 14px;
} }
.guideProgramTime { .guideProgramTime {

View file

@ -42,13 +42,11 @@
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
font-size: 13px;
color: #fff; color: #fff;
font-weight: normal !important; font-weight: normal !important;
} }
.searchHintSecondaryText { .searchHintSecondaryText {
font-size: 13px;
color: #fff; color: #fff;
margin-top: 3px; margin-top: 3px;
white-space: nowrap; white-space: nowrap;

View file

@ -1,32 +1,4 @@
@font-face { @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(fonts/OpenSans-Light.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(fonts/OpenSans.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(fonts/OpenSans-Bold.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(fonts/OpenSans-ExtraBold.woff) format('woff');
}
@font-face {
font-family: 'Roboto'; font-family: 'Roboto';
font-style: normal; font-style: normal;
font-weight: 100; font-weight: 100;
@ -92,7 +64,6 @@ body {
h1, h1 a { h1, h1 a {
font-weight: 300 !important; font-weight: 300 !important;
font-size: 30px;
} }
.libraryPage h1, .libraryPage h1 a { .libraryPage h1, .libraryPage h1 a {
@ -111,7 +82,6 @@ h1, h1 a {
h2 { h2 {
font-weight: 400; font-weight: 400;
font-size: 1.68em;
} }
/*a, a.ui-link { /*a, a.ui-link {

View file

@ -78,10 +78,6 @@
width: 60%; width: 60%;
} }
.smallPosterTileItem .tileName {
font-weight: normal;
}
.smallBackdropTileItem .tileImage { .smallBackdropTileItem .tileImage {
height: 125px; height: 125px;
width: 45%; width: 45%;
@ -91,10 +87,6 @@
width: 50%; width: 50%;
} }
.smallBackdropTileItem .tileName {
font-weight: normal;
}
.squareTileItem .tileImage { .squareTileItem .tileImage {
height: 100px; height: 100px;
width: 35%; width: 35%;
@ -104,18 +96,6 @@
width: 60%; width: 60%;
} }
.tileName {
font-size: 14px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.tileName + .tileName {
margin-top: .75em;
font-weight: normal;
}
@media all and (min-width: 540px) { @media all and (min-width: 540px) {
.tileItem { .tileItem {
@ -424,7 +404,6 @@
white-space: nowrap; white-space: nowrap;
padding: 5px 4px 4px; padding: 5px 4px 4px;
text-shadow: none; text-shadow: none;
font-size: 13px;
font-weight: 400; font-weight: 400;
} }

View file

@ -34,8 +34,7 @@
<button class="btnSave" type="submit" data-theme="a" data-icon="check" data-mini="true" data-inline="true"> <button class="btnSave" type="submit" data-theme="a" data-icon="check" data-mini="true" data-inline="true">
${ButtonSave} ${ButtonSave}
</button> </button>
<button class="btnRefresh btnRefreshBasic" type="button" data-icon="refresh" data-mini="true" data-inline="true">${ButtonRefresh}</button> <button class="btnRefresh btnRefreshAdvanced" type="button" data-icon="refresh" data-mini="true" data-inline="true">${ButtonRefresh}</button>
<button class="btnRefresh btnRefreshAdvanced" type="button" data-icon="refresh" data-mini="true" data-inline="true">${ButtonAdvancedRefresh}</button>
<button id="btnIdentify" type="button" data-icon="info" data-mini="true" data-inline="true">${ButtonIdentify}</button> <button id="btnIdentify" type="button" data-icon="info" data-mini="true" data-inline="true">${ButtonIdentify}</button>
<div style="vertical-align: bottom; display: inline-block;"> <div style="vertical-align: bottom; display: inline-block;">
<div id="fldDelete" style="display: none;"> <div id="fldDelete" style="display: none;">
@ -366,38 +365,6 @@
</form> </form>
</div> </div>
</div> </div>
<div data-role="popup" id="popupConfirmDelete" class="popup" data-theme="a">
<div class="ui-bar-a" style="text-align: center; padding: 0 20px;">
<h3>${HeaderConfirmDeletion}</h3>
</div>
<div data-role="content">
<form class="popupConfirmDeleteForm">
<p style="color:red;">${LabelFollowingFileWillBeDeleted}</p>
<p class="deletePath"></p>
<p>${LabelIfYouWishToContinueWithDeletion}</p>
<p id="challengeValueText" style="font-weight: bold;"></p>
<p>
<input type="number" id="txtDeleteTest" data-mini="true" pattern="[0-9]*" required="required" />
<input id="fldChallengeValue" type="hidden" />
</p>
<p>
<button type="submit" data-theme="b" data-icon="check">
${ButtonOk}
</button>
<button type="button" data-icon="delete" onclick="$(this).parents('.popup').popup('close');">
${ButtonCancel}
</button>
</p>
</form>
</div>
</div>
<div data-role="popup" class="popupIdentify popup" data-theme="a"> <div data-role="popup" class="popupIdentify popup" data-theme="a">
<a href="#" data-rel="back" class="ui-btn ui-corner-all ui-shadow ui-btn-b ui-icon-delete ui-btn-icon-notext ui-btn-right">${ButtonClose}</a> <a href="#" data-rel="back" class="ui-btn ui-corner-all ui-shadow ui-btn-b ui-icon-delete ui-btn-icon-notext ui-btn-right">${ButtonClose}</a>

View file

@ -206,18 +206,6 @@
</div> </div>
</div> </div>
<div class="detailSection detailCollapsibleSection audioVideoMediaInfo">
<div data-role="collapsible" class="detailPageCollabsible" data-content-theme="false">
<h2>${HeaderMediaInfo}</h2>
<div>
<div class="splitVersionContainer" style="border-bottom: 1px solid #444;">
<button type="button" class="btnSplitVersions" data-mini="true" data-inline="true" data-icon="delete" title="${ButtonSplitVersionsApart}">${ButtonSplitVersionsApart}</button>
</div>
<div id="mediaInfoContent"></div>
</div>
</div>
</div>
<div class="detailSection photoInfo hide"> <div class="detailSection photoInfo hide">
<div class="detailSectionHeader"> <div class="detailSectionHeader">
${HeaderPhotoInfo} ${HeaderPhotoInfo}
@ -281,6 +269,16 @@
</div> </div>
<div id="themeVideosContent" class="detailSectionContent smallItemsContainer"></div> <div id="themeVideosContent" class="detailSectionContent smallItemsContainer"></div>
</div> </div>
<div class="detailSection audioVideoMediaInfo hide">
<h2 class="detailSectionHeader">${HeaderMediaInfo}</h2>
<div class="detailSectionContent" style="padding: 0 .7em;">
<div class="splitVersionContainer" style="border-bottom: 1px solid #444;">
<button type="button" class="btnSplitVersions" data-mini="true" data-inline="true" data-icon="delete" title="${ButtonSplitVersionsApart}">${ButtonSplitVersionsApart}</button>
</div>
<div id="mediaInfoContent"></div>
</div>
</div>
</div> </div>
</div> </div>

View file

@ -17,12 +17,12 @@
<div class="ehsContent"> <div class="ehsContent">
<div id="activePrograms"> <div id="activePrograms">
<h1 class="listHeader">${HeaderWhatsOnTV}</h1> <h1 class="listHeader">${HeaderWhatsOnTV}</h1>
<div class="activeProgramItems"></div> <div class="activeProgramItems mobileItemsContainer"></div>
<br /> <br />
</div> </div>
<div id="upcomingPrograms"> <div id="upcomingPrograms">
<h1 class="listHeader">${HeaderUpcomingTV}</h1> <h1 class="listHeader">${HeaderUpcomingTV}</h1>
<div class="upcomingProgramItems"></div> <div class="upcomingProgramItems mobileItemsContainer"></div>
<br /> <br />
</div> </div>
</div> </div>

View file

@ -21,7 +21,7 @@
<div id="resumableSection" style="display: none;"> <div id="resumableSection" style="display: none;">
<h1 class="listHeader">${HeaderResume}</h1> <h1 class="listHeader">${HeaderResume}</h1>
<div id="resumableItems"> <div id="resumableItems" class="mobileItemsContainer">
</div> </div>
</div> </div>

View file

@ -18,20 +18,20 @@
<div class="ehsContent squareEhsContent"> <div class="ehsContent squareEhsContent">
<h1 class="listHeader">${HeaderLatestMusic}</h1> <h1 class="listHeader">${HeaderLatestMusic}</h1>
<div id="recentlyAddedSongs"> <div id="recentlyAddedSongs" class="mobileItemsContainer">
</div> </div>
<div id="recentlyPlayed" style="display: none;"> <div id="recentlyPlayed" style="display: none;">
<h1 class="listHeader">${HeaderRecentlyPlayed}</h1> <h1 class="listHeader">${HeaderRecentlyPlayed}</h1>
<div id="recentlyPlayedSongs" class="itemsContainer fullWidthItemsContainer" style="text-align:left;"> <div id="recentlyPlayedSongs" class="itemsContainer fullWidthItemsContainer mobileItemsContainer" style="text-align:left;">
</div> </div>
</div> </div>
<div id="topPlayed" style="display: none;"> <div id="topPlayed" style="display: none;">
<h1 class="listHeader">${HeaderFrequentlyPlayed}</h1> <h1 class="listHeader">${HeaderFrequentlyPlayed}</h1>
<div id="topPlayedSongs" class="itemsContainer fullWidthItemsContainer" style="text-align:left;"> <div id="topPlayedSongs" class="itemsContainer fullWidthItemsContainer mobileItemsContainer" style="text-align:left;">
</div> </div>
</div> </div>
</div> </div>

View file

@ -34,7 +34,7 @@
var profile = profiles[i]; var profile = profiles[i];
html += '<li>'; html += '<li>';
html += '<a href="dlnaprofile.html?id=' + profile.Id + '" style="font-size:14px;">'; html += '<a href="dlnaprofile.html?id=' + profile.Id + '">';
html += profile.Name; html += profile.Name;
html += '</a>'; html += '</a>';
@ -69,7 +69,7 @@
var profile = profiles[i]; var profile = profiles[i];
html += '<li>'; html += '<li>';
html += '<a href="dlnaprofile.html?id=' + profile.Id + '" style="font-size:14px;">'; html += '<a href="dlnaprofile.html?id=' + profile.Id + '">';
html += profile.Name; html += profile.Name;
html += '</a>'; html += '</a>';
html += '</li>'; html += '</li>';

View file

@ -96,18 +96,9 @@
Dashboard.getCurrentUser().done(function (user) { Dashboard.getCurrentUser().done(function (user) {
if (item.Type == 'BoxSet' || item.Type == 'Playlist') { var moreCommands = LibraryBrowser.getMoreCommands(item, user);
$('#fldDelete', page).show();
} if (moreCommands.indexOf('delete') != -1) {
else if (user.Configuration.EnableContentDeletion &&
item.Type != "TvChannel" &&
item.Type != "Genre" &&
item.Type != "Studio" &&
item.Type != "MusicGenre" &&
item.Type != "GameGenre" &&
item.Type != "Person" &&
item.Type != "MusicArtist" &&
item.Type != "CollectionFolder") {
$('#fldDelete', page).show(); $('#fldDelete', page).show();
} else { } else {
$('#fldDelete', page).hide(); $('#fldDelete', page).hide();
@ -793,23 +784,12 @@
}).get(); }).get();
} }
function performDelete(page) { function onDeleted(id) {
$('#btnDelete', page).buttonEnabled(false); var elem = $('#' + id)[0];
$('.btnRefresh', page).buttonEnabled(false);
$('.btnSave', page).buttonEnabled(false);
$('#refreshLoading', page).show();
var parentId = currentItem.ParentId;
ApiClient.deleteItem(currentItem.Id).done(function () {
var elem = $('#' + parentId)[0];
$('.libraryTree').jstree("select_node", elem, true) $('.libraryTree').jstree("select_node", elem, true)
.jstree("delete_node", '#' + currentItem.Id); .jstree("delete_node", '#' + id);
});
} }
function editItemMetadataPage() { function editItemMetadataPage() {
@ -1223,18 +1203,6 @@
var page = this; var page = this;
$('.btnRefreshBasic', this).on('click', function () {
refreshWithOptions(page, {
Recursive: true,
ImageRefreshMode: 'FullRefresh',
MetadataRefreshMode: 'FullRefresh',
ReplaceAllImages: false,
ReplaceAllMetadata: true
});
});
$('.btnRefreshAdvanced', this).on('click', function () { $('.btnRefreshAdvanced', this).on('click', function () {
performAdvancedRefresh(page); performAdvancedRefresh(page);
@ -1250,42 +1218,10 @@
$('.popupIdentifyForm', page).show(); $('.popupIdentifyForm', page).show();
$('.identificationSearchResults', page).hide(); $('.identificationSearchResults', page).hide();
$('.btnSearchAgain', page).hide(); $('.btnSearchAgain', page).hide();
}); });
function getRandomInt(min, max) {
return Math.floor(Math.random() * (max - min + 1) + min);
}
$('#btnDelete', this).on('click', function () { $('#btnDelete', this).on('click', function () {
LibraryBrowser.deleteItem(currentItem.Id);
if (currentItem.LocationType != "Remote" && currentItem.LocationType != "Virtual") {
$('.deletePath', page).html((currentItem.Path || ''));
var val1 = getRandomInt(6, 12);
var val2 = getRandomInt(8, 16);
$('#challengeValueText', page).html(val1 + ' * ' + val2 + ':');
var val = val1 * val2;
$('#fldChallengeValue', page).val(val);
$('#popupConfirmDelete', page).popup('open');
} else {
var msg = "<p>" + Globalize.translate('ConfirmDeleteItem') + "</p>";
Dashboard.confirm(msg, Globalize.translate('HeaderDeleteItem'), function (result) {
if (result) {
performDelete(page);
}
});
}
}); });
$('.libraryTree', page).on('itemclicked', function (event, data) { $('.libraryTree', page).on('itemclicked', function (event, data) {
@ -1315,6 +1251,21 @@
reload(page); reload(page);
$(LibraryBrowser).on('itemdeleting.editor', function (e, itemId) {
if (currentItem && currentItem.Id == itemId) {
Dashboard.navigate('edititemmetadata.html');
}
});
}).on('pagehide', "#editItemMetadataPage", function () {
$(LibraryBrowser).off('itemdeleting.editor');
var page = this;
reload(page);
}); });
})(jQuery, document, window); })(jQuery, document, window);

View file

@ -217,7 +217,7 @@
html += '<li><a class="btnViewSubtitle" href="#" data-subid="' + result.Id + '">'; html += '<li><a class="btnViewSubtitle" href="#" data-subid="' + result.Id + '">';
html += '<h3 style="font-size:14px;">' + (result.Name) + '</h3>'; html += '<h3>' + (result.Name) + '</h3>';
html += '<p>' + (result.Format) + '</p>'; html += '<p>' + (result.Format) + '</p>';
if (result.Comment) { if (result.Comment) {

View file

@ -1587,8 +1587,17 @@
$(ApiClient).on('websocketmessage', onWebSocketMessage); $(ApiClient).on('websocketmessage', onWebSocketMessage);
$(LibraryBrowser).on('itemdeleting.detailpage', function (e, itemId) {
if (currentItem && currentItem.Id == itemId) {
Dashboard.navigate('index.html');
}
});
}).on('pagehide', "#itemDetailPage", function () { }).on('pagehide', "#itemDetailPage", function () {
$(LibraryBrowser).off('itemdeleting.detailpage');
currentItem = null; currentItem = null;
var page = this; var page = this;

View file

@ -322,15 +322,66 @@
commands.push('playlist'); commands.push('playlist');
} }
if (item.Type == 'BoxSet' || item.Type == 'Playlist') {
commands.push('delete');
}
else if (user.Configuration.EnableContentDeletion &&
item.Type != "TvChannel" &&
item.Type != "Genre" &&
item.Type != "Studio" &&
item.Type != "MusicGenre" &&
item.Type != "GameGenre" &&
item.Type != "Person" &&
item.Type != "MusicArtist" &&
item.Type != "CollectionFolder") {
commands.push('delete');
}
if (user.Configuration.IsAdministrator) { if (user.Configuration.IsAdministrator) {
if (item.Type != "Recording" && item.Type != "Program") { if (item.Type != "Recording" && item.Type != "Program") {
commands.push('edit'); commands.push('edit');
} }
} }
commands.push('refresh');
return commands; return commands;
}, },
refreshItem: function (itemId) {
ApiClient.refreshItem(itemId, {
Recursive: true,
ImageRefreshMode: 'FullRefresh',
MetadataRefreshMode: 'FullRefresh',
ReplaceAllImages: false,
ReplaceAllMetadata: true
});
Dashboard.alert(Globalize.translate('MessageRefreshQueued'));
},
deleteItem: function (itemId) {
// The timeout allows the flyout to close
setTimeout(function () {
var msg = "<p>" + Globalize.translate('ConfirmDeleteItem') + "</p>";
Dashboard.confirm(msg, Globalize.translate('HeaderDeleteItem'), function (result) {
if (result) {
ApiClient.deleteItem(itemId);
$(LibraryBrowser).trigger('itemdeleting', [itemId]);
}
});
}, 250);
},
showMoreCommands: function (positionTo, itemId, commands) { showMoreCommands: function (positionTo, itemId, commands) {
$('.playFlyout').popup("close").remove(); $('.playFlyout').popup("close").remove();
@ -348,17 +399,39 @@
html += '<li><a href="edititemmetadata.html?id=' + itemId + '">' + Globalize.translate('ButtonEdit') + '</a></li>'; html += '<li><a href="edititemmetadata.html?id=' + itemId + '">' + Globalize.translate('ButtonEdit') + '</a></li>';
} }
if (commands.indexOf('refresh') != -1) {
html += '<li><a class="btnMoreMenuRefresh" href="#" onclick="$(\'.playFlyout\').popup(\'close\');LibraryBrowser.refreshItem([\'' + itemId + '\']);">' + Globalize.translate('ButtonRefresh') + '</a></li>';
}
if (commands.indexOf('delete') != -1) {
html += '<li><a class="btnMoreMenuDelete" href="#" onclick="$(\'.playFlyout\').popup(\'close\');LibraryBrowser.deleteItem([\'' + itemId + '\']);">' + Globalize.translate('ButtonDelete') + '</a></li>';
}
html += '</ul>'; html += '</ul>';
html += '</div>'; html += '</div>';
$($.mobile.activePage).append(html); $($.mobile.activePage).append(html);
$('.playFlyout').popup({ positionTo: positionTo || "window" }).trigger('create').popup("open").on("popupafterclose", function () { var elem = $('.playFlyout').popup({ positionTo: positionTo || "window" }).trigger('create').popup("open").on("popupafterclose", function () {
$(this).off("popupafterclose").remove(); $(this).off("popupafterclose").remove();
}).parents(".ui-popup-container"); });
$('.btnMoreMenuRefresh', elem).on('click', function () {
ApiClient.refreshItem(itemId, {
Recursive: true,
ImageRefreshMode: 'FullRefresh',
MetadataRefreshMode: 'FullRefresh',
ReplaceAllImages: false,
ReplaceAllMetadata: true
}).done(function () {
});
});
}, },
getHref: function (item, context, topParentId) { getHref: function (item, context, topParentId) {
@ -968,7 +1041,7 @@
imgUrl = ApiClient.getScaledImageUrl(item.Id, { imgUrl = ApiClient.getScaledImageUrl(item.Id, {
type: "Banner", type: "Banner",
maxWidth: 500, maxWidth: 700,
tag: item.ImageTags.Banner tag: item.ImageTags.Banner
}); });

View file

@ -26,7 +26,7 @@
html += '<h1 class="listHeader">' + title + '</h1>'; html += '<h1 class="listHeader">' + title + '</h1>';
html += '<div>'; html += '<div class="mobileItemsContainer">';
html += LibraryBrowser.getPosterViewHtml({ html += LibraryBrowser.getPosterViewHtml({
items: recommendation.Items, items: recommendation.Items,
lazy: true, lazy: true,

View file

@ -1270,6 +1270,16 @@ $(function () {
e.preventDefault(); e.preventDefault();
return false; return false;
}); });
function isTouchDevice() {
return (('ontouchstart' in window)
|| (navigator.MaxTouchPoints > 0)
|| (navigator.msMaxTouchPoints > 0));
}
if (isTouchDevice()) {
$(document.body).addClass('touch');
}
}); });
Dashboard.jQueryMobileInit(); Dashboard.jQueryMobileInit();

View file

@ -21,7 +21,7 @@
} }
if (user.Id && loggedInUser.Configuration.IsAdministrator) { if (user.Id && loggedInUser.Configuration.IsAdministrator) {
$('#fldConnectInfo', page).hide(); $('#fldConnectInfo', page).show();
} else { } else {
$('#fldConnectInfo', page).hide(); $('#fldConnectInfo', page).hide();
} }

View file

@ -31,14 +31,14 @@
<div id="resumableSection" style="display: none;"> <div id="resumableSection" style="display: none;">
<h1 class="listHeader firstListHeader">${HeaderResume}</h1> <h1 class="listHeader firstListHeader">${HeaderResume}</h1>
<div id="resumableItems"> <div id="resumableItems" class="mobileItemsContainer">
</div> </div>
</div> </div>
<h1 class="listHeader nextUpHeader firstListHeader">${HeaderNextUp}</h1> <h1 class="listHeader nextUpHeader firstListHeader">${HeaderNextUp}</h1>
</div> </div>
<div id="nextUpItems"> <div id="nextUpItems" class="mobileItemsContainer">
</div> </div>
<p class="noNextUpItems" style="display: none;">${NoNextUpItemsMessage}</p> <p class="noNextUpItems" style="display: none;">${NoNextUpItemsMessage}</p>
</div> </div>