2013-02-20 18:33:05 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title></title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-09-04 09:20:54 -07:00
|
|
|
|
<div id="itemDetailPage" data-role="page" class="page libraryPage itemDetailPage noSecondaryNavPage" data-theme="b" data-require="scripts/itemdetailpage,paperbuttonstyle,tileitemcss,scripts/livetvcomponents">
|
2015-06-16 10:37:49 -07:00
|
|
|
|
|
2013-05-14 21:05:52 -07:00
|
|
|
|
<div id="tvShowsTabs" class="itemTabs" style="display: none;">
|
2014-05-01 19:54:33 -07:00
|
|
|
|
<div class="libraryViewNav scopedLibraryViewNav">
|
2015-09-21 11:39:18 -07:00
|
|
|
|
<a href="tv.html"><iron-icon icon="info"></iron-icon>${TabSuggestions}</a>
|
|
|
|
|
<a href="tv.html?tab=1"><iron-icon icon="new-releases"></iron-icon>${TabLatest}</a>
|
|
|
|
|
<a href="tv.html?tab=2"><iron-icon icon="schedule"></iron-icon>${TabUpcoming}</a>
|
|
|
|
|
<a href="tv.html?tab=3" class="ui-btn-active"><iron-icon icon="live-tv"></iron-icon>${TabShows}</a>
|
|
|
|
|
<a href="tv.html?tab=4" class="tvEpisodesTab"><iron-icon icon="slideshow"></iron-icon>${TabEpisodes}</a>
|
|
|
|
|
<a href="tv.html?tab=5"><iron-icon icon="video-library"></iron-icon>${TabGenres}</a>
|
|
|
|
|
<a href="tv.html?tab=6" class="tvPeopleTab"><iron-icon icon="people"></iron-icon>${TabPeople}</a>
|
|
|
|
|
<a href="tv.html?tab=7" class="tvStudiosTab"><iron-icon icon="account-box"></iron-icon>${TabNetworks}</a>
|
2013-04-22 07:44:11 -07:00
|
|
|
|
</div>
|
2013-05-14 21:05:52 -07:00
|
|
|
|
</div>
|
2014-05-19 12:51:56 -07:00
|
|
|
|
|
2013-05-14 21:05:52 -07:00
|
|
|
|
<div id="itemBackdrop" class="itemBackdrop noBackdrop">
|
|
|
|
|
<div class="itemBackdropContent">
|
2015-08-17 21:22:45 -07:00
|
|
|
|
</div>
|
|
|
|
|
<a href="#" id="lnkPreviousItem" class="lnkPreviousItem lnkSibling hide clearLink"><paper-button raised class="subdued notext"><iron-icon icon="arrow-back"></iron-icon></paper-button></a>
|
|
|
|
|
<a href="#" id="lnkNextItem" class="lnkNextItem lnkSibling hide clearLink"><paper-button raised class="subdued notext"><iron-icon icon="arrow-forward"></iron-icon></paper-button></a>
|
|
|
|
|
</div>
|
2015-02-02 21:54:52 -07:00
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
<div class="detailPageContent" style="position:relative;">
|
2015-02-02 21:54:52 -07:00
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
<paper-fab class="btnPlay detailFloatingButton hide" icon="play-arrow" title="${ButtonPlay}"></paper-fab>
|
|
|
|
|
<paper-fab class="btnFloatingRecord detailFloatingButton hide" icon="videocam" title="${ButtonRecord}"></paper-fab>
|
2015-02-02 21:54:52 -07:00
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
<div class="detailImageContainer">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="primaryDetailsContainer">
|
|
|
|
|
<div class="detailNameContainer">
|
|
|
|
|
<div><span class="parentName"></span><span class="itemName inlineItemName"></span></div>
|
|
|
|
|
<div class="desktopDetails" style="margin-top:1em;">
|
2015-02-02 21:54:52 -07:00
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
<span class="itemMiscInfo"></span>
|
|
|
|
|
<span class="itemCommunityRating" style="margin-left:1em;"></span>
|
2015-02-02 21:54:52 -07:00
|
|
|
|
</div>
|
2014-04-07 21:17:18 -07:00
|
|
|
|
</div>
|
2015-08-18 10:54:29 -07:00
|
|
|
|
<div class="desktopDetails" style="padding-top:5px;">
|
2015-02-02 21:54:52 -07:00
|
|
|
|
|
2015-08-18 10:54:29 -07:00
|
|
|
|
<p class="artist"></p>
|
|
|
|
|
<p class="itemGenres"></p>
|
|
|
|
|
<div class="detailButtonsContainer">
|
2015-08-17 21:22:45 -07:00
|
|
|
|
<paper-button raised class="subdued btnPlayTrailer hide"><iron-icon icon="play-arrow"></iron-icon><span>${ButtonPlayTrailer}</span></paper-button>
|
|
|
|
|
<a class="btnPlayExternalTrailer hide clearLink" href="#" target="_blank"><paper-button raised class="subdued"><iron-icon icon="play-arrow"></iron-icon><span>${ButtonPlayTrailer}</span></paper-button></a>
|
|
|
|
|
<paper-button raised class="subdued btnRecord hide"><iron-icon icon="videocam"></iron-icon><span>${ButtonRecord}</span></paper-button>
|
|
|
|
|
<paper-button raised class="subdued hide btnCancelRecording"><iron-icon icon="delete"></iron-icon><span>${ButtonCancelRecording}</span></paper-button>
|
2015-09-19 19:06:56 -07:00
|
|
|
|
<paper-button raised class="subdued btnSync hide"><iron-icon icon="sync"></iron-icon><span>${ButtonSync}</span></paper-button>
|
2015-08-17 21:22:45 -07:00
|
|
|
|
<paper-button raised class="subdued btnMoreCommands hide notext"><iron-icon icon="more-vert"></iron-icon></paper-button>
|
2015-08-19 19:22:47 -07:00
|
|
|
|
<div class="detailUserDataIcons userDataIcons"></div>
|
2015-08-17 21:22:45 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2013-04-24 13:28:42 -07:00
|
|
|
|
</div>
|
2013-05-14 21:05:52 -07:00
|
|
|
|
</div>
|
2015-02-02 21:54:52 -07:00
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
<div class="mobileDetails" style="text-align:center;clear:both;">
|
|
|
|
|
<div style="height:10px;"></div>
|
|
|
|
|
<div>
|
|
|
|
|
<span class="itemMiscInfo"></span>
|
|
|
|
|
<span class="itemCommunityRating" style="margin-left:1em;"></span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="detailButtonsContainer">
|
|
|
|
|
<br />
|
|
|
|
|
<paper-button raised class="subdued btnPlayTrailer hide"><iron-icon icon="play-arrow"></iron-icon><span>${ButtonPlayTrailer}</span></paper-button>
|
|
|
|
|
<a class="btnPlayExternalTrailer hide clearLink" href="#" target="_blank"><paper-button raised class="subdued"><iron-icon icon="play-arrow"></iron-icon><span>${ButtonPlayTrailer}</span></paper-button></a>
|
|
|
|
|
<paper-button raised class="subdued btnRecord hide"><iron-icon icon="videocam"></iron-icon><span>${ButtonRecord}</span></paper-button>
|
|
|
|
|
<paper-button raised class="subdued hide btnCancelRecording"><iron-icon icon="delete"></iron-icon><span>${ButtonCancelRecording}</span></paper-button>
|
2015-09-19 19:06:56 -07:00
|
|
|
|
<paper-button raised class="subdued btnSync hide"><iron-icon icon="sync"></iron-icon><span>${ButtonSync}</span></paper-button>
|
2015-08-17 21:22:45 -07:00
|
|
|
|
<paper-button raised class="subdued btnMoreCommands hide notext"><iron-icon icon="more-vert"></iron-icon></paper-button>
|
2015-08-19 19:22:47 -07:00
|
|
|
|
<div class="detailUserDataIcons userDataIcons"></div>
|
2015-08-17 21:22:45 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div data-role="content" style="padding-top:0;clear:both;">
|
|
|
|
|
<div class="detailPageContent">
|
|
|
|
|
<div class="detailSection">
|
2015-08-18 10:54:29 -07:00
|
|
|
|
<div class="mobileDetails">
|
|
|
|
|
<p class="artist"></p>
|
|
|
|
|
<p class="itemGenres"></p>
|
|
|
|
|
</div>
|
|
|
|
|
<h2 class="tagline"></h2>
|
2015-08-21 08:34:42 -07:00
|
|
|
|
<p id="itemBirthday"></p>
|
|
|
|
|
<p id="itemBirthLocation"></p>
|
|
|
|
|
<p id="itemDeathDate"></p>
|
2015-08-17 21:22:45 -07:00
|
|
|
|
<p id="seriesAirTime"></p>
|
|
|
|
|
<p class="airDate"></p>
|
2015-08-23 19:08:20 -07:00
|
|
|
|
<p class="itemOverview topOverview"></p>
|
2015-02-02 21:54:52 -07:00
|
|
|
|
</div>
|
2014-03-08 11:17:05 -07:00
|
|
|
|
<div class="collectionItems"></div>
|
2014-01-22 10:05:06 -07:00
|
|
|
|
<div id="childrenCollapsible" class="hide detailSection">
|
2015-07-29 10:16:00 -07:00
|
|
|
|
<h1 class="childrenSectionHeader">
|
2014-03-07 08:53:23 -07:00
|
|
|
|
<span id="childrenTitle"></span>
|
2015-07-29 10:16:00 -07:00
|
|
|
|
</h1>
|
|
|
|
|
<div id="childrenContent">
|
2014-08-30 07:26:29 -07:00
|
|
|
|
<div class="childrenItemsContainer itemsContainer fullWidthItemsContainer" style="text-align:left;"></div>
|
|
|
|
|
</div>
|
2014-01-22 10:05:06 -07:00
|
|
|
|
</div>
|
2013-09-03 14:06:33 -07:00
|
|
|
|
<div id="additionalPartsCollapsible" class="detailSection hide">
|
2015-07-29 10:16:00 -07:00
|
|
|
|
<h1>
|
2014-04-07 21:17:18 -07:00
|
|
|
|
${HeaderAdditionalParts}
|
2015-07-29 10:16:00 -07:00
|
|
|
|
</h1>
|
|
|
|
|
<div id="additionalPartsContent" class="smallItemsContainer"></div>
|
2013-06-12 14:46:50 -07:00
|
|
|
|
</div>
|
2013-05-15 20:39:15 -07:00
|
|
|
|
<div id="castCollapsible" style="display: none;" class="detailSection">
|
2015-07-29 10:16:00 -07:00
|
|
|
|
<h1 id="peopleHeader">
|
2014-04-07 21:17:18 -07:00
|
|
|
|
${HeaderCastCrew}
|
2015-07-29 10:16:00 -07:00
|
|
|
|
</h1>
|
|
|
|
|
<div id="castContent"></div>
|
2013-04-22 07:44:11 -07:00
|
|
|
|
</div>
|
2014-08-28 17:49:25 -07:00
|
|
|
|
|
2014-08-28 21:06:30 -07:00
|
|
|
|
<div class="detailSection photoInfo hide">
|
2015-07-29 10:16:00 -07:00
|
|
|
|
<h1>
|
2014-08-28 21:06:30 -07:00
|
|
|
|
${HeaderPhotoInfo}
|
2015-07-29 10:16:00 -07:00
|
|
|
|
</h1>
|
|
|
|
|
<div>
|
2014-08-28 21:06:30 -07:00
|
|
|
|
<div class="photoInfoContent"></div>
|
2014-08-28 17:49:25 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2013-08-30 18:08:32 -07:00
|
|
|
|
<div id="specialsCollapsible" class="detailSection hide">
|
2015-07-29 10:16:00 -07:00
|
|
|
|
<h1>
|
2014-04-07 21:17:18 -07:00
|
|
|
|
${HeaderSpecialFeatures}
|
2015-07-29 10:16:00 -07:00
|
|
|
|
</h1>
|
|
|
|
|
<div id="specialsContent" class="smallItemsContainer"></div>
|
2013-08-30 18:08:32 -07:00
|
|
|
|
</div>
|
2013-07-29 12:12:21 -07:00
|
|
|
|
<div id="musicVideosCollapsible" style="display: none;" class="detailSection">
|
2015-07-29 10:16:00 -07:00
|
|
|
|
<h1>
|
2014-04-07 21:17:18 -07:00
|
|
|
|
${HeaderMusicVideos}
|
2015-07-29 10:16:00 -07:00
|
|
|
|
</h1>
|
|
|
|
|
<div id="musicVideosContent" class="smallItemsContainer"></div>
|
2013-07-29 12:12:21 -07:00
|
|
|
|
</div>
|
2013-05-15 20:39:15 -07:00
|
|
|
|
<div id="similarCollapsible" style="display: none;" class="detailSection">
|
2015-08-17 21:22:45 -07:00
|
|
|
|
<h1 class="similiarHeader"></h1>
|
2015-07-29 10:16:00 -07:00
|
|
|
|
<div id="similarContent"></div>
|
2013-05-15 15:55:24 -07:00
|
|
|
|
</div>
|
2013-05-15 20:39:15 -07:00
|
|
|
|
<div id="criticReviewsCollapsible" style="display: none;" class="detailSection">
|
2015-07-29 10:16:00 -07:00
|
|
|
|
<h1>
|
2014-04-07 21:17:18 -07:00
|
|
|
|
${HeaderAwardsAndReviews}
|
2015-07-29 10:16:00 -07:00
|
|
|
|
</h1>
|
|
|
|
|
<div>
|
2014-03-19 10:44:55 -07:00
|
|
|
|
<p id="awardSummary"></p>
|
2013-05-14 21:05:52 -07:00
|
|
|
|
<div id="criticRatingSummary" class="criticReview criticRatingSummary" style="display: none;">
|
2013-07-17 10:01:41 -07:00
|
|
|
|
<p style="margin: 0 0 .5em -40px; font-weight: bold;">TOMATOMETER®</p>
|
2013-05-14 21:05:52 -07:00
|
|
|
|
<div class="reviewScore">
|
|
|
|
|
<img src="css/images/fresh.png">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="criticRatingScore"></div>
|
|
|
|
|
<div class="criticRatingSummaryText"></div>
|
|
|
|
|
</div>
|
2015-07-29 10:16:00 -07:00
|
|
|
|
<div id="criticReviewsContent"></div>
|
2013-05-11 23:05:51 -07:00
|
|
|
|
</div>
|
2015-06-16 10:37:49 -07:00
|
|
|
|
</div>
|
2015-06-19 11:34:21 -07:00
|
|
|
|
|
2013-05-15 20:39:15 -07:00
|
|
|
|
<div id="scenesCollapsible" style="display: none;" class="detailSection">
|
2015-07-29 10:16:00 -07:00
|
|
|
|
<h1>
|
2014-04-07 21:17:18 -07:00
|
|
|
|
${HeaderScenes}
|
2015-07-29 10:16:00 -07:00
|
|
|
|
<a class="detailSectionHeaderButton chapterSettingsButton clearLink" style="margin-top:-8px;display:inline-block;" href="metadataadvanced.html" title="${ButtonSettings}" style="display:none;"><paper-icon-button icon="settings"></paper-icon-button></a>
|
|
|
|
|
</h1>
|
|
|
|
|
<div id="scenesContent" class="smallItemsContainer"></div>
|
2013-04-24 09:03:10 -07:00
|
|
|
|
</div>
|
2013-05-15 20:39:15 -07:00
|
|
|
|
<div id="themeSongsCollapsible" style="display: none;" class="detailSection">
|
2015-07-29 10:16:00 -07:00
|
|
|
|
<h1>
|
2014-04-07 21:17:18 -07:00
|
|
|
|
${HeaderThemeSongs}
|
2015-07-29 10:16:00 -07:00
|
|
|
|
</h1>
|
|
|
|
|
<div id="themeSongsContent"></div>
|
2013-05-03 13:50:13 -07:00
|
|
|
|
</div>
|
2015-07-26 22:03:34 -07:00
|
|
|
|
<div class="detailSection detailsSection">
|
2015-07-29 10:16:00 -07:00
|
|
|
|
<h1>
|
2015-07-26 22:03:34 -07:00
|
|
|
|
${HeaderDetails}
|
2015-07-29 10:16:00 -07:00
|
|
|
|
</h1>
|
|
|
|
|
<div>
|
2015-07-26 22:03:34 -07:00
|
|
|
|
<div class="tabDetails">
|
2015-08-23 19:08:20 -07:00
|
|
|
|
<p class="itemOverview bottomOverview"></p>
|
2015-07-26 22:03:34 -07:00
|
|
|
|
<p id="players"></p>
|
|
|
|
|
<p class="itemExternalLinks"></p>
|
|
|
|
|
<p class="itemStudios"></p>
|
|
|
|
|
<p class="itemTags"></p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2013-05-14 21:05:52 -07:00
|
|
|
|
|
2013-05-15 20:39:15 -07:00
|
|
|
|
<div id="themeVideosCollapsible" style="display: none;" class="detailSection">
|
2015-07-29 10:16:00 -07:00
|
|
|
|
<h1>
|
2014-04-07 21:17:18 -07:00
|
|
|
|
${HeaderThemeVideos}
|
2015-07-29 10:16:00 -07:00
|
|
|
|
</h1>
|
|
|
|
|
<div id="themeVideosContent" class="smallItemsContainer"></div>
|
2013-04-28 10:21:56 -07:00
|
|
|
|
</div>
|
2014-10-06 16:58:46 -07:00
|
|
|
|
|
|
|
|
|
<div class="detailSection audioVideoMediaInfo hide">
|
2015-07-29 10:16:00 -07:00
|
|
|
|
<h1>${HeaderMediaInfo}</h1>
|
|
|
|
|
<div>
|
2014-10-06 16:58:46 -07:00
|
|
|
|
<div class="splitVersionContainer" style="border-bottom: 1px solid #444;">
|
|
|
|
|
<button type="button" class="btnSplitVersions" data-mini="true" data-inline="true" data-icon="delete" title="${ButtonSplitVersionsApart}">${ButtonSplitVersionsApart}</button>
|
|
|
|
|
</div>
|
2015-02-06 20:25:23 -07:00
|
|
|
|
<div id="mediaInfoContent" class="mediaInfoContent"></div>
|
2014-10-06 16:58:46 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2013-05-14 21:05:52 -07:00
|
|
|
|
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
|
|
|
|
</body>
|
2014-07-19 21:46:29 -07:00
|
|
|
|
</html>
|