jellyfin-web/dashboard-ui/metadataimages.html

101 lines
6.0 KiB
HTML
Raw Normal View History

2013-02-20 18:33:05 -07:00
<!DOCTYPE html>
<html>
<head>
2014-04-05 08:02:50 -07:00
<title>${TitleMetadata}</title>
2013-02-20 18:33:05 -07:00
</head>
<body>
2016-02-18 22:03:00 -07:00
<div id="metadataImagesConfigurationPage" data-role="page" class="page type-interior metadataConfigurationPage" data-require="jqmcollapsible,scripts/metadataimagespage,jqmcheckbox,paper-checkbox">
2013-02-20 18:33:05 -07:00
<div data-role="content">
<div class="content-primary">
2014-02-10 13:11:46 -07:00
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true" style="margin-bottom: 20px!important;">
2014-04-05 08:02:50 -07:00
<a href="metadata.html" data-role="button">${TabBasics}</a>
<a href="#" data-role="button" class="ui-btn-active">${TabServices}</a>
2014-05-07 11:38:50 -07:00
<a href="metadatasubtitles.html" data-role="button">${TabSubtitles}</a>
<a href="metadatanfo.html" data-role="button">${TabNfo}</a>
<a href="metadataadvanced.html" data-role="button">${TabAdvanced}</a>
2013-02-20 18:33:05 -07:00
</div>
2014-02-10 21:55:01 -07:00
<div class="tabContent">
2014-05-07 11:38:50 -07:00
<form class="metadataImagesConfigurationForm" style="margin-top: 10px; max-width: 800px;">
2014-05-12 11:04:25 -07:00
<br />
<div style="width: 75%;">
2016-02-07 14:16:02 -07:00
<label for="selectItemType" class="selectLabel">${LabelCustomizeOptionsPerMediaType}</label>
2014-05-12 11:04:25 -07:00
<select id="selectItemType" data-mini="true"></select>
</div>
<br />
<br />
2014-05-07 11:38:50 -07:00
<div class="metadataReaders" style="margin-bottom: 2em; width: 75%;">
2014-02-02 06:36:31 -07:00
</div>
2014-05-07 11:38:50 -07:00
<div class="metadataSavers" style="margin-bottom: 2em; width: 75%;">
2014-02-02 06:36:31 -07:00
</div>
<div class="metadataFetchers" style="margin-bottom: 2em;">
</div>
2014-02-10 21:55:01 -07:00
<div class="imageFetchers" style="margin-bottom: 2em;">
</div>
2013-12-25 23:17:19 -07:00
2014-02-10 11:39:41 -07:00
<div data-role="collapsible">
2014-04-07 21:17:18 -07:00
<h2>${HeaderImageSettings}</h2>
2014-02-02 06:36:31 -07:00
<div>
2014-02-10 11:39:41 -07:00
<br />
<div class="backdropFields" style="margin-bottom: 2em; display: none;">
<div>
2014-04-07 21:17:18 -07:00
<label for="txtMaxBackdrops">${LabelMaxBackdropsPerItem}</label>
2015-01-01 22:36:27 -07:00
<input type="number" id="txtMaxBackdrops" name="txtMaxBackdrops" pattern="[0-9]*" required="required" min="0" />
2014-02-10 11:39:41 -07:00
</div>
<br />
2014-02-10 11:39:41 -07:00
<div>
2014-04-07 21:17:18 -07:00
<label for="txtMinBackdropDownloadWidth">${LabelMinBackdropDownloadWidth}</label>
2015-01-01 22:36:27 -07:00
<input type="number" id="txtMinBackdropDownloadWidth" name="txtMinBackdropDownloadWidth" pattern="[0-9]*" required="required" min="0" />
2014-02-10 11:39:41 -07:00
</div>
</div>
<div class="screenshotFields" style="margin-bottom: 2em; display: none;">
<div>
2014-04-07 21:17:18 -07:00
<label for="txtMaxScreenshots">${LabelMaxScreenshotsPerItem}</label>
2015-01-01 22:36:27 -07:00
<input type="number" id="txtMaxScreenshots" name="txtMaxScreenshots" pattern="[0-9]*" required="required" min="0" />
2014-02-10 11:39:41 -07:00
</div>
<div>
2014-04-07 21:17:18 -07:00
<label for="txtMinScreenshotDownloadWidth">${LabelMinScreenshotDownloadWidth}</label>
2015-01-01 22:36:27 -07:00
<input type="number" id="txtMinScreenshotDownloadWidth" name="txtMinScreenshotDownloadWidth" pattern="[0-9]*" required="required" min="0" />
2014-02-10 11:39:41 -07:00
</div>
</div>
2016-02-18 22:03:00 -07:00
<div class="paperCheckboxListLabel">${HeaderFetchImages}</div>
<div class="imageSelections paperCheckboxList">
2014-02-10 11:39:41 -07:00
2016-02-18 22:03:00 -07:00
<paper-checkbox class="imageType hide" data-imagetype="Primary">${OptionDownloadPrimaryImage}</paper-checkbox>
<paper-checkbox class="imageType hide" data-imagetype="Art">${OptionDownloadArtImage}</paper-checkbox>
<paper-checkbox class="imageType hide" data-imagetype="BoxRear">${OptionDownloadBackImage}</paper-checkbox>
<paper-checkbox class="imageType hide" data-imagetype="Banner">${OptionDownloadBannerImage}</paper-checkbox>
<paper-checkbox class="imageType hide" data-imagetype="Box">${OptionDownloadBoxImage}</paper-checkbox>
2014-02-10 11:39:41 -07:00
2016-02-18 22:03:00 -07:00
<paper-checkbox class="imageType hide" data-imagetype="Disc">${OptionDownloadDiscImage}</paper-checkbox>
<paper-checkbox class="imageType hide" data-imagetype="Logo">${OptionDownloadLogoImage}</paper-checkbox>
<paper-checkbox class="imageType hide" data-imagetype="Menu">${OptionDownloadMenuImage}</paper-checkbox>
<paper-checkbox class="imageType hide" data-imagetype="Thumb">${OptionDownloadThumbImage}</paper-checkbox>
</div>
2013-12-25 23:17:19 -07:00
</div>
</div>
2014-02-02 06:36:31 -07:00
<br />
<br />
<ul data-role="listview" class="ulForm">
<li>
2015-06-22 08:43:19 -07:00
<button type="submit" data-role="none" class="clearButton">
<paper-button raised class="submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSave}</span></paper-button>
2014-02-02 06:36:31 -07:00
</button>
</li>
</ul>
</form>
</div>
2013-02-20 18:33:05 -07:00
</div>
</div>
</div>
</body>
</html>