2013-05-04 14:20:27 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2015-03-21 11:12:12 -07:00
|
|
|
|
<title>Emby</title>
|
2013-05-04 14:20:27 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-01-17 22:45:10 -07:00
|
|
|
|
<div id="editItemImagesPage" data-role="page" class="page libraryPage metadataEditorPage" data-contextname="${HeaderMetadataManager}">
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<div data-role="content editPageContent">
|
|
|
|
|
<div class="editPageSidebar">
|
|
|
|
|
<div class="libraryTree">
|
2015-03-01 22:16:29 -07:00
|
|
|
|
<ul></ul>
|
2013-08-02 13:36:44 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2013-05-04 14:20:27 -07:00
|
|
|
|
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<div class="editPageInnerContent">
|
2014-01-24 11:09:50 -07:00
|
|
|
|
<h1 class="itemName editPageName"> </h1>
|
2013-05-04 21:49:49 -07:00
|
|
|
|
<br />
|
2013-05-04 14:20:27 -07:00
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
2014-04-08 19:12:17 -07:00
|
|
|
|
<a href="#" data-role="button" id="btnEditMetadata">${TabMetadata}</a>
|
2014-05-16 21:24:10 -07:00
|
|
|
|
<a id="btnEditSubtitles" style="display: none;" href="#" data-role="button">${TabSubtitles}</a>
|
2014-04-08 19:12:17 -07:00
|
|
|
|
<a id="btnEditCollectionTitles" style="display: none;" href="#" data-role="button">${TabCollectionTitles}</a>
|
|
|
|
|
<a href="#" data-role="button" class="ui-btn-active">${TabImages}</a>
|
2013-05-04 14:20:27 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<div style="margin: -25px 0 1em;">
|
2013-11-05 08:38:59 -07:00
|
|
|
|
|
|
|
|
|
<div style="display: inline-block;">
|
2014-08-04 20:41:56 -07:00
|
|
|
|
<a class="lnkBrowseImages lnkBrowseAllImages hide" data-rel="popup" data-position-to="window" data-role="button" data-inline="true" data-icon="cloud" data-mini="true">${ButtonBrowseImages}</a>
|
2013-11-05 08:38:59 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div style="display: inline-block;">
|
2014-08-04 20:41:56 -07:00
|
|
|
|
<a href="#popupUpload" data-rel="popup" data-position-to="window" data-role="button" data-inline="true" data-icon="plus" data-mini="true">${ButtonUpload}</a>
|
2013-11-05 08:38:59 -07:00
|
|
|
|
</div>
|
2013-05-04 21:49:49 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="imagesContainer" style="display: none;">
|
2013-12-24 11:37:29 -07:00
|
|
|
|
<div data-role="collapsible" data-mini="true" data-collapsed="false" class="imageEditorCollapsible" data-content-theme="false">
|
2014-08-04 20:41:56 -07:00
|
|
|
|
<h3>${HeaderImages}</h3>
|
2013-05-05 18:15:48 -07:00
|
|
|
|
<div id="images">
|
|
|
|
|
</div>
|
2013-05-04 21:49:49 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="backdropsContainer" style="display: none;">
|
2013-12-24 11:37:29 -07:00
|
|
|
|
<div data-role="collapsible" data-mini="true" data-collapsed="false" class="imageEditorCollapsible" data-content-theme="false">
|
2014-08-04 20:41:56 -07:00
|
|
|
|
<h3>${HeaderBackdrops}</h3>
|
2013-05-05 18:15:48 -07:00
|
|
|
|
<div id="backdrops">
|
|
|
|
|
</div>
|
2013-05-04 14:20:27 -07:00
|
|
|
|
</div>
|
2013-05-04 21:49:49 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="screenshotsContainer" style="display: none;">
|
2013-12-24 11:37:29 -07:00
|
|
|
|
<div data-role="collapsible" data-mini="true" data-collapsed="false" class="imageEditorCollapsible" data-content-theme="false">
|
2014-08-04 20:41:56 -07:00
|
|
|
|
<h3>${Screenshots}</h3>
|
2013-05-05 18:15:48 -07:00
|
|
|
|
<div id="screenshots">
|
|
|
|
|
</div>
|
2013-05-04 21:49:49 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2013-05-04 14:20:27 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2013-05-04 21:49:49 -07:00
|
|
|
|
|
2015-02-27 10:43:06 -07:00
|
|
|
|
<div data-role="popup" id="popupUpload" data-theme="a">
|
2013-05-05 18:15:48 -07:00
|
|
|
|
<form id="uploadItemImageForm" style="max-width: 100%; margin: 0 1.5em 1.5em;">
|
2014-08-04 20:41:56 -07:00
|
|
|
|
<h2>${HeaderAddUpdateImage}</h2>
|
2013-05-04 21:49:49 -07:00
|
|
|
|
<div>
|
2014-08-04 20:41:56 -07:00
|
|
|
|
<p>${LabelJpgPngOnly}</p>
|
2013-12-24 11:37:29 -07:00
|
|
|
|
<input type="file" accept="image/*" id="uploadImage" name="uploadImage" />
|
2013-05-04 21:49:49 -07:00
|
|
|
|
|
|
|
|
|
<div id="imageDropZone" class="imageDropZone">
|
2014-08-04 20:41:56 -07:00
|
|
|
|
<h3>${LabelDropImageHere}</h3>
|
2013-05-04 21:49:49 -07:00
|
|
|
|
<output id="imageOutput"></output>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="fldUpload" style="display: none;">
|
|
|
|
|
<p data-role="fieldcontain">
|
2014-08-04 20:41:56 -07:00
|
|
|
|
<label for="selectImageType">${LabelImageType}</label>
|
2013-12-24 11:37:29 -07:00
|
|
|
|
<select id="selectImageType" name="selectImageType">
|
2014-08-04 20:41:56 -07:00
|
|
|
|
<option value="Primary">${OptionPrimary}</option>
|
|
|
|
|
<option value="Art">${OptionArt}</option>
|
|
|
|
|
<option value="Backdrop">${OptionBackdrop}</option>
|
|
|
|
|
<option value="Banner">${OptionBanner}</option>
|
|
|
|
|
<option value="Box">${OptionBox}</option>
|
|
|
|
|
<option value="BoxRear">${OptionBoxRear}</option>
|
|
|
|
|
<option value="Disc">${OptionDisc}</option>
|
2015-03-01 22:16:29 -07:00
|
|
|
|
<option value="Icon">${OptionIcon}</option>
|
2014-08-04 20:41:56 -07:00
|
|
|
|
<option value="Logo">${OptionLogo}</option>
|
|
|
|
|
<option value="Menu">${OptionMenu}</option>
|
|
|
|
|
<option value="Screenshot">${OptionScreenshot}</option>
|
|
|
|
|
<option value="Thumb">${OptionThumb}</option>
|
2013-05-04 21:49:49 -07:00
|
|
|
|
</select>
|
|
|
|
|
</p>
|
2014-08-04 20:41:56 -07:00
|
|
|
|
<button type="submit" data-icon="check" data-theme="b">${ButtonUpload}</button>
|
2013-05-04 21:49:49 -07:00
|
|
|
|
</div>
|
2014-08-04 20:41:56 -07:00
|
|
|
|
<a data-role="button" data-rel="back" data-icon="delete" onclick="$('#uploadImage').val('').trigger('change');">${ButtonCancel}</a>
|
2013-05-04 21:49:49 -07:00
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
|
2014-02-25 08:40:16 -07:00
|
|
|
|
<div data-role="popup" class="popup popupDownload" data-theme="a">
|
2013-10-31 14:03:24 -07:00
|
|
|
|
|
2014-08-04 20:41:56 -07:00
|
|
|
|
<a href="#" data-rel="back" data-role="button" data-icon="delete" data-iconpos="notext" class="ui-btn-right" data-theme="b">${ButtonClose}</a>
|
2015-02-27 10:43:06 -07:00
|
|
|
|
<div class="ui-bar-a" style="text-align: center; padding: 0 20px;">
|
|
|
|
|
<h3>${HeaderBrowseOnlineImages}</h3>
|
2013-10-31 14:03:24 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2013-12-22 21:22:40 -07:00
|
|
|
|
<div data-role="content">
|
2013-10-31 14:03:24 -07:00
|
|
|
|
|
|
|
|
|
<div style="text-align: center;">
|
2013-10-31 18:48:14 -07:00
|
|
|
|
<div style="margin: 0; display: inline-block;">
|
2014-08-04 20:41:56 -07:00
|
|
|
|
<label for="selectImageProvider">${LabelSource}</label>
|
2013-10-31 18:48:14 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div style="margin: 0; display: inline-block;">
|
|
|
|
|
<select id="selectImageProvider" name="selectImageProvider" data-mini="true" data-inline="true">
|
2014-08-04 20:41:56 -07:00
|
|
|
|
<option value="">${OptionAll}</option>
|
2013-10-31 18:48:14 -07:00
|
|
|
|
</select>
|
|
|
|
|
</div>
|
2013-10-31 14:03:24 -07:00
|
|
|
|
<div style="margin: 0; display: inline-block;">
|
2014-08-04 20:41:56 -07:00
|
|
|
|
<label for="selectBrowsableImageType">${LabelImage}</label>
|
2013-10-31 14:03:24 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div style="margin: 0; display: inline-block;">
|
|
|
|
|
<select id="selectBrowsableImageType" name="selectBrowsableImageType" data-mini="true" data-inline="true">
|
2014-08-04 20:41:56 -07:00
|
|
|
|
<option value="Primary">${OptionPrimary}</option>
|
|
|
|
|
<option value="Art">${OptionArt}</option>
|
|
|
|
|
<option value="Backdrop">${OptionBackdrop}</option>
|
|
|
|
|
<option value="Banner">${OptionBanner}</option>
|
|
|
|
|
<option value="Box">${OptionBox}</option>
|
|
|
|
|
<option value="BoxRear">${OptionBoxRear}</option>
|
|
|
|
|
<option value="Disc">${OptionDisc}</option>
|
2015-03-01 22:16:29 -07:00
|
|
|
|
<option value="Icon">${OptionIcon}</option>
|
2014-08-04 20:41:56 -07:00
|
|
|
|
<option value="Logo">${OptionLogo}</option>
|
|
|
|
|
<option value="Menu">${OptionMenu}</option>
|
|
|
|
|
<option value="Screenshot">${OptionScreenshot}</option>
|
|
|
|
|
<option value="Thumb">${OptionThumb}</option>
|
2013-10-31 14:03:24 -07:00
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="availableImagesPaging" style="margin: 0; display: inline-block;"></div>
|
2014-02-12 22:11:54 -07:00
|
|
|
|
<div style="margin: 0; display: inline-block; vertical-align: middle; margin-left: 10px;">
|
2014-08-04 20:41:56 -07:00
|
|
|
|
<label for="chkAllLanguages">${LabelAllLanguages}</label>
|
2014-02-11 20:46:27 -07:00
|
|
|
|
<input type="checkbox" id="chkAllLanguages" data-mini="true" />
|
|
|
|
|
</div>
|
2013-10-31 14:03:24 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="availableImagesList"></div>
|
|
|
|
|
<div style="text-align: center;">
|
2014-08-04 20:41:56 -07:00
|
|
|
|
<a href="#" data-rel="back" data-role="button" data-mini="true" data-inline="true" data-icon="delete">${ButtonClose}</a>
|
2013-10-31 14:03:24 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2013-05-04 14:20:27 -07:00
|
|
|
|
<script type="text/javascript">
|
2013-05-05 18:15:48 -07:00
|
|
|
|
$('#uploadItemImageForm').on('submit', EditItemImagesPage.onSubmit);
|
2013-05-04 14:20:27 -07:00
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|