2016-06-14 12:21:26 -07:00
|
|
|
|
<div style="text-align: center;display:flex; align-items: center; flex-wrap: wrap; justify-content: center;margin: 0 0 1em 0;">
|
2016-06-13 21:06:57 -07:00
|
|
|
|
<div style="margin: 0;">
|
2015-09-17 18:51:22 -07:00
|
|
|
|
<label for="selectImageProvider" style="display: inline-block;">${LabelSource}</label>
|
2016-09-22 23:57:24 -07:00
|
|
|
|
<select id="selectImageProvider" style="padding-left:.5em;padding-right:0;display: inline-block;width:auto!important;color: #fff;">
|
2015-09-17 10:24:23 -07:00
|
|
|
|
<option value="">${OptionAll}</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
2016-06-13 21:06:57 -07:00
|
|
|
|
<div style="margin-left:1em;">
|
2015-09-17 18:51:22 -07:00
|
|
|
|
<label for="selectBrowsableImageType" style="display: inline-block;">${LabelImage}</label>
|
2016-09-22 23:57:24 -07:00
|
|
|
|
<select id="selectBrowsableImageType" style="padding-left:.5em;padding-right:0;display: inline-block;width:auto!important;color: #fff;">
|
2015-09-17 10:24:23 -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>
|
|
|
|
|
<option value="Logo">${OptionLogo}</option>
|
|
|
|
|
<option value="Menu">${OptionMenu}</option>
|
|
|
|
|
<option value="Screenshot">${OptionScreenshot}</option>
|
|
|
|
|
<option value="Thumb">${OptionThumb}</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
2016-06-13 21:06:57 -07:00
|
|
|
|
<div class="availableImagesPaging" style="margin-left:1em;"></div>
|
|
|
|
|
<label style="margin: 0 0 0 1em;width:auto;">
|
|
|
|
|
<input id="chkAllLanguages" type="checkbox" is="emby-checkbox" />
|
|
|
|
|
<span>${LabelAllLanguages}</span>
|
|
|
|
|
</label>
|
2015-09-17 10:24:23 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="availableImagesList" style="text-align:center;"></div>
|