2013-05-05 18:15:48 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-04-01 15:23:07 -07:00
|
|
|
|
<title>${TitleMediaBrowser}</title>
|
2013-05-05 18:15:48 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2013-12-24 11:37:29 -07:00
|
|
|
|
<div id="editItemMetadataPage" data-role="page" data-theme="b" class="page libraryPage metadataEditorPage">
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<div data-role="content editPageContent">
|
|
|
|
|
<div class="editPageSidebar">
|
|
|
|
|
<div class="libraryTree">
|
|
|
|
|
<ul>
|
|
|
|
|
</ul>
|
|
|
|
|
</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"> </h1>
|
2013-05-05 18:15:48 -07:00
|
|
|
|
<br />
|
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
|
|
|
|
<a href="#" data-role="button" class="ui-btn-active">Metadata</a>
|
2014-04-01 15:23:07 -07:00
|
|
|
|
<a id="btnEditPeople" style="display: none;" href="#" data-role="button">${TabPeople}</a>
|
2014-03-07 08:53:23 -07:00
|
|
|
|
<a id="btnEditCollectionTitles" style="display: none;" href="editcollectionitems.html" data-role="button">Titles</a>
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<a href="#" data-role="button" id="btnEditImages">Images</a>
|
2013-05-05 18:15:48 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2013-12-20 13:09:49 -07:00
|
|
|
|
<form class="editItemMetadataForm editMetadataForm" style="margin-top: -20px;">
|
2013-05-22 12:49:12 -07:00
|
|
|
|
<div class="metadataFormFields">
|
2013-05-22 15:01:37 -07:00
|
|
|
|
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<div>
|
|
|
|
|
<div id="refreshLoading" style="display: none;">
|
|
|
|
|
<div class="circle"></div>
|
|
|
|
|
<div class="circle1"></div>
|
|
|
|
|
<div style="margin-top: -15px;"></div>
|
|
|
|
|
</div>
|
2013-11-27 12:04:19 -07:00
|
|
|
|
<div style="vertical-align: bottom; display: inline-block;">
|
2013-12-28 09:58:13 -07:00
|
|
|
|
<button class="saveButtonContainer btnSave" type="submit" data-theme="a" data-icon="check" data-mini="true" data-inline="true">
|
2013-11-27 12:04:19 -07:00
|
|
|
|
Save
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
2014-02-10 21:55:01 -07:00
|
|
|
|
<div style="vertical-align: bottom; display: inline-block;">
|
2014-03-01 10:53:56 -07:00
|
|
|
|
<button id="btnRefresh" type="button" data-icon="refresh" data-mini="true" data-inline="true">Refresh</button>
|
2014-02-10 21:55:01 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div style="display: inline-block; vertical-align: top;">
|
2014-03-01 10:53:56 -07:00
|
|
|
|
|
|
|
|
|
<select data-mini="true" data-inline="true" id="selectRefreshMode">
|
|
|
|
|
<option value="all">Refresh All Data</option>
|
|
|
|
|
<option value="missing">Add Missing Data Only</option>
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div style="vertical-align: bottom; display: inline-block;">
|
|
|
|
|
<button id="btnIdentify" type="button" data-icon="info" data-mini="true" data-inline="true">Identify</button>
|
2013-11-24 16:37:38 -07:00
|
|
|
|
</div>
|
2013-11-27 12:04:19 -07:00
|
|
|
|
<div style="vertical-align: bottom; display: inline-block;">
|
|
|
|
|
<div id="fldDelete" style="display: none;">
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<button id="btnDelete" type="button" data-icon="delete" data-mini="true" data-inline="true">${ButtonDelete}</button>
|
2013-10-18 14:12:05 -07:00
|
|
|
|
</div>
|
2013-10-18 12:47:57 -07:00
|
|
|
|
</div>
|
2013-08-02 13:36:44 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2013-12-28 22:32:03 -07:00
|
|
|
|
<div style="padding: 10px 0;">
|
2013-08-17 16:25:23 -07:00
|
|
|
|
<div data-role="fieldcontain" id="fldPath">
|
|
|
|
|
<label for="txtPath">Path:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="text" id="txtPath" data-mini="true" readonly="readonly" />
|
2013-08-17 16:25:23 -07:00
|
|
|
|
</div>
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<div data-role="fieldcontain">
|
|
|
|
|
<label for="txtName">Name:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="text" id="txtName" required="required" data-mini="true" />
|
2013-08-02 13:36:44 -07:00
|
|
|
|
</div>
|
2013-11-24 16:37:38 -07:00
|
|
|
|
<div data-role="fieldcontain" id="fldSortName" style="display: none;">
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<label for="txtSortName">Sort name:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="text" id="txtSortName" data-mini="true" />
|
2013-08-02 13:36:44 -07:00
|
|
|
|
</div>
|
2013-11-24 16:37:38 -07:00
|
|
|
|
<div data-role="fieldcontain" id="fldDateAdded" style="display: none;">
|
2013-09-03 07:26:17 -07:00
|
|
|
|
<label for="txtDateAdded">Date added:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="date" id="txtDateAdded" data-mini="true" />
|
2013-09-03 07:26:17 -07:00
|
|
|
|
</div>
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<div data-role="fieldcontain" id="fldStatus" style="display: none;">
|
|
|
|
|
<label for="selectStatus">Status:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<select id="selectStatus" data-mini="true"></select>
|
2013-08-02 13:36:44 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div data-role="fieldcontain" id="fldArtist" style="display: none;">
|
2013-09-06 08:23:20 -07:00
|
|
|
|
<label for="txtArtist">Artists:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="text" id="txtArtist" data-mini="true" placeholder="Separate multiple using ;" />
|
2013-08-02 13:36:44 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div data-role="fieldcontain" id="fldAlbumArtist" style="display: none;">
|
|
|
|
|
<label for="txtAlbumArtist">Album artist:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="text" id="txtAlbumArtist" data-mini="true" />
|
2013-08-02 13:36:44 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div data-role="fieldcontain" id="fldAlbum" style="display: none;">
|
|
|
|
|
<label for="txtAlbum">Album:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="text" id="txtAlbum" data-mini="true" />
|
2013-08-02 13:36:44 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div data-role="fieldcontain" id="fldParentIndexNumber" style="display: none;">
|
|
|
|
|
<label id="lblParentIndexNumber" for="txtParentIndexNumber">Parent number:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="number" id="txtParentIndexNumber" data-mini="true" pattern="[0-9]*" />
|
2013-08-02 13:36:44 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div data-role="fieldcontain" id="fldIndexNumber" style="display: none;">
|
|
|
|
|
<label id="lblIndexNumber" for="txtIndexNumber">Number:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="number" id="txtIndexNumber" data-mini="true" pattern="[0-9]*" />
|
2013-08-02 13:36:44 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div id="fldCommunityRating" style="display: none;" data-role="fieldcontain">
|
|
|
|
|
<label for="txtCommunityRating">Community rating:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="number" id="txtCommunityRating" step=".1" min="0" max="10" data-mini="true" />
|
2013-08-02 13:36:44 -07:00
|
|
|
|
</div>
|
2013-10-13 07:37:17 -07:00
|
|
|
|
<div id="fldCommunityVoteCount" style="display: none;" data-role="fieldcontain">
|
2013-12-01 13:17:40 -07:00
|
|
|
|
<label for="txtCommunityVoteCount">Vote count:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="number" id="txtCommunityVoteCount" data-mini="true" />
|
2013-10-13 07:37:17 -07:00
|
|
|
|
</div>
|
2014-01-14 22:01:58 -07:00
|
|
|
|
<div id="fldMetascore" style="display: none;" data-role="fieldcontain">
|
|
|
|
|
<label for="txtMetascore">Metascore:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="number" id="txtMetascore" step="1" min="0" max="100" data-mini="true" />
|
2014-01-14 22:01:58 -07:00
|
|
|
|
</div>
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<div data-role="fieldcontain" id="fldCriticRating" style="display: none;">
|
|
|
|
|
<label for="txtCriticRating">Critic rating:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="number" id="txtCriticRating" step=".1" data-mini="true" />
|
2013-08-02 13:36:44 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div data-role="fieldcontain" id="fldCriticRatingSummary" style="display: none;">
|
|
|
|
|
<label for="txtCriticRatingSummary">Critic rating summary:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="text" id="txtCriticRatingSummary" data-mini="true" />
|
2013-08-02 13:36:44 -07:00
|
|
|
|
</div>
|
2014-01-14 22:01:58 -07:00
|
|
|
|
<div data-role="fieldcontain" id="fldAwardSummary" style="display: none;">
|
|
|
|
|
<label for="txtAwardSummary">Award summary:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="text" id="txtAwardSummary" data-mini="true" />
|
2014-01-14 22:01:58 -07:00
|
|
|
|
</div>
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<div data-role="fieldcontain">
|
|
|
|
|
<label for="txtHomePageUrl">Website:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="url" id="txtHomePageUrl" data-mini="true" />
|
2013-08-02 13:36:44 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div data-role="fieldcontain">
|
|
|
|
|
<label for="txtOverview">Overview:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<textarea id="txtOverview" data-mini="true"></textarea>
|
2013-08-02 13:36:44 -07:00
|
|
|
|
</div>
|
2013-11-24 16:37:38 -07:00
|
|
|
|
<div data-role="fieldcontain" id="fldPremiereDate" style="display: none;">
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<label id="lblPremiereDate" for="txtPremiereDate">Release date:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="date" id="txtPremiereDate" data-mini="true" />
|
2013-08-02 13:36:44 -07:00
|
|
|
|
</div>
|
2013-11-24 16:37:38 -07:00
|
|
|
|
<div data-role="fieldcontain" id="fldYear" style="display: none;">
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<label id="lblYear" for="txtProductionYear">Year:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="number" id="txtProductionYear" data-mini="true" />
|
2013-08-02 13:36:44 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div data-role="fieldcontain" id="fldPlaceOfBirth" style="display: none;">
|
|
|
|
|
<label for="txtPlaceOfBirth">Place of birth:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="text" id="txtPlaceOfBirth" data-mini="true" />
|
2013-08-02 13:36:44 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div data-role="fieldcontain" id="fldEndDate" style="display: none;">
|
|
|
|
|
<label id="lblEndDate" for="txtEndDate">End date:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="date" id="txtEndDate" data-mini="true" />
|
2013-08-02 13:36:44 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div data-role="fieldcontain" id="fldAirDays" style="display: none;">
|
|
|
|
|
<label for="selectAirDays">Air Days:</label>
|
2014-02-09 10:44:25 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="controlgroup" data-mini="true">
|
|
|
|
|
<input type="checkbox" class="chkAirDay" id="chkSunday" data-day="Sunday">
|
|
|
|
|
<label for="chkSunday">Sunday</label>
|
|
|
|
|
<input type="checkbox" class="chkAirDay" id="chkMonday" data-day="Monday">
|
|
|
|
|
<label for="chkMonday">Monday</label>
|
|
|
|
|
<input type="checkbox" class="chkAirDay" id="chkTuesday" data-day="Tuesday">
|
|
|
|
|
<label for="chkTuesday">Tuesday</label>
|
|
|
|
|
<input type="checkbox" class="chkAirDay" id="chkWednesday" data-day="Wednesday">
|
|
|
|
|
<label for="chkWednesday">Wednesday</label>
|
|
|
|
|
<input type="checkbox" class="chkAirDay" id="chkThursday" data-day="Thursday">
|
|
|
|
|
<label for="chkThursday">Thursday</label>
|
|
|
|
|
<input type="checkbox" class="chkAirDay" id="chkFriday" data-day="Friday">
|
|
|
|
|
<label for="chkFriday">Friday</label>
|
|
|
|
|
<input type="checkbox" class="chkAirDay" id="chkSaturday" data-day="Saturday">
|
|
|
|
|
<label for="chkSaturday">Saturday</label>
|
2013-06-08 20:04:41 -07:00
|
|
|
|
</div>
|
2013-08-02 13:36:44 -07:00
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div data-role="fieldcontain" id="fldAirTime" style="display: none;">
|
|
|
|
|
<label for="txtAirTime">Air Time:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="time" id="txtAirTime" data-mini="true" />
|
2013-08-02 13:36:44 -07:00
|
|
|
|
</div>
|
2013-09-13 11:37:44 -07:00
|
|
|
|
<div data-role="fieldcontain" id="fldSeriesRuntime" style="display: none;">
|
|
|
|
|
<label for="txtSeriesRuntime">Run Time (minutes):</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="number" id="txtSeriesRuntime" data-mini="true" />
|
2013-09-13 11:37:44 -07:00
|
|
|
|
</div>
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<div data-role="fieldcontain" id="fldOfficialRating" style="display: none;">
|
2013-09-23 07:02:56 -07:00
|
|
|
|
<label for="selectOfficialRating">Parental rating:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<select id="selectOfficialRating" data-mini="true"></select>
|
2013-08-02 13:36:44 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div data-role="fieldcontain" id="fldCustomRating" style="display: none;">
|
|
|
|
|
<label for="selectCustomRating">Custom rating:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<select id="selectCustomRating" data-mini="true"></select>
|
2013-08-02 13:36:44 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div data-role="fieldcontain" id="fldBudget" style="display: none;">
|
|
|
|
|
<label for="txtBudget">Budget ($):</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="number" id="txtBudget" data-mini="true" />
|
2013-08-02 13:36:44 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div data-role="fieldcontain" id="fldRevenue" style="display: none;">
|
|
|
|
|
<label for="txtRevenue">Revenue ($):</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="number" id="txtRevenue" data-mini="true" />
|
2013-08-02 13:36:44 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div data-role="fieldcontain" id="fldOriginalAspectRatio" style="display: none;">
|
|
|
|
|
<label for="txtOriginalAspectRatio">Original aspect ratio:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="text" id="txtOriginalAspectRatio" data-mini="true" />
|
2013-08-02 13:36:44 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div data-role="fieldcontain" id="fldPlayers" style="display: none;">
|
|
|
|
|
<label for="txtPlayers">Players:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="number" id="txtPlayers" data-mini="true" pattern="[0-9]*" />
|
2013-08-02 13:36:44 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div data-role="fieldcontain" id="fld3dFormat" style="display: none;">
|
|
|
|
|
<label for="select3dFormat">3D Format:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<select id="select3dFormat" data-mini="true">
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<option value=""></option>
|
|
|
|
|
<option value="HalfSideBySide">HSBS</option>
|
|
|
|
|
<option value="HalfTopAndBottom">HTAB</option>
|
|
|
|
|
<option value="FullSideBySide">FSBS</option>
|
|
|
|
|
<option value="FullTopAndBottom">FTAB</option>
|
|
|
|
|
</select>
|
2013-05-22 15:01:37 -07:00
|
|
|
|
</div>
|
2013-05-22 12:49:12 -07:00
|
|
|
|
</div>
|
2013-12-28 09:58:13 -07:00
|
|
|
|
<br />
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<div data-role="collapsible" data-mini="true" data-collapsed="false" id="collapsibleDvdEpisodeInfo" style="display: none; margin-top: 1em;">
|
2013-12-10 13:42:42 -07:00
|
|
|
|
<h3>Alternate Episode Numbers</h3>
|
2013-12-08 13:33:24 -07:00
|
|
|
|
<div>
|
|
|
|
|
<div data-role="fieldcontain">
|
|
|
|
|
<label for="txtDvdSeasonNumber">Dvd season number:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="number" id="txtDvdSeasonNumber" data-mini="true" pattern="[0-9]*" />
|
2013-12-08 13:33:24 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div data-role="fieldcontain">
|
|
|
|
|
<label for="txtDvdEpisodeNumber">Dvd episode number:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="number" id="txtDvdEpisodeNumber" data-mini="true" pattern="[0-9]*" />
|
2013-12-08 13:33:24 -07:00
|
|
|
|
</div>
|
2013-12-10 13:42:42 -07:00
|
|
|
|
<div data-role="fieldcontain">
|
|
|
|
|
<label for="txtAbsoluteEpisodeNumber">Absolute episode number:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="number" id="txtAbsoluteEpisodeNumber" data-mini="true" pattern="[0-9]*" />
|
2013-12-10 13:42:42 -07:00
|
|
|
|
</div>
|
2013-12-08 13:33:24 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<div data-role="collapsible" data-mini="true" data-collapsed="false" id="collapsibleSpecialEpisodeInfo" style="display: none; margin-top: 1em;">
|
2013-12-08 13:33:24 -07:00
|
|
|
|
<h3>Special Episode Info</h3>
|
|
|
|
|
<div>
|
|
|
|
|
<div data-role="fieldcontain">
|
|
|
|
|
<label for="txtAirsBeforeSeason">Airs before season:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="number" id="txtAirsBeforeSeason" data-mini="true" pattern="[0-9]*" />
|
2013-12-08 13:33:24 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div data-role="fieldcontain">
|
|
|
|
|
<label for="txtAirsAfterSeason">Airs after season:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="number" id="txtAirsAfterSeason" data-mini="true" pattern="[0-9]*" />
|
2013-12-08 13:33:24 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div data-role="fieldcontain">
|
|
|
|
|
<label for="txtAirsBeforeEpisode">Airs before episode:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="number" id="txtAirsBeforeEpisode" data-mini="true" pattern="[0-9]*" />
|
2013-12-08 13:33:24 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<div data-role="collapsible" data-mini="true" data-collapsed="false" style="margin-top: 1em;">
|
2013-05-22 15:01:37 -07:00
|
|
|
|
<h3>External Id's</h3>
|
2014-02-21 14:44:10 -07:00
|
|
|
|
<div class="externalIds">
|
2013-05-22 15:01:37 -07:00
|
|
|
|
</div>
|
2013-05-22 12:49:12 -07:00
|
|
|
|
</div>
|
2014-02-21 14:44:10 -07:00
|
|
|
|
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<div data-role="collapsible" data-mini="true" id="collapsibleDisplaySettings" style="display: none; margin-top: 1em;">
|
2013-12-28 09:58:13 -07:00
|
|
|
|
<h3>Display Settings</h3>
|
|
|
|
|
<div>
|
2014-01-19 11:08:31 -07:00
|
|
|
|
<div data-role="fieldcontain" id="fldSourceType" style="display: none;" class="fldDisplaySetting">
|
|
|
|
|
<label for="txtDisplayMediaType">Treat image as:</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input type="text" id="txtDisplayMediaType" data-mini="true" />
|
2014-01-19 11:08:31 -07:00
|
|
|
|
</div>
|
2014-01-03 13:32:27 -07:00
|
|
|
|
<div data-role="fieldcontain" id="fldDisplaySpecialsInline" class="fldDisplaySetting">
|
2013-12-28 09:58:13 -07:00
|
|
|
|
<label for="chkDisplaySpecialsInline">Display specials within seasons they aired in.</label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<input data-mini="true" type="checkbox" id="chkDisplaySpecialsInline" />
|
2013-12-28 09:58:13 -07:00
|
|
|
|
</div>
|
2014-01-03 13:32:27 -07:00
|
|
|
|
<div data-role="fieldcontain" id="fldDisplayOrder" class="fldDisplaySetting">
|
|
|
|
|
<label for="selectDisplayOrder" id="labelDisplayOrder">Display order:</label>
|
|
|
|
|
<select id="selectDisplayOrder" data-mini="true">
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
2013-12-28 09:58:13 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<div data-role="collapsible" data-mini="true" id="genresCollapsible" style="display: none; margin-top: 1em;">
|
2013-08-03 08:31:54 -07:00
|
|
|
|
<h3>Genres</h3>
|
|
|
|
|
<div data-role="editableListviewContainer">
|
|
|
|
|
<div data-role="fieldcontain">
|
2013-12-25 20:44:26 -07:00
|
|
|
|
<div style="display: inline-block; width: 80%;">
|
2013-12-24 11:37:29 -07:00
|
|
|
|
<input type="text" data-mini="true" />
|
|
|
|
|
</div>
|
2013-11-29 09:58:24 -07:00
|
|
|
|
<a data-role="button" data-theme="b" data-inline="true" data-mini="true" data-icon="plus" data-iconpos="notext" onclick="EditItemMetadataPage.addElementToEditableListview(this)" style="vertical-align: top;">Add</a>
|
2013-08-03 08:31:54 -07:00
|
|
|
|
</div>
|
|
|
|
|
<ul data-role="listview" data-inset="true" data-split-icon="delete" id="listGenres"></ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<div data-role="collapsible" data-mini="true" id="studiosCollapsible" style="display: none; margin-top: 1em;">
|
2013-08-03 08:31:54 -07:00
|
|
|
|
<h3>Studios</h3>
|
|
|
|
|
<div data-role="editableListviewContainer">
|
|
|
|
|
<div data-role="fieldcontain">
|
2013-12-25 20:44:26 -07:00
|
|
|
|
<div style="display: inline-block; width: 80%;">
|
2013-12-24 11:37:29 -07:00
|
|
|
|
<input type="text" data-mini="true" />
|
|
|
|
|
</div>
|
2013-11-29 09:58:24 -07:00
|
|
|
|
<a data-role="button" data-theme="b" data-inline="true" data-mini="true" data-icon="plus" data-iconpos="notext" onclick="EditItemMetadataPage.addElementToEditableListview(this)" style="vertical-align: top;">Add</a>
|
2013-08-03 08:31:54 -07:00
|
|
|
|
</div>
|
|
|
|
|
<ul data-role="listview" data-inset="true" data-split-icon="delete" id="listStudios"></ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<div data-mini="true" data-role="collapsible" id="tagsCollapsible" style="display: none; margin-top: 1em;">
|
2013-08-03 08:31:54 -07:00
|
|
|
|
<h3>Tags</h3>
|
|
|
|
|
<div data-role="editableListviewContainer">
|
|
|
|
|
<div data-role="fieldcontain">
|
2013-12-25 20:44:26 -07:00
|
|
|
|
<div style="display: inline-block; width: 80%;">
|
2013-12-24 11:37:29 -07:00
|
|
|
|
<input type="text" data-mini="true" />
|
|
|
|
|
</div>
|
2013-11-29 09:58:24 -07:00
|
|
|
|
<a data-role="button" data-theme="b" data-inline="true" data-mini="true" data-icon="plus" data-iconpos="notext" onclick="EditItemMetadataPage.addElementToEditableListview(this)" style="vertical-align: top;">Add</a>
|
2013-08-03 08:31:54 -07:00
|
|
|
|
</div>
|
|
|
|
|
<ul data-role="listview" data-inset="true" data-split-icon="delete" id="listTags"></ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<div data-mini="true" data-role="collapsible" id="keywordsCollapsible" style="display: none; margin-top: 1em;">
|
2014-01-16 20:13:12 -07:00
|
|
|
|
<h3>Plot Keywords</h3>
|
2014-01-14 09:06:26 -07:00
|
|
|
|
<div data-role="editableListviewContainer">
|
|
|
|
|
<div data-role="fieldcontain">
|
|
|
|
|
<div style="display: inline-block; width: 80%;">
|
|
|
|
|
<input type="text" data-mini="true" />
|
|
|
|
|
</div>
|
|
|
|
|
<a data-role="button" data-theme="b" data-inline="true" data-mini="true" data-icon="plus" data-iconpos="notext" onclick="EditItemMetadataPage.addElementToEditableListview(this)" style="vertical-align: top;">Add</a>
|
|
|
|
|
</div>
|
|
|
|
|
<ul data-role="listview" data-inset="true" data-split-icon="delete" id="listKeywords"></ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<div data-role="collapsible" data-mini="true" id="metadataSettingsCollapsible" style="display: none; margin-top: 1em;">
|
2013-08-12 14:00:02 -07:00
|
|
|
|
<h3>Metadata Settings</h3>
|
2013-06-14 22:30:48 -07:00
|
|
|
|
<div>
|
2013-12-28 09:58:13 -07:00
|
|
|
|
<div data-role="fieldcontain">
|
|
|
|
|
<label for="selectLanguage">Preferred language: </label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<select id="selectLanguage" data-mini="true"></select>
|
2013-12-28 09:58:13 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div class="fieldDescription editorfieldDescription">Leave empty to inherit settings from a parent item, or the global default value.</div>
|
|
|
|
|
<br />
|
|
|
|
|
<div data-role="fieldcontain">
|
|
|
|
|
<label for="selectCountry">Country: </label>
|
2014-02-09 14:11:11 -07:00
|
|
|
|
<select id="selectCountry" data-mini="true"></select>
|
2013-12-28 09:58:13 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div class="fieldDescription editorfieldDescription">Leave empty to inherit settings from a parent item, or the global default value.</div>
|
|
|
|
|
|
2014-02-11 20:46:27 -07:00
|
|
|
|
<p>
|
|
|
|
|
<br />
|
2014-02-18 22:21:03 -07:00
|
|
|
|
<label for="chkLockData">Lock this item to prevent future changes.</label>
|
|
|
|
|
<input data-mini="true" type="checkbox" id="chkLockData" onchange="EditItemMetadataPage.setProviderSettingsContainerVisibility(this)" />
|
2014-02-11 20:46:27 -07:00
|
|
|
|
</p>
|
2013-07-22 10:27:20 -07:00
|
|
|
|
<div id="providerSettingsContainer" style="display: none">
|
2013-06-14 22:30:48 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2013-11-27 12:04:19 -07:00
|
|
|
|
<ul data-role="listview" class="saveButtonContainer ulForm" style="display: none;">
|
2013-05-22 12:49:12 -07:00
|
|
|
|
<li>
|
2013-12-28 09:58:13 -07:00
|
|
|
|
<button class="btnSave" type="submit" data-theme="a" data-icon="check" data-mini="true">
|
2013-05-22 12:49:12 -07:00
|
|
|
|
Save
|
|
|
|
|
</button>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
|
2013-05-05 18:15:48 -07:00
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2014-02-12 22:11:54 -07:00
|
|
|
|
<div data-role="popup" data-transition="slidefade" id="popupConfirmDelete" class="popup" data-theme="a">
|
|
|
|
|
|
|
|
|
|
<div class="ui-bar-a" style="text-align: center; padding: 0 20px;">
|
|
|
|
|
<h3>Confirm Deletion</h3>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<form class="popupConfirmDeleteForm">
|
2014-02-17 20:02:41 -07:00
|
|
|
|
<p>The following <strong style='color: red;'>file location will be deleted</strong>:</p>
|
2014-02-12 22:11:54 -07:00
|
|
|
|
<p class="deletePath"></p>
|
|
|
|
|
|
2014-02-17 20:02:41 -07:00
|
|
|
|
<p>If you wish to continue, please confirm by entering the value of <span id="challengeValueText" style="font-weight: bold;"></span></p>
|
2014-02-12 22:11:54 -07:00
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<input type="number" id="txtDeleteTest" data-mini="true" pattern="[0-9]*" required="required" />
|
|
|
|
|
<input id="fldChallengeValue" type="hidden" />
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<button type="submit" data-theme="b" data-icon="check">
|
|
|
|
|
Ok
|
|
|
|
|
</button>
|
|
|
|
|
<button type="button" data-icon="delete" onclick="$(this).parents('.popup').popup('close');">
|
|
|
|
|
Cancel
|
|
|
|
|
</button>
|
|
|
|
|
</p>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
|
2014-03-01 15:34:27 -07:00
|
|
|
|
</div>
|
2014-03-02 08:42:21 -07:00
|
|
|
|
<div data-role="popup" data-transition="slidefade" class="popupIdentify popup" data-theme="a">
|
2014-03-16 09:15:10 -07:00
|
|
|
|
<a href="#" data-rel="back" class="ui-btn ui-corner-all ui-shadow ui-btn-b ui-icon-delete ui-btn-icon-notext ui-btn-right">Close</a>
|
2014-03-01 15:34:27 -07:00
|
|
|
|
|
|
|
|
|
<div class="ui-bar-a" style="text-align: center; padding: 0 20px; position: relative;">
|
|
|
|
|
|
|
|
|
|
<button type="button" data-icon="search" data-mini="true" data-inline="true" data-iconpos="notext" style="position: absolute; top: 8px; left: 10px; margin: 0;" class="btnSearchAgain">Search</button>
|
|
|
|
|
|
|
|
|
|
<h3 class="identificationHeader">Identify Item
|
|
|
|
|
</h3>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
|
|
|
|
|
<form class="popupIdentifyForm" style="max-width: initial;">
|
2014-03-09 19:33:49 -07:00
|
|
|
|
|
2014-03-16 09:15:10 -07:00
|
|
|
|
<p>Enter one or more search criteria. Remove criteria to increase search results.</p>
|
2014-03-01 15:34:27 -07:00
|
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
<label for="txtLookupName">Name:</label>
|
|
|
|
|
<input type="text" id="txtLookupName" data-mini="true" class="identifyField" data-lookup="Name" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="fldLookupYear">
|
|
|
|
|
<label for="txtLookupYear">Year:</label>
|
|
|
|
|
<input type="number" id="txtLookupYear" data-mini="true" class="identifyField" data-lookup="Year" pattern="[0-9]*" min="1800" />
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="identifyProviderIds">
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<button type="submit" data-theme="b" data-icon="search" data-mini="true">
|
|
|
|
|
Search
|
|
|
|
|
</button>
|
2014-03-09 19:33:49 -07:00
|
|
|
|
<button type="button" data-icon="delete" data-mini="true" onclick="$(this).parents('.popup').popup('close');">
|
|
|
|
|
Cancel
|
|
|
|
|
</button>
|
2014-03-01 15:34:27 -07:00
|
|
|
|
</p>
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
<div class="identificationSearchResults">
|
|
|
|
|
|
|
|
|
|
<div class="identificationSearchResultList"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2014-02-12 22:11:54 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2013-05-05 18:15:48 -07:00
|
|
|
|
<script type="text/javascript">
|
2013-12-20 13:09:49 -07:00
|
|
|
|
$('.editItemMetadataForm').off('submit', EditItemMetadataPage.onSubmit).on('submit', EditItemMetadataPage.onSubmit);
|
2014-02-12 22:11:54 -07:00
|
|
|
|
$('.popupConfirmDeleteForm').off('submit', EditItemMetadataPage.onDeleteFormSubmitted).on('submit', EditItemMetadataPage.onDeleteFormSubmitted);
|
2014-03-01 15:34:27 -07:00
|
|
|
|
$('.popupIdentifyForm').off('submit', EditItemMetadataPage.onIdentificationFormSubmitted).on('submit', EditItemMetadataPage.onIdentificationFormSubmitted);
|
2013-05-05 18:15:48 -07:00
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|