2016-09-06 20:38:01 -07:00
< div id = "itemDetailPage" data-role = "page" class = "page libraryPage itemDetailPage noSecondaryNavPage selfBackdropPage" data-theme = "b" data-backbutton = "true" >
2015-06-16 10:37:49 -07:00
2016-12-15 13:03:57 -07:00
< style >
@media all and (min-width: 800px) {
.itemBackdrop {
display: none;
}
.detailPagePrimaryContainer {
display: flex;
margin-bottom: 3.6em;
}
.shadedDetailSection, .detailPagePrimaryContainer {
background: rgba(0, 0, 0, .7) !important;
padding: 1em !important;
box-shadow: 0 0 10px 1px black !important;
}
.detailSection h1 {
opacity: .9;
}
}
< / style >
2016-03-15 22:33:31 -07:00
< div id = "itemBackdrop" class = "itemBackdrop noBackdrop" >
< div class = "itemBackdropContent" >
2015-08-17 21:22:45 -07:00
< / div >
2016-06-18 22:26:52 -07:00
< button is = "emby-button" type = "button" class = "btnPlay detailFloatingButton hide fab autoSize" title = "${ButtonPlay}" > < i class = "md-icon" > play_arrow< / i > < / button >
2016-12-02 01:03:38 -07:00
< / div >
2015-02-02 21:54:52 -07:00
2016-12-02 01:03:38 -07:00
< div class = "detailPageContent" >
2015-02-02 21:54:52 -07:00
2016-12-02 01:03:38 -07:00
< div class = "detailPagePrimaryContainer" >
< div class = "detailImageContainer" >
2016-03-15 22:33:31 -07:00
< / div >
2016-12-02 01:03:38 -07:00
< div class = "detailPagePrimaryContent" >
2016-12-03 00:58:48 -07:00
< div class = "detailLogo" > < / div >
2016-12-02 01:03:38 -07:00
< div class = "detailSection" style = "margin-bottom: 0;" >
2016-09-20 09:51:16 -07:00
2016-12-02 01:03:38 -07:00
< div >
< h1 class = "parentName" style = "margin: .25em 0;" > < / h1 >
< h1 class = "itemName" style = "margin: .5em 0;" > < / h1 >
< div class = "itemMiscInfo itemMiscInfo-primary" style = "margin: 1em 0;" >
< / div >
< div class = "itemMiscInfo itemMiscInfo-secondary" style = "margin: 1em 0;" >
< / div >
< / div >
< div class = "mainDetailButtons" >
< button is = "emby-button" type = "button" class = "raised subdued btnPlay btnPlaySimple hide" >
< i class = "md-icon" > play_arrow< / i >
< span > ${ButtonPlay}< / span >
< / button >
< button is = "emby-button" type = "button" class = "raised subdued btnPlayTrailer hide" >
< i class = "md-icon" > videocam< / i >
< span > ${ButtonTrailer}< / span >
< / button >
< button is = "emby-button" type = "button" class = "raised subdued btnMoreCommands hide notext" >
< i class = "md-icon" > more_vert< / i >
< / button >
< div class = "detailUserDataIcons userDataIcons" > < / div >
2016-12-08 08:40:20 -07:00
< button is = "emby-button" type = "button" class = "btnDeleteItem fab mini hide" title = "${DeleteMedia}" > < i class = "md-icon" >  < / i > < / button >
2016-12-02 01:03:38 -07:00
< / div >
2016-12-09 00:26:39 -07:00
< div class = "syncLocalContainer hide" style = "margin: 1em 0;" >
< / div >
2016-12-05 11:46:38 -07:00
< div class = "recordingFields hide" style = "margin: .5em 0 1.5em;" >
2016-12-02 01:03:38 -07:00
< / div >
< div class = "detailSectionContent" >
2016-12-09 00:26:39 -07:00
< p class = "itemGenres" > < / p >
2016-12-02 01:03:38 -07:00
< h1 class = "tagline" style = "margin-bottom: .7em;" > < / h1 >
< p class = "artist" > < / p >
< p class = "overview" > < / p >
2016-12-09 00:26:39 -07:00
< div class = "mediaInfoIcons hide" >
< / div >
2016-12-02 01:03:38 -07:00
< p id = "itemBirthday" > < / p >
< p id = "itemBirthLocation" > < / p >
< p id = "itemDeathDate" > < / p >
< p id = "seriesAirTime" > < / p >
2016-12-09 00:26:39 -07:00
< p class = "itemExternalLinks" > < / p >
2016-12-02 01:03:38 -07:00
< p class = "itemStudios" > < / p >
< p class = "itemTags" > < / p >
< / div >
2013-06-12 14:46:50 -07:00
< / div >
2016-03-15 22:33:31 -07:00
< / div >
2016-12-02 01:03:38 -07:00
< / div >
< div >
2016-03-15 22:33:31 -07:00
< div class = "collectionItems" > < / div >
< div class = "nextUpSection detailSection hide" >
< h1 >
${HeaderNextUp}
< / h1 >
2016-07-30 12:17:09 -07:00
< div is = "emby-itemscontainer" class = "nextUpItems vertical-wrap" > < / div >
2016-03-15 22:33:31 -07:00
< / div >
< div id = "childrenCollapsible" class = "hide detailSection" >
< h1 class = "childrenSectionHeader" >
< span id = "childrenTitle" > < / span >
< / h1 >
< div id = "childrenContent" >
2016-09-20 09:51:16 -07:00
< div is = "emby-itemscontainer" class = "childrenItemsContainer itemsContainer" style = "text-align: left;" > < / div >
2013-04-22 07:44:11 -07:00
< / div >
2016-03-15 22:33:31 -07:00
< / div >
< div id = "additionalPartsCollapsible" class = "detailSection hide" >
< h1 >
${HeaderAdditionalParts}
< / h1 >
2016-07-30 12:17:09 -07:00
< div id = "additionalPartsContent" is = "emby-itemscontainer" class = "itemsContainer vertical-wrap" > < / div >
2016-03-15 22:33:31 -07:00
< / div >
2016-06-24 08:12:13 -07:00
< div id = "castCollapsible" class = "detailSection hide" >
2016-03-15 22:33:31 -07:00
< h1 id = "peopleHeader" >
${HeaderCastCrew}
< / h1 >
2016-10-10 23:46:59 -07:00
< div id = "castContent" is = "emby-itemscontainer" class = "itemsContainer" > < / div >
2016-07-30 21:11:23 -07:00
< button is = "emby-button" type = "button" class = "raised more morePeople hide" > ${ButtonMore}< / button >
2016-03-15 22:33:31 -07:00
< / div >
2016-10-18 11:23:41 -07:00
< div id = "seriesScheduleSection" class = "detailSection hide" >
< h1 >
${HeaderUpcomingOnTV}
< / h1 >
< div id = "seriesScheduleList" is = "emby-itemscontainer" class = "itemsContainer vertical-list" > < / div >
< / div >
2014-08-28 17:49:25 -07:00
2016-03-15 22:33:31 -07:00
< div class = "detailSection photoInfo hide" >
< h1 >
${HeaderPhotoInfo}
< / h1 >
< div >
< div class = "photoInfoContent" > < / div >
2014-08-28 17:49:25 -07:00
< / div >
2016-03-15 22:33:31 -07:00
< / div >
2014-08-28 17:49:25 -07:00
2016-03-15 22:33:31 -07:00
< div id = "specialsCollapsible" class = "detailSection hide" >
< h1 >
${HeaderSpecialFeatures}
< / h1 >
2016-07-30 12:17:09 -07:00
< div id = "specialsContent" is = "emby-itemscontainer" class = "itemsContainer vertical-wrap" > < / div >
2016-03-15 22:33:31 -07:00
< / div >
2016-06-22 22:26:06 -07:00
< div id = "musicVideosCollapsible" class = "detailSection hide" >
2016-03-15 22:33:31 -07:00
< h1 >
${HeaderMusicVideos}
< / h1 >
2016-07-30 12:17:09 -07:00
< div id = "musicVideosContent" is = "emby-itemscontainer" class = "itemsContainer vertical-wrap" > < / div >
2016-07-21 22:38:01 -07:00
< / div >
< div id = "moreFromSection" class = "detailSection hide" >
< h1 class = "moreFromHeader" > < / h1 >
< div id = "moreFromItems" > < / div >
2016-03-15 22:33:31 -07:00
< / div >
2016-06-24 08:12:13 -07:00
< div id = "similarCollapsible" class = "detailSection hide" >
2016-10-07 08:53:00 -07:00
< h1 > ${HeaderMoreLikeThis}< / h1 >
2016-10-09 00:18:43 -07:00
< div class = "similarContent" > < / div >
2016-03-15 22:33:31 -07:00
< / div >
2016-06-22 22:26:06 -07:00
< div id = "criticReviewsCollapsible" class = "detailSection hide" >
2016-03-15 22:33:31 -07:00
< h1 >
${HeaderAwardsAndReviews}
< / h1 >
< div >
< p id = "awardSummary" > < / p >
< div class = "paperList" id = "criticRatingSummary" >
2016-06-24 10:30:29 -07:00
< div class = "listItem" >
2016-09-20 09:51:16 -07:00
< button is = "emby-button" type = "button" class = "mini fab" style = "flex-shrink: 0; width: 40px; height: 40px; background-color: transparent; background-repeat: no-repeat; background-position: center center; background-size: cover; background-image: url(css/images/fresh.png);" > < / button >
2016-06-26 21:19:10 -07:00
< div class = "listItemBody three-line" >
2016-09-09 09:58:08 -07:00
< h3 class = "listItemBodyText" > TOMATOMETER®< / h3 >
< div class = "listItemBodyText criticRatingScore" > < / div >
< div class = "listItemBodyText criticRatingSummaryText secondary" style = "white-space: normal;" > < / div >
2016-06-24 10:30:29 -07:00
< / div >
< / div >
2013-05-11 23:05:51 -07:00
< / div >
2016-03-15 22:33:31 -07:00
< div id = "criticReviewsContent" > < / div >
2015-06-16 10:37:49 -07:00
< / div >
2016-03-15 22:33:31 -07:00
< / div >
2015-06-19 11:34:21 -07:00
2016-06-24 08:12:13 -07:00
< div id = "scenesCollapsible" class = "detailSection hide" >
2016-10-02 23:28:45 -07:00
< h1 >
${HeaderScenes}
< / h1 >
2016-09-09 11:26:05 -07:00
< div is = "emby-itemscontainer" id = "scenesContent" class = "itemsContainer" > < / div >
2016-03-15 22:33:31 -07:00
< / div >
2016-06-22 22:26:06 -07:00
< div id = "themeSongsCollapsible" class = "detailSection hide" >
2016-03-15 22:33:31 -07:00
< h1 >
${HeaderThemeSongs}
< / h1 >
2016-07-16 11:02:39 -07:00
< div id = "themeSongsContent" is = "emby-itemscontainer" > < / div >
2016-03-15 22:33:31 -07:00
< / div >
2013-05-14 21:05:52 -07:00
2016-06-22 22:26:06 -07:00
< div id = "themeVideosCollapsible" class = "detailSection hide" >
2016-03-15 22:33:31 -07:00
< h1 >
${HeaderThemeVideos}
< / h1 >
2016-07-30 12:17:09 -07:00
< div id = "themeVideosContent" is = "emby-itemscontainer" class = "itemsContainer vertical-wrap" > < / div >
2016-03-15 22:33:31 -07:00
< / div >
2014-10-06 16:58:46 -07:00
2016-12-15 13:03:57 -07:00
< div class = "detailSection audioVideoMediaInfo hide shadedDetailSection" >
2016-03-15 22:33:31 -07:00
< h1 > ${HeaderMediaInfo}< / h1 >
< div >
2016-09-20 09:51:16 -07:00
< div class = "splitVersionContainer" style = "border-bottom: 1px solid #444; padding: 1em 0;" >
2016-06-04 20:50:07 -07:00
< button is = "emby-button" type = "button" class = "raised btnSplitVersions subdued" > ${ButtonSplitVersionsApart}< / button >
2014-10-06 16:58:46 -07:00
< / div >
2016-03-15 22:33:31 -07:00
< div id = "mediaInfoContent" class = "mediaInfoContent" > < / div >
2014-10-06 16:58:46 -07:00
< / div >
2013-02-20 18:33:05 -07:00
< / div >
< / div >
< / div >
2016-03-15 22:33:31 -07:00
2016-12-02 01:03:38 -07:00
< div data-role = "content" style = "padding-top: 0; clear: both;" >
< / div >
2016-03-15 22:33:31 -07:00
< / div >