jellyfin-web/dashboard-ui/edititemmetadata.html

744 lines
48 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
2015-03-21 11:12:12 -07:00
<title>Emby</title>
</head>
<body>
2015-07-14 13:29:51 -07:00
<div id="editItemMetadataPage" data-role="page" class="page libraryPage metadataEditorPage noSecondaryNavPage" data-contextname="${HeaderMetadataManager}" data-require="scripts/editorsidebar,scripts/edititemmetadata,jqmicons,scripts/edititemsubtitles,scripts/editcollectionitems,scripts/edititemimages">
<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>
2014-02-23 20:27:13 -07:00
<div class="editPageInnerContent" style="display: none;">
2014-01-24 11:09:50 -07:00
<h1 class="itemName editPageName">&nbsp;</h1>
<br />
2015-07-14 13:29:51 -07:00
<paper-tabs>
<paper-tab class="metadataTabButton">${TabMetadata}</paper-tab>
<paper-tab class="subtitleTabButton">${TabSubtitles}</paper-tab>
<paper-tab class="collectionItemsTabButton">${TabCollectionTitles}</paper-tab>
<paper-tab class="imagesTabButton">${TabImages}</paper-tab>
</paper-tabs>
<neon-animated-pages>
<neon-animatable>
<div class="editorTab">
<form class="editItemMetadataForm editMetadataForm">
<div class="metadataFormFields">
2015-07-16 16:55:16 -07:00
<div style="margin:2em 0 .5em;text-align:center;">
2015-07-14 13:29:51 -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>
2015-07-15 04:26:47 -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>
2015-07-14 13:29:51 -07:00
</div>
2015-07-14 13:29:51 -07:00
<div style="padding: 10px 0;">
<div data-role="fieldcontain" id="fldContentType" style="display:none;">
<label for="selectContentType">${LabelContentType}</label>
<select id="selectContentType" data-mini="true"></select>
</div>
<div data-role="fieldcontain" id="fldPath">
<label for="txtPath">${LabelPath}</label>
<input type="text" id="txtPath" readonly="readonly" />
</div>
<div data-role="fieldcontain">
<label for="txtName">${LabelName}</label>
<input type="text" id="txtName" required="required" />
</div>
<div data-role="fieldcontain" id="fldSortName" style="display: none;">
<label for="txtSortName">${LabelSortName}</label>
<input type="text" id="txtSortName" />
</div>
<div data-role="fieldcontain" id="fldDateAdded" style="display: none;">
<label for="txtDateAdded">${LabelDateAdded}</label>
<input type="date" id="txtDateAdded" />
</div>
<div data-role="fieldcontain" id="fldStatus" style="display: none;">
<label for="selectStatus">${LabelStatus}</label>
<select id="selectStatus" data-mini="true"></select>
</div>
<div data-role="fieldcontain" id="fldArtist" style="display: none;">
<label for="txtArtist">${LabelArtists}</label>
<input type="text" id="txtArtist" placeholder="${LabelArtistsHelp}" />
</div>
<div data-role="fieldcontain" id="fldAlbumArtist" style="display: none;">
<label for="txtAlbumArtist">${LabelAlbumArtists}</label>
<input type="text" id="txtAlbumArtist" placeholder="${LabelArtistsHelp}" />
</div>
<div data-role="fieldcontain" id="fldAlbum" style="display: none;">
<label for="txtAlbum">${LabelAlbum}</label>
<input type="text" id="txtAlbum" />
</div>
<div data-role="fieldcontain" id="fldParentIndexNumber" style="display: none;">
<label id="lblParentIndexNumber" for="txtParentIndexNumber"></label>
<input type="number" id="txtParentIndexNumber" pattern="[0-9]*" />
</div>
<div data-role="fieldcontain" id="fldIndexNumber" style="display: none;">
<label id="lblIndexNumber" for="txtIndexNumber"></label>
<input type="number" id="txtIndexNumber" pattern="[0-9]*" />
</div>
<div id="fldCommunityRating" style="display: none;" data-role="fieldcontain">
<label for="txtCommunityRating">${LabelCommunityRating}</label>
<input type="number" id="txtCommunityRating" step=".1" min="0" max="10" />
</div>
<div id="fldCommunityVoteCount" style="display: none;" data-role="fieldcontain">
<label for="txtCommunityVoteCount">${LabelVoteCount}</label>
<input type="number" id="txtCommunityVoteCount" />
</div>
<div id="fldMetascore" style="display: none;" data-role="fieldcontain">
<label for="txtMetascore">${LabelMetascore}</label>
<input type="number" id="txtMetascore" step="1" min="0" max="100" />
</div>
<div data-role="fieldcontain" id="fldCriticRating" style="display: none;">
<label for="txtCriticRating">${LabelCriticRating}</label>
<input type="number" id="txtCriticRating" step=".1" />
</div>
<div data-role="fieldcontain" id="fldCriticRatingSummary" style="display: none;">
<label for="txtCriticRatingSummary">${LabelCriticRatingSummary}</label>
<input type="text" id="txtCriticRatingSummary" />
</div>
<div data-role="fieldcontain" id="fldAwardSummary" style="display: none;">
<label for="txtAwardSummary">${LabelAwardSummary}</label>
<input type="text" id="txtAwardSummary" />
</div>
<div data-role="fieldcontain">
<label for="txtHomePageUrl">${LabelWebsite}</label>
<input type="url" id="txtHomePageUrl" />
</div>
<div data-role="fieldcontain" id="fldTagline" style="display: none;">
<label for="txtTagline">${LabelTagline}</label>
<input type="text" id="txtTagline" />
</div>
<div data-role="fieldcontain">
<label for="txtOverview">${LabelOverview}</label>
<textarea id="txtOverview"></textarea>
</div>
<div data-role="fieldcontain" id="fldShortOverview" style="display: none;">
<label for="txtShortOverview">${LabelShortOverview}</label>
<textarea id="txtShortOverview"></textarea>
</div>
<div data-role="fieldcontain" id="fldPremiereDate" style="display: none;">
<label id="lblPremiereDate" for="txtPremiereDate">${LabelReleaseDate}</label>
<input type="date" id="txtPremiereDate" />
</div>
<div data-role="fieldcontain" id="fldYear" style="display: none;">
<label id="lblYear" for="txtProductionYear">${LabelYear}</label>
<input type="number" id="txtProductionYear" />
</div>
<div data-role="fieldcontain" id="fldPlaceOfBirth" style="display: none;">
<label for="txtPlaceOfBirth">${LabelPlaceOfBirth}</label>
<input type="text" id="txtPlaceOfBirth" />
</div>
<div data-role="fieldcontain" id="fldEndDate" style="display: none;">
<label id="lblEndDate" for="txtEndDate">${LabelEndDate}</label>
<input type="date" id="txtEndDate" />
</div>
<div data-role="fieldcontain" id="fldAirDays" style="display: none;">
<label for="selectAirDays">${LabelAirDays}</label>
<div data-role="controlgroup" data-mini="true">
<input type="checkbox" class="chkAirDay" id="chkSunday" data-day="Sunday">
<label for="chkSunday">${OptionSunday}</label>
<input type="checkbox" class="chkAirDay" id="chkMonday" data-day="Monday">
<label for="chkMonday">${OptionMonday}</label>
<input type="checkbox" class="chkAirDay" id="chkTuesday" data-day="Tuesday">
<label for="chkTuesday">${OptionTuesday}</label>
<input type="checkbox" class="chkAirDay" id="chkWednesday" data-day="Wednesday">
<label for="chkWednesday">${OptionWednesday}</label>
<input type="checkbox" class="chkAirDay" id="chkThursday" data-day="Thursday">
<label for="chkThursday">${OptionThursday}</label>
<input type="checkbox" class="chkAirDay" id="chkFriday" data-day="Friday">
<label for="chkFriday">${OptionFriday}</label>
<input type="checkbox" class="chkAirDay" id="chkSaturday" data-day="Saturday">
<label for="chkSaturday">${OptionSaturday}</label>
</div>
</div>
<div data-role="fieldcontain" id="fldAirTime" style="display: none;">
<label for="txtAirTime">${LabelAirTime}</label>
<input type="time" id="txtAirTime" />
</div>
<div data-role="fieldcontain" id="fldSeriesRuntime" style="display: none;">
<label for="txtSeriesRuntime">${LabelRuntimeMinutes}</label>
<input type="number" id="txtSeriesRuntime" />
</div>
<div data-role="fieldcontain" id="fldOfficialRating" style="display: none;">
<label for="selectOfficialRating">${LabelParentalRating}</label>
<select id="selectOfficialRating" data-mini="true"></select>
</div>
<div data-role="fieldcontain" id="fldCustomRating" style="display: none;">
<label for="selectCustomRating">${LabelCustomRating}</label>
<select id="selectCustomRating" data-mini="true"></select>
</div>
<div data-role="fieldcontain" id="fldBudget" style="display: none;">
<label for="txtBudget">${LabelBudget}</label>
<input type="number" id="txtBudget" />
</div>
<div data-role="fieldcontain" id="fldRevenue" style="display: none;">
<label for="txtRevenue">${LabelRevenue}</label>
<input type="number" id="txtRevenue" />
</div>
<div data-role="fieldcontain" id="fldOriginalAspectRatio" style="display: none;">
<label for="txtOriginalAspectRatio">${LabelOriginalAspectRatio}</label>
<input type="text" id="txtOriginalAspectRatio" />
</div>
<div data-role="fieldcontain" id="fldPlayers" style="display: none;">
<label for="txtPlayers">${LabelPlayers}</label>
<input type="number" id="txtPlayers" pattern="[0-9]*" />
</div>
<div data-role="fieldcontain" id="fld3dFormat" style="display: none;">
<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-07-14 13:29:51 -07:00
<div class="detailSection" id="collapsibleDvdEpisodeInfo" style="display: none;">
<div class="detailSectionHeader">
${HeaderAlternateEpisodeNumbers}
</div>
<div class="detailSectionContent" style="padding: 0 .5em;">
<br />
<div>
<label for="txtDvdSeasonNumber">${LabelDvdSeasonNumber}</label>
<input type="number" id="txtDvdSeasonNumber" pattern="[0-9]*" />
</div>
<div>
<label for="txtDvdEpisodeNumber">${LabelDvdEpisodeNumber}</label>
<input type="number" id="txtDvdEpisodeNumber" pattern="[0-9]*" />
</div>
<div>
<label for="txtAbsoluteEpisodeNumber">${LabelAbsoluteEpisodeNumber}</label>
<input type="number" id="txtAbsoluteEpisodeNumber" pattern="[0-9]*" />
</div>
</div>
</div>
2013-08-02 13:36:44 -07:00
2015-07-14 13:29:51 -07:00
<div class="detailSection" id="collapsibleSpecialEpisodeInfo" style="display: none;">
<div class="detailSectionHeader">
${HeaderSpecialEpisodeInfo}
</div>
<div class="detailSectionContent" style="padding: 0 .5em;">
<br />
<div>
<label for="txtAirsBeforeSeason">${LabelAirsBeforeSeason}</label>
<input type="number" id="txtAirsBeforeSeason" pattern="[0-9]*" />
</div>
<div>
<label for="txtAirsAfterSeason">${LabelAirsAfterSeason}</label>
<input type="number" id="txtAirsAfterSeason" pattern="[0-9]*" />
</div>
<div>
<label for="txtAirsBeforeEpisode">${LabelAirsBeforeEpisode}</label>
<input type="number" id="txtAirsBeforeEpisode" pattern="[0-9]*" />
</div>
</div>
</div>
2014-12-20 22:57:06 -07:00
2015-07-14 13:29:51 -07:00
<div class="detailSection">
<div class="detailSectionHeader">
${HeaderExternalIds}
</div>
<div class="detailSectionContent" style="padding: 0 .5em;">
<div class="externalIds editorFieldset">
</div>
</div>
</div>
2014-12-20 22:57:06 -07:00
2015-07-14 13:29:51 -07:00
<div class="detailSection" id="collapsibleDisplaySettings" style="display:none;">
<div class="detailSectionHeader">
${HeaderDisplaySettings}
</div>
<div class="detailSectionContent" style="padding: 0 .5em;">
<br />
<div id="fldSourceType" style="display: none;" class="fldDisplaySetting">
<label for="txtDisplayMediaType">${LabelTreatImageAs}</label>
<input type="text" id="txtDisplayMediaType" />
</div>
<div id="fldDisplaySpecialsInline" class="fldDisplaySetting">
<label for="chkDisplaySpecialsInline">${LabelDisplaySpecialsWithinSeasons}</label>
<input data-mini="true" type="checkbox" id="chkDisplaySpecialsInline" />
</div>
<div id="fldDisplayOrder" class="fldDisplaySetting">
<label for="selectDisplayOrder" id="labelDisplayOrder">${LabelDisplayOrder}</label>
<select id="selectDisplayOrder" data-mini="true"></select>
</div>
</div>
</div>
2014-12-20 22:57:06 -07:00
2015-07-14 13:29:51 -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>
</div>
</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>
</div>
</div>
<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>
</div>
<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>
</div>
<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>
</div>
</div>
<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>
</div>
</div>
<div data-role="collapsible" data-mini="true" id="metadataSettingsCollapsible" style="display: none; margin-top: 1em;">
<h3>${HeaderMetadataSettings}</h3>
<div>
<br />
<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>
<p>
<br />
<label for="chkLockData">${LabelLockItemToPreventChanges}</label>
<input data-mini="true" type="checkbox" id="chkLockData" onchange="EditItemMetadataPage.setProviderSettingsContainerVisibility(this)" />
</p>
<br />
<div id="providerSettingsContainer" style="display: none">
</div>
<br />
</div>
</div>
<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>
2014-12-20 18:23:56 -07:00
</div>
2014-02-21 14:44:10 -07:00
2015-07-14 13:29:51 -07:00
</form>
2013-12-28 09:58:13 -07:00
</div>
2015-07-14 13:29:51 -07:00
</neon-animatable>
<neon-animatable>
<div class="editorTab subtitleTabContent">
<br />
<div class="readOnlyContent" style="max-width: 700px;">
<div class="subtitleList"></div>
</div>
<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>
2014-05-16 12:16:29 -07:00
</div>
2015-07-14 13:29:51 -07:00
<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}
2013-08-03 08:31:54 -07:00
</div>
</div>
</div>
2015-07-14 13:29:51 -07:00
</neon-animatable>
<neon-animatable>
<div class="editorTab collectionItemsTabContent">
<p style="margin:1.5em 0;">
${EditCollectionItemsHelp}
</p>
2014-05-16 12:16:29 -07:00
<div>
2015-07-14 13:29:51 -07:00
<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>
2014-05-16 12:16:29 -07:00
</div>
2015-07-14 13:29:51 -07:00
<br />
<div class="collectionItems"></div>
2014-05-16 12:16:29 -07:00
</div>
2015-07-14 13:29:51 -07:00
</neon-animatable>
<neon-animatable>
<div class="editorTab imageEditorTab">
2015-07-16 16:55:16 -07:00
<div style="margin:2em 0 .5em;text-align:center;">
2015-07-14 13:29:51 -07:00
<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>
2013-08-03 08:31:54 -07:00
</div>
2015-07-14 13:29:51 -07:00
<div id="imagesContainer" style="display: none;">
<h1>${HeaderImages}</h1>
<div id="images">
2014-01-14 09:06:26 -07:00
</div>
2014-12-20 18:23:56 -07:00
<br />
2015-07-14 13:29:51 -07:00
</div>
<div id="backdropsContainer" style="display: none;">
<h1>${HeaderBackdrops}</h1>
<div id="backdrops">
2013-12-28 09:58:13 -07:00
</div>
<br />
2015-07-14 13:29:51 -07:00
</div>
2013-12-28 09:58:13 -07:00
2015-07-14 13:29:51 -07:00
<div id="screenshotsContainer" style="display: none;">
<h1>${Screenshots}</h1>
<div id="screenshots">
2013-06-14 22:30:48 -07:00
</div>
</div>
</div>
2015-07-14 13:29:51 -07:00
</neon-animatable>
</neon-animated-pages>
</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>
<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>
</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>
<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>
</select>
</div>
<br />
<div>
2014-08-24 08:48:06 -07:00
<label for="selectImageRefreshMode">${LabelImageRefreshMode}</label>
<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>
</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}
</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}
</button>
</p>
</form>
</div>
</div>
2015-07-14 13:29:51 -07:00
<div data-role="popup" class="ui-content popupSubtitleViewer">
<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;">
<p data-role="fieldcontain">
<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>
</p>
<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>
</body>
</html>