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

some image organization

This commit is contained in:
Luke Pulverenti 2013-03-26 13:04:50 -04:00
parent e45ea7aa7b
commit 7955da14c8
21 changed files with 14 additions and 14 deletions

View file

@ -50,7 +50,7 @@
<input type="hidden" id="featureId" name="item_number" value="MBSupporter"> <input type="hidden" id="featureId" name="item_number" value="MBSupporter">
<input type="hidden" name="notify_url" value="http://mb3admin.com/admin/service/services/ppipn.php"> <input type="hidden" name="notify_url" value="http://mb3admin.com/admin/service/services/ppipn.php">
<input type="hidden" name="return" id ="paypalReturnUrl" value="#"> <input type="hidden" name="return" id ="paypalReturnUrl" value="#">
<a data-role="button" id="ppButton" onclick="_xclick.submit();"><img src="css/images/registerpp.png"/></a> <a data-role="button" id="ppButton" onclick="_xclick.submit();"><img src="css/images/supporter/registerpaypal.png"/></a>
<p id="noEmail" style="display: none"><strong>This developer has not provided a PayPal email. Please see their <p id="noEmail" style="display: none"><strong>This developer has not provided a PayPal email. Please see their
website for registration information.</strong> website for registration information.</strong>
</p> </p>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

View file

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

View file

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 2 KiB

Before After
Before After

View file

@ -99,15 +99,15 @@
}); });
} }
else if (item.MediaType == "Audio") { else if (item.MediaType == "Audio") {
url = "css/images/itemDetails/audioDefault.png"; url = "css/images/items/detail/audio.png";
useBackgroundColor = true; useBackgroundColor = true;
} }
else if (item.MediaType == "Game") { else if (item.MediaType == "Game") {
url = "css/images/itemDetails/gameDefault.png"; url = "css/images/items/detail/game.png";
useBackgroundColor = true; useBackgroundColor = true;
} }
else { else {
url = "css/images/itemDetails/videoDefault.png"; url = "css/images/items/detail/video.png";
useBackgroundColor = true; useBackgroundColor = true;
} }
@ -290,7 +290,7 @@
html += '<img src="' + imgUrl + '" />'; html += '<img src="' + imgUrl + '" />';
} else { } else {
html += '<img src="css/images/itemDetails/videoDefault.png"/>'; html += '<img src="css/images/items/detail/video.png"/>';
} }
html += '<div class="posterViewItemText posterViewItemPrimaryText">' + chapter_name + '</div>'; html += '<div class="posterViewItemText posterViewItemPrimaryText">' + chapter_name + '</div>';

View file

@ -43,14 +43,14 @@
if (plugin.thumbImage) { if (plugin.thumbImage) {
html += "<img src='" + plugin.thumbImage + "' />"; html += "<img src='" + plugin.thumbImage + "' />";
} else { } else {
html += "<img style='background:#444444;' src='css/images/defaultCollectionImage.png' />"; html += "<img style='background:#444444;' src='css/images/items/list/collection.png' />";
} }
if (plugin.isPremium) { if (plugin.isPremium) {
if (plugin.price > 0) { if (plugin.price > 0) {
html += "<div class='premiumBanner'><img src='css/images/premiumflag.png' /></div>"; html += "<div class='premiumBanner'><img src='css/images/supporter/premiumflag.png' /></div>";
} else { } else {
html += "<div class='premiumBanner'><img src='css/images/supporterflag.png' /></div>"; html += "<div class='premiumBanner'><img src='css/images/supporter/supporterflag.png' /></div>";
} }
} }

View file

@ -460,7 +460,7 @@ var Dashboard = {
tag: item.BackdropImageTags[0] tag: item.BackdropImageTags[0]
}) + "' />"; }) + "' />";
} else { } else {
html += "<img style='background:" + Dashboard.getRandomMetroColor() + ";' src='css/images/defaultCollectionImage.png' />"; html += "<img style='background:" + Dashboard.getRandomMetroColor() + ";' src='css/images/items/list/collection.png' />";
} }
if (showText) { if (showText) {
@ -750,7 +750,7 @@ var Dashboard = {
Dashboard.getPluginSecurityInfo().done(function (pluginSecurityInfo) { Dashboard.getPluginSecurityInfo().done(function (pluginSecurityInfo) {
if (pluginSecurityInfo.IsMBSupporter) { if (pluginSecurityInfo.IsMBSupporter) {
$('<a class="imageLink" href="supporter.html"><img src="css/images/suppbadge.png" /></a>').insertBefore('.btnTools', page); $('<a class="imageLink" href="supporter.html"><img src="css/images/supporter/supporterbadge.png" /></a>').insertBefore('.btnTools', page);
} }
}); });
}, },

View file

@ -55,7 +55,7 @@
<input type="hidden" name="item_number" value="MBSupporter"> <input type="hidden" name="item_number" value="MBSupporter">
<input type="hidden" name="notify_url" value="http://mb3admin.com/admin/service/services/ppipn.php"> <input type="hidden" name="notify_url" value="http://mb3admin.com/admin/service/services/ppipn.php">
<input type="hidden" name="return" id ="paypalReturnUrl" value="#"> <input type="hidden" name="return" id ="paypalReturnUrl" value="#">
<a data-role="button" onclick="_xclick.submit();"><img src="css/images/donatepp.png"/></a> <a data-role="button" onclick="_xclick.submit();"><img src="css/images/supporter/donatepaypal.png"/></a>
<p><small><em>This button is now <strong>live</strong>. Transactions will result in real money being transferred.</em></small></p> <p><small><em>This button is now <strong>live</strong>. Transactions will result in real money being transferred.</em></small></p>

View file

@ -10,7 +10,7 @@
<div class="ui-corner-all ui-shadow wizardContent"> <div class="ui-corner-all ui-shadow wizardContent">
<h2> <h2>
<img src="css/images/movieFolder.png" />Media Library</h2> <img src="css/images/mblogoicon.png" />Media Library</h2>
<p id="fldUseDefaultLibrary" style="display: none;"> <p id="fldUseDefaultLibrary" style="display: none;">
<input type="checkbox" id="chkUseDefaultLibrary" name="chkUseDefaultLibrary" onchange="MediaLibraryPage.setUseDefaultMediaLibrary(this.checked);" /> <input type="checkbox" id="chkUseDefaultLibrary" name="chkUseDefaultLibrary" onchange="MediaLibraryPage.setUseDefaultMediaLibrary(this.checked);" />

View file

@ -10,7 +10,7 @@
<div class="ui-corner-all ui-shadow wizardContent"> <div class="ui-corner-all ui-shadow wizardContent">
<h2> <h2>
<img src="css/images/cloudNetwork.png" />Welcome to Media Browser Server!</h2> <img src="css/images/mblogoicon.png" />Welcome to Media Browser Server!</h2>
<p>This wizard will help guide you through the setup process.</p> <p>This wizard will help guide you through the setup process.</p>
<div class="wizardNavigation"> <div class="wizardNavigation">

View file

@ -11,7 +11,7 @@
<div class="ui-corner-all ui-shadow wizardContent"> <div class="ui-corner-all ui-shadow wizardContent">
<form id="wizardUserForm"> <form id="wizardUserForm">
<h2> <h2>
<img src="css/images/currentUserDefaultBlack.png" style="height: 30px;" />Tell Us About Yourself</h2> <img src="css/images/mblogoicon.png" style="height: 30px;" />Tell Us About Yourself</h2>
<p>Media Browser includes built-in support for user profiles, enabling each user to have their own display settings, playstate and ratings.</p> <p>Media Browser includes built-in support for user profiles, enabling each user to have their own display settings, playstate and ratings.</p>