2013-05-05 18:15:48 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2015-03-21 11:12:12 -07:00
|
|
|
|
<title>Emby</title>
|
2013-05-05 18:15:48 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-09-06 09:11:41 -07:00
|
|
|
|
<div id="editItemMetadataPage" data-role="page" class="page libraryPage metadataEditorPage noSecondaryNavPage" data-contextname="${HeaderMetadataManager}" data-require="jqmcheckbox,jqmcollapsible,jqmlistview,jqmpopup,scripts/editorsidebar,scripts/edititemmetadata,scripts/edititemsubtitles,scripts/editcollectionitems,scripts/edititemimages">
|
2015-07-14 13:29:51 -07:00
|
|
|
|
<div>
|
2015-07-15 04:26:47 -07:00
|
|
|
|
<div class="editPageSidebar" style="overflow:auto;">
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<div class="libraryTree">
|
2014-12-20 18:23:56 -07:00
|
|
|
|
<ul></ul>
|
2013-08-02 13:36:44 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2015-08-24 20:13:04 -07:00
|
|
|
|
<div class="editPageInnerContent" style="visibility:hidden;">
|
2014-01-24 11:09:50 -07:00
|
|
|
|
<h1 class="itemName editPageName"> </h1>
|
2013-05-05 18:15:48 -07:00
|
|
|
|
<br />
|
2015-09-02 09:57:54 -07:00
|
|
|
|
<paper-tabs hidescrollbuttons>
|
2015-07-14 13:29:51 -07:00
|
|
|
|
<paper-tab class="metadataTabButton">${TabMetadata}</paper-tab>
|
2015-08-24 13:37:34 -07:00
|
|
|
|
<paper-tab class="subtitleTabButton hide">${TabSubtitles}</paper-tab>
|
|
|
|
|
<paper-tab class="collectionItemsTabButton hide">${TabCollectionTitles}</paper-tab>
|
2015-07-14 13:29:51 -07:00
|
|
|
|
<paper-tab class="imagesTabButton">${TabImages}</paper-tab>
|
|
|
|
|
</paper-tabs>
|
|
|
|
|
|
2015-08-24 13:37:34 -07:00
|
|
|
|
<div class="editorTab">
|
2015-07-14 13:29:51 -07:00
|
|
|
|
|
2015-08-24 13:37:34 -07:00
|
|
|
|
<form class="editItemMetadataForm editMetadataForm">
|
|
|
|
|
<div class="metadataFormFields">
|
2015-07-14 13:29:51 -07:00
|
|
|
|
|
2015-08-24 13:37:34 -07:00
|
|
|
|
<div style="margin:2em 0 .5em;text-align:center;">
|
2015-07-14 13:29:51 -07:00
|
|
|
|
|
2015-08-24 13:37:34 -07:00
|
|
|
|
<paper-button raised class="submit">
|
|
|
|
|
<button class="btnSave clearButton" type="submit" data-role="none" style="display:inline-block;">
|
|
|
|
|
<iron-icon icon="check"></iron-icon><span>${ButtonSave}</span>
|
|
|
|
|
</button>
|
|
|
|
|
</paper-button>
|
2013-05-05 18:15:48 -07:00
|
|
|
|
|
2015-08-24 13:37:34 -07:00
|
|
|
|
<paper-button raised class="subdued btnRefresh btnSimpleRefresh" style="background-color:#673AB7;"><iron-icon icon="refresh"></iron-icon><span>${ButtonRefresh}</span></paper-button>
|
|
|
|
|
<paper-button id="btnIdentify" raised style="background-color:#009688;"><iron-icon icon="info"></iron-icon><span>${ButtonIdentify}</span></paper-button>
|
|
|
|
|
<paper-button raised class="subdued notext btnMore"><iron-icon icon="more-vert"></iron-icon></paper-button>
|
|
|
|
|
</div>
|
2015-07-14 13:29:51 -07:00
|
|
|
|
|
2015-08-24 13:37:34 -07:00
|
|
|
|
<div style="padding: 0 0 10px;">
|
|
|
|
|
<div id="fldContentType" style="display:none;">
|
|
|
|
|
<label for="selectContentType">${LabelContentType}</label>
|
|
|
|
|
<select id="selectContentType" data-mini="true"></select>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="fldPath">
|
|
|
|
|
<paper-input id="txtPath" type="text" label="${LabelPath}" readonly></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<paper-input id="txtName" type="text" label="${LabelName}" required="required"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="fldSortName" style="display: none;">
|
|
|
|
|
<paper-input id="txtSortName" type="text" label="${LabelSortName}"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="fldDateAdded" style="display: none;">
|
|
|
|
|
<paper-input id="txtDateAdded" type="date" label="${LabelDateAdded}"></paper-input>
|
|
|
|
|
</div>
|
2015-09-01 12:18:25 -07:00
|
|
|
|
<div id="fldStatus" style="display: none;margin:1em 0;">
|
2015-08-24 13:37:34 -07:00
|
|
|
|
<label for="selectStatus">${LabelStatus}</label>
|
|
|
|
|
<select id="selectStatus" data-mini="true"></select>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="fldArtist" style="display: none;">
|
|
|
|
|
<paper-input id="txtArtist" type="text" label="${LabelArtists}" placeholder="${LabelArtistsHelp}"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="fldAlbumArtist" style="display: none;">
|
|
|
|
|
<paper-input id="txtAlbumArtist" type="text" label="${LabelAlbumArtists}" placeholder="${LabelArtistsHelp}"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="fldAlbum" style="display: none;">
|
|
|
|
|
<paper-input id="txtAlbum" type="text" label="${LabelAlbum}"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="fldParentIndexNumber" style="display: none;">
|
|
|
|
|
<paper-input id="txtParentIndexNumber" type="number"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="fldIndexNumber" style="display: none;">
|
|
|
|
|
<paper-input id="txtIndexNumber" type="number" pattern="[0-9]*"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="fldCommunityRating" style="display: none;">
|
|
|
|
|
<paper-input id="txtCommunityRating" type="number" step=".1" min="0" max="10" label="${LabelCommunityRating}"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="fldCommunityVoteCount" style="display: none;">
|
|
|
|
|
<paper-input id="txtCommunityVoteCount" type="number" step="1" label="${LabelVoteCount}"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="fldMetascore" style="display: none;">
|
|
|
|
|
<paper-input id="txtMetascore" type="number" step="1" min="0" max="100" label="${LabelMetascore}"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="fldCriticRating" style="display: none;">
|
|
|
|
|
<paper-input id="txtCriticRating" type="number" step=".1" label="${LabelCriticRating}"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="fldCriticRatingSummary" style="display: none;">
|
|
|
|
|
<paper-input id="txtCriticRatingSummary" type="text" label="${LabelCriticRatingSummary}"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="fldAwardSummary" style="display: none;">
|
|
|
|
|
<paper-input id="txtAwardSummary" type="text" label="${LabelAwardSummary}"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<paper-input id="txtHomePageUrl" type="text" label="${LabelWebsite}"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="fldTagline" style="display: none;">
|
|
|
|
|
<paper-input id="txtTagline" type="text" label="${LabelTagline}"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
2015-09-01 12:18:25 -07:00
|
|
|
|
<label for="txtOverview" class="likePaperLabel">${LabelOverview}</label>
|
|
|
|
|
<textarea id="txtOverview" class="likePaperText" data-role="none"></textarea>
|
|
|
|
|
<br />
|
2015-08-24 13:37:34 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div id="fldShortOverview" style="display: none;">
|
|
|
|
|
<paper-input id="txtShortOverview" type="text" label="${LabelShortOverview}"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="fldPremiereDate" style="display: none;">
|
2015-09-01 12:18:25 -07:00
|
|
|
|
<label for="txtPremiereDate" class="likePaperLabel">${LabelReleaseDate}</label>
|
|
|
|
|
<input id="txtPremiereDate" type="date" class="likePaperText" data-role="none" />
|
2015-08-24 13:37:34 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div id="fldYear" style="display: none;">
|
|
|
|
|
<paper-input id="txtProductionYear" type="number" label="${LabelYear}"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="fldPlaceOfBirth" style="display: none;">
|
|
|
|
|
<paper-input id="txtPlaceOfBirth" type="text" label="${LabelPlaceOfBirth}"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="fldEndDate" style="display: none;">
|
2015-09-01 12:18:25 -07:00
|
|
|
|
<label for="txtEndDate" class="likePaperLabel">${LabelEndDate}</label>
|
|
|
|
|
<input id="txtEndDate" type="date" class="likePaperText" data-role="none" />
|
2015-08-24 13:37:34 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div id="fldAirDays" style="display: none;">
|
|
|
|
|
<p>${LabelAirDays}</p>
|
2015-07-14 13:29:51 -07:00
|
|
|
|
|
2015-08-24 13:37:34 -07:00
|
|
|
|
<div>
|
|
|
|
|
<paper-checkbox class="chkAirDay" data-day="Sunday">${OptionSunday}</paper-checkbox>
|
|
|
|
|
<paper-checkbox class="chkAirDay" data-day="Monday">${OptionMonday}</paper-checkbox>
|
|
|
|
|
<paper-checkbox class="chkAirDay" data-day="Tuesday">${OptionTuesday}</paper-checkbox>
|
|
|
|
|
<paper-checkbox class="chkAirDay" data-day="Wednesday">${OptionWednesday}</paper-checkbox>
|
|
|
|
|
<paper-checkbox class="chkAirDay" data-day="Thursday">${OptionThursday}</paper-checkbox>
|
|
|
|
|
<paper-checkbox class="chkAirDay" data-day="Friday">${OptionFriday}</paper-checkbox>
|
|
|
|
|
<paper-checkbox class="chkAirDay" data-day="Saturday">${OptionSaturday}</paper-checkbox>
|
2015-07-14 13:29:51 -07:00
|
|
|
|
</div>
|
|
|
|
|
<br />
|
2013-08-02 13:36:44 -07:00
|
|
|
|
|
2015-08-24 13:37:34 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div id="fldAirTime" style="display: none;">
|
2015-09-01 12:18:25 -07:00
|
|
|
|
<paper-input id="txtAirTime" type="text" label="${LabelAirTime}"></paper-input>
|
2015-08-24 13:37:34 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div id="fldSeriesRuntime" style="display: none;">
|
|
|
|
|
<paper-input id="txtSeriesRuntime" type="number" label="${LabelRuntimeMinutes}"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="fldOfficialRating" style="display: none;">
|
|
|
|
|
<br />
|
|
|
|
|
<label for="selectOfficialRating">${LabelParentalRating}</label>
|
|
|
|
|
<select id="selectOfficialRating" data-mini="true"></select>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="fldCustomRating" style="display: none;">
|
|
|
|
|
<br />
|
|
|
|
|
<label for="selectCustomRating">${LabelCustomRating}</label>
|
|
|
|
|
<select id="selectCustomRating" data-mini="true"></select>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="fldBudget" style="display: none;">
|
|
|
|
|
<paper-input id="txtBudget" type="number" label="${LabelBudget}"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="fldRevenue" style="display: none;">
|
|
|
|
|
<paper-input id="txtRevenue" type="number" label="${LabelRevenue}"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="fldOriginalAspectRatio" style="display: none;">
|
|
|
|
|
<paper-input id="txtOriginalAspectRatio" type="text" label="${LabelOriginalAspectRatio}"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="fldPlayers" style="display: none;">
|
|
|
|
|
<paper-input id="txtPlayers" type="number" pattern="[0-9]*" label="${LabelPlayers}"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="fld3dFormat" style="display: none;">
|
|
|
|
|
<br />
|
|
|
|
|
<label for="select3dFormat">${Label3DFormat}</label>
|
|
|
|
|
<select id="select3dFormat" data-mini="true">
|
|
|
|
|
<option value=""></option>
|
|
|
|
|
<option value="HalfSideBySide">HSBS</option>
|
|
|
|
|
<option value="HalfTopAndBottom">HTAB</option>
|
|
|
|
|
<option value="FullSideBySide">FSBS</option>
|
|
|
|
|
<option value="FullTopAndBottom">FTAB</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
2013-08-02 13:36:44 -07:00
|
|
|
|
|
2015-08-24 13:37:34 -07:00
|
|
|
|
<div class="detailSection" id="collapsibleDvdEpisodeInfo" style="display: none;">
|
|
|
|
|
<h1>
|
|
|
|
|
${HeaderAlternateEpisodeNumbers}
|
|
|
|
|
</h1>
|
|
|
|
|
<div class="detailSectionContent">
|
|
|
|
|
<div>
|
|
|
|
|
<paper-input id="txtDvdSeasonNumber" type="number" pattern="[0-9]*" label="${LabelDvdSeasonNumber}"></paper-input>
|
2015-07-14 13:29:51 -07:00
|
|
|
|
</div>
|
2015-08-24 13:37:34 -07:00
|
|
|
|
<div>
|
|
|
|
|
<paper-input id="txtDvdEpisodeNumber" type="number" pattern="[0-9]*" label="${LabelDvdEpisodeNumber}"></paper-input>
|
2015-07-14 13:29:51 -07:00
|
|
|
|
</div>
|
2015-08-24 13:37:34 -07:00
|
|
|
|
<div>
|
|
|
|
|
<paper-input id="txtAbsoluteEpisodeNumber" type="number" pattern="[0-9]*" label="${LabelAbsoluteEpisodeNumber}"></paper-input>
|
2015-07-14 13:29:51 -07:00
|
|
|
|
</div>
|
2015-08-24 13:37:34 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2014-12-20 22:57:06 -07:00
|
|
|
|
|
2015-08-24 13:37:34 -07:00
|
|
|
|
<div class="detailSection" id="collapsibleSpecialEpisodeInfo" style="display: none;">
|
|
|
|
|
<h1>
|
|
|
|
|
${HeaderSpecialEpisodeInfo}
|
|
|
|
|
</h1>
|
|
|
|
|
<div class="detailSectionContent">
|
|
|
|
|
<div>
|
|
|
|
|
<paper-input id="txtAirsBeforeSeason" type="number" pattern="[0-9]*" label="${LabelAirsBeforeSeason}"></paper-input>
|
2015-07-14 13:29:51 -07:00
|
|
|
|
</div>
|
2015-08-24 13:37:34 -07:00
|
|
|
|
<div>
|
|
|
|
|
<paper-input id="txtAirsAfterSeason" type="number" pattern="[0-9]*" label="${LabelAirsAfterSeason}"></paper-input>
|
2015-07-14 13:29:51 -07:00
|
|
|
|
</div>
|
2015-08-24 13:37:34 -07:00
|
|
|
|
<div>
|
|
|
|
|
<paper-input id="txtAirsBeforeEpisode" type="number" pattern="[0-9]*" label="${LabelAirsBeforeEpisode}"></paper-input>
|
2015-07-14 13:29:51 -07:00
|
|
|
|
</div>
|
2015-08-24 13:37:34 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="detailSection">
|
|
|
|
|
<h1>
|
|
|
|
|
${HeaderExternalIds}
|
|
|
|
|
</h1>
|
|
|
|
|
<div class="detailSectionContent">
|
|
|
|
|
<div class="externalIds editorFieldset">
|
2015-07-14 13:29:51 -07:00
|
|
|
|
</div>
|
2015-08-24 13:37:34 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="detailSection" id="collapsibleDisplaySettings" style="display:none;">
|
|
|
|
|
<h1>
|
|
|
|
|
${HeaderDisplaySettings}
|
|
|
|
|
</h1>
|
|
|
|
|
<div class="detailSectionContent">
|
|
|
|
|
<div id="fldSourceType" style="display: none;" class="fldDisplaySetting">
|
|
|
|
|
<paper-input id="txtDisplayMediaType" type="text" label="${LabelTreatImageAs}"></paper-input>
|
2015-07-14 13:29:51 -07:00
|
|
|
|
</div>
|
2015-08-24 13:37:34 -07:00
|
|
|
|
<div id="fldDisplaySpecialsInline" class="fldDisplaySetting">
|
2015-08-31 21:15:10 -07:00
|
|
|
|
<br />
|
2015-08-24 13:37:34 -07:00
|
|
|
|
<paper-checkbox id="chkDisplaySpecialsInline">${LabelDisplaySpecialsWithinSeasons}</paper-checkbox>
|
2015-07-14 13:29:51 -07:00
|
|
|
|
</div>
|
2015-08-24 13:37:34 -07:00
|
|
|
|
<div id="fldDisplayOrder" class="fldDisplaySetting">
|
|
|
|
|
<label for="selectDisplayOrder" id="labelDisplayOrder">${LabelDisplayOrder}</label>
|
|
|
|
|
<select id="selectDisplayOrder" data-mini="true"></select>
|
2015-07-14 13:29:51 -07:00
|
|
|
|
</div>
|
2014-12-20 18:23:56 -07:00
|
|
|
|
</div>
|
2015-07-14 13:29:51 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2015-08-24 13:37:34 -07:00
|
|
|
|
<div data-role="collapsible" data-mini="true" id="countriesCollapsible" style="display: none; margin-top: 1em;">
|
|
|
|
|
<h3>${HeaderCountries}</h3>
|
|
|
|
|
<div data-role="editableListviewContainer">
|
|
|
|
|
<div>
|
|
|
|
|
<div style="display: inline-block; width: 80%;">
|
|
|
|
|
<input type="text" class="txtEditableListview" />
|
|
|
|
|
</div>
|
|
|
|
|
<a data-role="button" data-inline="true" data-mini="true" data-icon="plus" data-iconpos="notext" onclick="EditItemMetadataPage.addElementToEditableListview(this)" style="vertical-align: top;">${ButtonAdd}</a>
|
|
|
|
|
</div>
|
|
|
|
|
<ul data-role="listview" data-inset="true" data-split-icon="delete" id="listCountries"></ul>
|
2014-05-16 12:16:29 -07:00
|
|
|
|
</div>
|
2015-08-24 13:37:34 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div data-role="collapsible" data-mini="true" id="genresCollapsible" style="display: none; margin-top: 1em;">
|
|
|
|
|
<h3>${HeaderGenres}</h3>
|
|
|
|
|
<div data-role="editableListviewContainer">
|
|
|
|
|
<div>
|
|
|
|
|
<div style="display: inline-block; width: 80%;">
|
|
|
|
|
<input type="text" class="txtEditableListview" />
|
|
|
|
|
</div>
|
|
|
|
|
<a data-role="button" data-inline="true" data-mini="true" data-icon="plus" data-iconpos="notext" onclick="EditItemMetadataPage.addElementToEditableListview(this)" style="vertical-align: top;">${ButtonAdd}</a>
|
|
|
|
|
</div>
|
|
|
|
|
<ul data-role="listview" data-inset="true" data-split-icon="delete" id="listGenres"></ul>
|
2013-08-03 08:31:54 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2015-08-24 13:37:34 -07:00
|
|
|
|
<div data-mini="true" data-role="collapsible" id="peopleCollapsible" style="display: none; margin-top: 1em;">
|
|
|
|
|
<h3>${HeaderPeople}</h3>
|
|
|
|
|
<div>
|
|
|
|
|
<br />
|
|
|
|
|
<button type="button" id="btnAddPerson" data-icon="plus" data-mini="true" data-theme="a">${ButtonAdd}</button>
|
|
|
|
|
<br />
|
|
|
|
|
<ul data-role="listview" data-inset="true" data-split-icon="delete" id="peopleList"></ul>
|
|
|
|
|
</div>
|
2014-05-16 12:16:29 -07:00
|
|
|
|
</div>
|
2015-08-24 13:37:34 -07:00
|
|
|
|
<div data-mini="true" data-role="collapsible" id="keywordsCollapsible" style="display: none; margin-top: 1em;">
|
|
|
|
|
<h3>${HeaderPlotKeywords}</h3>
|
|
|
|
|
<div data-role="editableListviewContainer">
|
|
|
|
|
<div>
|
|
|
|
|
<div style="display: inline-block; width: 80%;">
|
|
|
|
|
<input type="text" class="txtEditableListview" />
|
|
|
|
|
</div>
|
|
|
|
|
<a data-role="button" data-inline="true" data-mini="true" data-icon="plus" data-iconpos="notext" onclick="EditItemMetadataPage.addElementToEditableListview(this)" style="vertical-align: top;">${ButtonAdd}</a>
|
|
|
|
|
</div>
|
|
|
|
|
<ul data-role="listview" data-inset="true" data-split-icon="delete" id="listKeywords"></ul>
|
|
|
|
|
</div>
|
2013-08-03 08:31:54 -07:00
|
|
|
|
</div>
|
2015-08-24 13:37:34 -07:00
|
|
|
|
<div data-role="collapsible" data-mini="true" id="studiosCollapsible" style="display: none; margin-top: 1em;">
|
|
|
|
|
<h3>${HeaderStudios}</h3>
|
|
|
|
|
<div data-role="editableListviewContainer">
|
|
|
|
|
<div>
|
|
|
|
|
<div style="display: inline-block; width: 80%;">
|
|
|
|
|
<input type="text" class="txtEditableListview" />
|
|
|
|
|
</div>
|
|
|
|
|
<a data-role="button" data-inline="true" data-mini="true" data-icon="plus" data-iconpos="notext" onclick="EditItemMetadataPage.addElementToEditableListview(this)" style="vertical-align: top;">${ButtonAdd}</a>
|
|
|
|
|
</div>
|
|
|
|
|
<ul data-role="listview" data-inset="true" data-split-icon="delete" id="listStudios"></ul>
|
2014-01-14 09:06:26 -07:00
|
|
|
|
</div>
|
2015-07-14 13:29:51 -07:00
|
|
|
|
</div>
|
2015-08-24 13:37:34 -07:00
|
|
|
|
<div data-mini="true" data-role="collapsible" id="tagsCollapsible" style="display: none; margin-top: 1em;">
|
|
|
|
|
<h3>${HeaderTags}</h3>
|
|
|
|
|
<div data-role="editableListviewContainer">
|
|
|
|
|
<div>
|
|
|
|
|
<div style="display: inline-block; width: 80%;">
|
|
|
|
|
<input type="text" class="txtEditableListview" />
|
|
|
|
|
</div>
|
|
|
|
|
<a data-role="button" data-inline="true" data-mini="true" data-icon="plus" data-iconpos="notext" onclick="EditItemMetadataPage.addElementToEditableListview(this)" style="vertical-align: top;">${ButtonAdd}</a>
|
|
|
|
|
</div>
|
|
|
|
|
<ul data-role="listview" data-inset="true" data-split-icon="delete" id="listTags"></ul>
|
2013-12-28 09:58:13 -07:00
|
|
|
|
</div>
|
2015-07-14 13:29:51 -07:00
|
|
|
|
</div>
|
2015-08-24 13:37:34 -07:00
|
|
|
|
<div id="metadataSettingsCollapsible" style="display: none; margin-top: 3em;">
|
|
|
|
|
<h1>${HeaderMetadataSettings}</h1>
|
|
|
|
|
<div>
|
|
|
|
|
<div>
|
|
|
|
|
<label for="selectLanguage">${LabelMetadataDownloadLanguage}</label>
|
|
|
|
|
<select id="selectLanguage" data-mini="true"></select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="fieldDescription editorfieldDescription">${MessageLeaveEmptyToInherit}</div>
|
|
|
|
|
<br />
|
|
|
|
|
<div>
|
|
|
|
|
<label for="selectCountry">${LabelCountry}</label>
|
|
|
|
|
<select id="selectCountry" data-mini="true"></select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="fieldDescription editorfieldDescription">${MessageLeaveEmptyToInherit}</div>
|
2013-12-28 09:58:13 -07:00
|
|
|
|
|
2015-08-24 13:37:34 -07:00
|
|
|
|
<div>
|
|
|
|
|
<br /><br />
|
|
|
|
|
<paper-checkbox id="chkLockData" onchange="EditItemMetadataPage.setProviderSettingsContainerVisibility(this)">${LabelLockItemToPreventChanges}</paper-checkbox>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<div id="providerSettingsContainer" style="display: none">
|
|
|
|
|
</div>
|
2013-06-14 22:30:48 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2015-08-24 13:37:34 -07:00
|
|
|
|
<br />
|
|
|
|
|
<button type="submit" data-role="none" class="clearButton btnSave">
|
|
|
|
|
<paper-button raised class="submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSave}</span></paper-button>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="editorTab subtitleTabContent">
|
|
|
|
|
<br />
|
|
|
|
|
<div class="readOnlyContent" style="max-width: 700px;">
|
|
|
|
|
<div class="subtitleList"></div>
|
|
|
|
|
</div>
|
2015-08-31 21:15:10 -07:00
|
|
|
|
<br />
|
2015-08-24 13:37:34 -07:00
|
|
|
|
<h1>${HeaderSearchForSubtitles}</h1>
|
|
|
|
|
|
|
|
|
|
<form class="subtitleSearchForm">
|
|
|
|
|
<div style="display: inline-block; width: 85%;">
|
|
|
|
|
<label for="selectLanguage">${LabelLanguage}</label>
|
|
|
|
|
<select id="selectLanguage" required="required" data-mini="true"></select>
|
|
|
|
|
</div>
|
|
|
|
|
<button type="submit" data-icon="search" class="btnSearchSubtitles" data-inline="true" data-iconpos="notext" data-mini="true" style="vertical-align: bottom;">${ButtonSearch}</button>
|
|
|
|
|
</form>
|
|
|
|
|
<br />
|
|
|
|
|
<div class="readOnlyContent" style="max-width: 700px;">
|
|
|
|
|
<div class="subtitleResults"></div>
|
|
|
|
|
<div class="noSearchResults" style="display: none;">
|
|
|
|
|
${MessageNoSubtitleSearchResultsFound}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="editorTab collectionItemsTabContent">
|
|
|
|
|
<p style="margin:1.5em 0;">
|
|
|
|
|
${EditCollectionItemsHelp}
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
<button type="button" id="btnAddItem" data-icon="plus" data-inline="true" data-mini="true">${ButtonAdd}</button>
|
|
|
|
|
<button type="button" id="btnRemoveItems" data-icon="delete" data-inline="true" data-mini="true" disabled="disabled">${ButtonRemove}</button>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<div class="collectionItems"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="editorTab imageEditorTab">
|
|
|
|
|
<div style="margin:2em 0 .5em;text-align:center;">
|
|
|
|
|
|
|
|
|
|
<paper-button raised class="subdued btnBrowseAllImages"><iron-icon icon="cloud"></iron-icon><span>${ButtonBrowseImages}</span></paper-button>
|
|
|
|
|
<paper-button raised class="subdued btnOpenUploadMenu"><iron-icon icon="add"></iron-icon><span>${ButtonUpload}</span></paper-button>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="imagesContainer" style="display: none;">
|
|
|
|
|
<h1>${HeaderImages}</h1>
|
|
|
|
|
<div id="images">
|
2013-06-14 22:30:48 -07:00
|
|
|
|
</div>
|
2015-08-24 13:37:34 -07:00
|
|
|
|
<br />
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="backdropsContainer" style="display: none;">
|
|
|
|
|
<h1>${HeaderBackdrops}</h1>
|
|
|
|
|
<div id="backdrops">
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="screenshotsContainer" style="display: none;">
|
|
|
|
|
<h1>${Screenshots}</h1>
|
|
|
|
|
<div id="screenshots">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2013-05-05 18:15:48 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2015-07-14 13:29:51 -07:00
|
|
|
|
<div data-role="content">
|
|
|
|
|
</div>
|
2015-07-15 10:20:08 -07:00
|
|
|
|
<div data-role="popup" class="popupIdentify popupIdentifyItem popup" data-theme="a">
|
2014-03-01 15:34:27 -07:00
|
|
|
|
|
|
|
|
|
<div class="ui-bar-a" style="text-align: center; padding: 0 20px; position: relative;">
|
|
|
|
|
|
2015-01-11 13:31:09 -07:00
|
|
|
|
<button type="button" data-icon="back" data-mini="true" data-inline="true" data-iconpos="notext" style="position: absolute; top: 8px; left: 10px; margin: 0;" class="btnIdentifyBack">${ButtonSearch}</button>
|
2014-03-01 15:34:27 -07:00
|
|
|
|
|
2014-08-24 08:48:06 -07:00
|
|
|
|
<h3 class="identificationHeader">${HeaderIdentifyItem}</h3>
|
2014-03-01 15:34:27 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
|
|
|
|
|
<form class="popupIdentifyForm" style="max-width: initial;">
|
2014-03-09 19:33:49 -07:00
|
|
|
|
|
2014-08-24 08:48:06 -07:00
|
|
|
|
<p>${HeaderIdentifyItemHelp}</p>
|
2014-03-01 15:34:27 -07:00
|
|
|
|
|
|
|
|
|
<div>
|
2014-08-24 08:48:06 -07:00
|
|
|
|
<label for="txtLookupName">${LabelName}</label>
|
2015-01-01 22:36:27 -07:00
|
|
|
|
<input type="text" id="txtLookupName" class="identifyField" data-lookup="Name" />
|
2014-03-01 15:34:27 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div class="fldLookupYear">
|
2014-08-24 08:48:06 -07:00
|
|
|
|
<label for="txtLookupYear">${LabelYear}</label>
|
2015-01-01 22:36:27 -07:00
|
|
|
|
<input type="number" id="txtLookupYear" class="identifyField" data-lookup="Year" pattern="[0-9]*" min="1800" />
|
2014-03-01 15:34:27 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="identifyProviderIds">
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<button type="submit" data-theme="b" data-icon="search" data-mini="true">
|
2014-08-24 08:48:06 -07:00
|
|
|
|
${ButtonSearch}
|
2014-03-01 15:34:27 -07:00
|
|
|
|
</button>
|
2014-03-09 19:33:49 -07:00
|
|
|
|
<button type="button" data-icon="delete" data-mini="true" onclick="$(this).parents('.popup').popup('close');">
|
2014-08-24 08:48:06 -07:00
|
|
|
|
${ButtonCancel}
|
2014-03-09 19:33:49 -07:00
|
|
|
|
</button>
|
2014-03-01 15:34:27 -07:00
|
|
|
|
</p>
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
<div class="identificationSearchResults">
|
|
|
|
|
|
|
|
|
|
<div class="identificationSearchResultList"></div>
|
|
|
|
|
</div>
|
2015-01-11 13:31:09 -07:00
|
|
|
|
|
|
|
|
|
<form class="identifyOptionsForm" style="max-width:initial;">
|
|
|
|
|
|
|
|
|
|
<h1 style="margin-top:.25em;">${HeaderIdentificationResult}</h1>
|
|
|
|
|
<div class="selectedSearchResult"></div>
|
|
|
|
|
<h1>${HeaderOptions}</h1>
|
|
|
|
|
<div>
|
|
|
|
|
<label for="chkIdentifyReplaceImages">${OptionReplaceExistingImages}</label>
|
|
|
|
|
<input id="chkIdentifyReplaceImages" type="checkbox" checked="checked" data-mini="true" />
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<button type="submit" data-theme="b" data-icon="check" data-mini="true">
|
|
|
|
|
${ButtonSubmit}
|
|
|
|
|
</button>
|
|
|
|
|
<button type="button" data-icon="delete" data-mini="true" onclick="$(this).parents('.popup').popup('close');">
|
|
|
|
|
${ButtonCancel}
|
|
|
|
|
</button>
|
|
|
|
|
</form>
|
2014-03-01 15:34:27 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2014-02-12 22:11:54 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2014-06-28 12:35:30 -07:00
|
|
|
|
<div data-role="popup" id="popupEditPerson" class="popup" data-theme="a">
|
2014-06-04 09:15:44 -07:00
|
|
|
|
|
|
|
|
|
<div class="ui-bar-a" style="text-align: center; padding: 0 20px;">
|
2015-02-27 10:43:06 -07:00
|
|
|
|
<h3>${HeaderPersonInfo}</h3>
|
2014-06-04 09:15:44 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<form class="popupEditPersonForm">
|
|
|
|
|
|
|
|
|
|
<div>
|
2014-08-24 08:48:06 -07:00
|
|
|
|
<label for="txtPersonName">${LabelName}</label>
|
2015-01-01 22:36:27 -07:00
|
|
|
|
<input type="text" id="txtPersonName" required="required" />
|
2014-06-04 09:15:44 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div>
|
2014-08-24 08:48:06 -07:00
|
|
|
|
<label for="selectPersonType">${LabelType}</label>
|
2014-06-04 09:15:44 -07:00
|
|
|
|
<select id="selectPersonType" data-mini="true">
|
|
|
|
|
<option value=""></option>
|
2014-08-24 08:48:06 -07:00
|
|
|
|
<option value="Actor">${OptionActor}</option>
|
|
|
|
|
<option value="Composer">${OptionComposer}</option>
|
|
|
|
|
<option value="Director">${OptionDirector}</option>
|
|
|
|
|
<option value="GuestStar">${OptionGuestStar}</option>
|
|
|
|
|
<option value="Producer">${OptionProducer}</option>
|
|
|
|
|
<option value="Writer">${OptionWriter}</option>
|
2014-06-04 09:15:44 -07:00
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div>
|
2014-08-24 08:48:06 -07:00
|
|
|
|
<label for="txtPersonRole">${LabelPersonRole}</label>
|
2015-01-01 22:36:27 -07:00
|
|
|
|
<input type="text" id="txtPersonRole" />
|
2014-08-24 08:48:06 -07:00
|
|
|
|
<div class="fieldDescription">${LabelPersonRoleHelp}</div>
|
2014-06-04 09:15:44 -07:00
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<input type="hidden" id="fldPersonIndex" />
|
|
|
|
|
<p>
|
|
|
|
|
<button type="submit" data-theme="b" data-icon="check" data-mini="true">
|
2014-08-24 08:48:06 -07:00
|
|
|
|
${ButtonOk}
|
2014-06-04 09:15:44 -07:00
|
|
|
|
</button>
|
|
|
|
|
<button type="button" data-icon="delete" onclick="$(this).parents('.popup').popup('close');" data-mini="true">
|
2014-08-24 08:48:06 -07:00
|
|
|
|
${ButtonCancel}
|
2014-06-04 09:15:44 -07:00
|
|
|
|
</button>
|
|
|
|
|
</p>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
2014-07-03 19:22:57 -07:00
|
|
|
|
<div data-role="popup" class="popup popupAdvancedRefresh" data-theme="a">
|
|
|
|
|
|
|
|
|
|
<div class="ui-bar-a" style="text-align: center; padding: 0 20px;">
|
2015-02-27 10:43:06 -07:00
|
|
|
|
<h3>${HeaderRefreshMetadata}</h3>
|
2014-07-03 19:22:57 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<form class="popupAdvancedRefreshForm" style="min-width: 200px;">
|
|
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
<div>
|
2014-08-24 08:48:06 -07:00
|
|
|
|
<label for="selectMetadataRefreshMode">${LabelMetadataRefreshMode}</label>
|
2014-07-03 19:22:57 -07:00
|
|
|
|
<select id="selectMetadataRefreshMode" data-mini="true">
|
2014-08-24 08:48:06 -07:00
|
|
|
|
<option value="">${OptionNone}</option>
|
|
|
|
|
<option value="local">${OptionLocalRefreshOnly}</option>
|
|
|
|
|
<option value="missing">${OptionAddMissingDataOnly}</option>
|
|
|
|
|
<option value="all">${OptionRefreshAllData}</option>
|
2014-07-03 19:22:57 -07:00
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<div>
|
2014-08-24 08:48:06 -07:00
|
|
|
|
<label for="selectImageRefreshMode">${LabelImageRefreshMode}</label>
|
2014-07-03 19:22:57 -07:00
|
|
|
|
<select id="selectImageRefreshMode" data-mini="true">
|
2014-08-24 08:48:06 -07:00
|
|
|
|
<option value="">${OptionNone}</option>
|
|
|
|
|
<option value="missing">${OptionDownloadMissingImages}</option>
|
|
|
|
|
<option value="all">${OptionReplaceExistingImages}</option>
|
2014-07-03 19:22:57 -07:00
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<p>
|
|
|
|
|
<button type="submit" data-theme="b" data-icon="check" data-mini="true">
|
2014-08-24 08:48:06 -07:00
|
|
|
|
${ButtonOk}
|
2014-07-03 19:22:57 -07:00
|
|
|
|
</button>
|
|
|
|
|
<button type="button" data-icon="delete" onclick="$(this).parents('.popup').popup('close');" data-mini="true">
|
2014-08-24 08:48:06 -07:00
|
|
|
|
${ButtonCancel}
|
2014-07-03 19:22:57 -07:00
|
|
|
|
</button>
|
|
|
|
|
</p>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
2015-07-14 13:29:51 -07:00
|
|
|
|
|
2015-08-31 21:15:10 -07:00
|
|
|
|
<div data-role="popup" class="popup popupSubtitleViewer">
|
2015-07-14 13:29:51 -07:00
|
|
|
|
<a href="#" data-rel="back" data-role="button" class="ui-btn ui-corner-all ui-shadow ui-btn-b ui-icon-delete ui-btn-icon-notext ui-btn-right">Close</a>
|
|
|
|
|
<div class="subtitleViewerContent">
|
|
|
|
|
<pre class="subtitleContent" style="margin: 0; border-radius: 0;"></pre>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2015-07-15 10:20:08 -07:00
|
|
|
|
<div data-role="popup" class="popupIdentifyCollection popup popupIdentify" data-theme="a">
|
2015-07-14 13:29:51 -07:00
|
|
|
|
|
|
|
|
|
<div class="ui-bar-a" style="text-align: center; padding: 0 20px;">
|
|
|
|
|
<h3>
|
|
|
|
|
${HeaderAddTitles}
|
|
|
|
|
</h3>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
|
|
|
|
|
<form class="collectionItemSearchForm" style="max-width: initial;">
|
|
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
<label for="txtLookupName">${LabelName}</label>
|
|
|
|
|
|
|
|
|
|
<div style="display: inline-block; width: 75%;">
|
|
|
|
|
<input type="text" id="txtLookupName" required="required" />
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<button type="submit" data-icon="search" data-mini="true" data-inline="true" data-iconpos="notext">
|
|
|
|
|
${ButtonSearch}
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="collectionItemSearchResults">
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<button id="btnAddItems" type="button" data-icon="plus" data-mini="true">
|
|
|
|
|
${ButtonAdd}
|
|
|
|
|
</button>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div data-role="popup" id="popupUpload" data-theme="a">
|
|
|
|
|
<form class="uploadItemImageForm" style="max-width: 100%; margin: 0 1.5em 1.5em;">
|
|
|
|
|
<h2>${HeaderAddUpdateImage}</h2>
|
|
|
|
|
<div>
|
|
|
|
|
<p>${LabelJpgPngOnly}</p>
|
|
|
|
|
<input type="file" accept="image/*" id="uploadImage" name="uploadImage" />
|
|
|
|
|
|
|
|
|
|
<div id="imageDropZone" class="imageDropZone">
|
|
|
|
|
<h3>${LabelDropImageHere}</h3>
|
|
|
|
|
<output id="imageOutput"></output>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="fldUpload" style="display: none;">
|
2015-09-06 09:22:22 -07:00
|
|
|
|
<div>
|
2015-07-14 13:29:51 -07:00
|
|
|
|
<label for="selectImageType">${LabelImageType}</label>
|
|
|
|
|
<select id="selectImageType" name="selectImageType">
|
|
|
|
|
<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="Icon">${OptionIcon}</option>
|
|
|
|
|
<option value="Logo">${OptionLogo}</option>
|
|
|
|
|
<option value="Menu">${OptionMenu}</option>
|
|
|
|
|
<option value="Screenshot">${OptionScreenshot}</option>
|
|
|
|
|
<option value="Thumb">${OptionThumb}</option>
|
|
|
|
|
</select>
|
2015-09-06 09:22:22 -07:00
|
|
|
|
</div>
|
2015-07-14 13:29:51 -07:00
|
|
|
|
<button type="submit" data-icon="check" data-theme="b">${ButtonUpload}</button>
|
|
|
|
|
</div>
|
|
|
|
|
<a data-role="button" data-rel="back" data-icon="delete" onclick="Events.trigger($('#uploadImage').val('')[0], 'change');">${ButtonCancel}</a>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div data-role="popup" class="popup popupDownload" data-theme="a">
|
|
|
|
|
|
|
|
|
|
<a href="#" data-rel="back" data-role="button" data-icon="delete" data-iconpos="notext" class="ui-btn-right" data-theme="b">${ButtonClose}</a>
|
|
|
|
|
<div class="ui-bar-a" style="text-align: center; padding: 0 20px;">
|
|
|
|
|
<h3>${HeaderBrowseOnlineImages}</h3>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
|
|
|
|
|
<div style="text-align: center;">
|
|
|
|
|
<div style="margin: 0; display: inline-block;">
|
|
|
|
|
<label for="selectImageProvider">${LabelSource}</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="margin: 0; display: inline-block;">
|
|
|
|
|
<select id="selectImageProvider" name="selectImageProvider" data-mini="true" data-inline="true">
|
|
|
|
|
<option value="">${OptionAll}</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="margin: 0; display: inline-block;">
|
|
|
|
|
<label for="selectBrowsableImageType">${LabelImage}</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="margin: 0; display: inline-block;">
|
|
|
|
|
<select id="selectBrowsableImageType" name="selectBrowsableImageType" data-mini="true" data-inline="true">
|
|
|
|
|
<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="Icon">${OptionIcon}</option>
|
|
|
|
|
<option value="Logo">${OptionLogo}</option>
|
|
|
|
|
<option value="Menu">${OptionMenu}</option>
|
|
|
|
|
<option value="Screenshot">${OptionScreenshot}</option>
|
|
|
|
|
<option value="Thumb">${OptionThumb}</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="availableImagesPaging" style="margin: 0; display: inline-block;"></div>
|
|
|
|
|
<div style="margin: 0; display: inline-block; vertical-align: middle; margin-left: 10px;">
|
|
|
|
|
<label for="chkAllLanguages">${LabelAllLanguages}</label>
|
|
|
|
|
<input type="checkbox" id="chkAllLanguages" data-mini="true" />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="availableImagesList"></div>
|
|
|
|
|
<div style="text-align: center;">
|
|
|
|
|
<a href="#" data-rel="back" data-role="button" data-mini="true" data-inline="true" data-icon="delete">${ButtonClose}</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2015-07-15 04:26:47 -07:00
|
|
|
|
</div>
|
2013-05-05 18:15:48 -07:00
|
|
|
|
</body>
|
|
|
|
|
</html>
|