2016-09-06 23:38:01 -04:00
< div id = "itemDetailPage" data-role = "page" class = "page libraryPage itemDetailPage noSecondaryNavPage selfBackdropPage" data-theme = "b" data-backbutton = "true" >
2015-06-16 13:37:49 -04:00
2016-03-16 01:33:31 -04:00
< div id = "itemBackdrop" class = "itemBackdrop noBackdrop" >
< div class = "itemBackdropContent" >
2015-08-18 00:22:45 -04:00
< / div >
2016-06-19 01:26:52 -04: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 03:03:38 -05:00
< / div >
2015-02-02 23:54:52 -05:00
2016-12-02 03:03:38 -05:00
< div class = "detailPageContent" >
2015-02-02 23:54:52 -05:00
2016-12-02 03:03:38 -05:00
< div class = "detailPagePrimaryContainer" >
< div class = "detailImageContainer" >
2016-03-16 01:33:31 -04:00
< / div >
2016-12-02 03:03:38 -05:00
< div class = "detailPagePrimaryContent" >
2016-12-03 02:58:48 -05:00
< div class = "detailLogo" > < / div >
2016-12-02 03:03:38 -05:00
< div class = "syncLocalContainer hide" style = "margin-top: 1em; display: inline-flex; padding: 0 .5em;" >
< label class = "checkboxContainer" style = "margin: 0;" >
2016-12-05 13:46:38 -05:00
< input type = "checkbox" is = "emby-checkbox" class = "chkOffline" / >
2016-08-16 00:12:12 -04:00
< span > ${MakeAvailableOffline}< / span >
2016-08-15 14:18:05 -04:00
< / label >
< / div >
2015-02-02 23:54:52 -05:00
2016-12-02 03:03:38 -05:00
< div class = "detailSection" style = "margin-bottom: 0;" >
2016-09-20 12:51:16 -04:00
2016-12-02 03:03:38 -05: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-05 13:46:38 -05:00
< button is = "emby-button" type = "button" class = "btnDeleteItem fab mini hide" title = "${DeleteMedia}" > < i class = "md-icon" > delete< / i > < / button >
2016-12-02 03:03:38 -05:00
< / div >
2016-12-05 13:46:38 -05:00
< div class = "recordingFields hide" style = "margin: .5em 0 1.5em;" >
2016-12-02 03:03:38 -05:00
< / div >
< div class = "detailSectionContent" >
< p class = "itemGenres textLinkList" > < / p >
< h1 class = "tagline" style = "margin-bottom: .7em;" > < / h1 >
< p class = "artist" > < / p >
< p class = "overview" > < / p >
< p id = "dateAdded" > < / p >
< p id = "itemBirthday" > < / p >
< p id = "itemBirthLocation" > < / p >
< p id = "itemDeathDate" > < / p >
< p id = "seriesAirTime" > < / p >
< p class = "itemExternalLinks textLinkList" > < / p >
< p class = "itemStudios" > < / p >
< p class = "itemTags" > < / p >
< / div >
2013-06-12 17:46:50 -04:00
< / div >
2016-03-16 01:33:31 -04:00
< / div >
2016-12-02 03:03:38 -05:00
< / div >
< div >
2016-03-16 01:33:31 -04:00
< div class = "collectionItems" > < / div >
< div class = "nextUpSection detailSection hide" >
< h1 >
${HeaderNextUp}
< / h1 >
2016-07-30 15:17:09 -04:00
< div is = "emby-itemscontainer" class = "nextUpItems vertical-wrap" > < / div >
2016-03-16 01:33:31 -04:00
< / div >
< div id = "childrenCollapsible" class = "hide detailSection" >
< h1 class = "childrenSectionHeader" >
< span id = "childrenTitle" > < / span >
< / h1 >
< div id = "childrenContent" >
2016-09-20 12:51:16 -04:00
< div is = "emby-itemscontainer" class = "childrenItemsContainer itemsContainer" style = "text-align: left;" > < / div >
2013-04-22 10:44:11 -04:00
< / div >
2016-03-16 01:33:31 -04:00
< / div >
< div id = "additionalPartsCollapsible" class = "detailSection hide" >
< h1 >
${HeaderAdditionalParts}
< / h1 >
2016-07-30 15:17:09 -04:00
< div id = "additionalPartsContent" is = "emby-itemscontainer" class = "itemsContainer vertical-wrap" > < / div >
2016-03-16 01:33:31 -04:00
< / div >
2016-06-24 11:12:13 -04:00
< div id = "castCollapsible" class = "detailSection hide" >
2016-03-16 01:33:31 -04:00
< h1 id = "peopleHeader" >
${HeaderCastCrew}
< / h1 >
2016-10-11 02:46:59 -04:00
< div id = "castContent" is = "emby-itemscontainer" class = "itemsContainer" > < / div >
2016-07-31 00:11:23 -04:00
< button is = "emby-button" type = "button" class = "raised more morePeople hide" > ${ButtonMore}< / button >
2016-03-16 01:33:31 -04:00
< / div >
2016-10-18 14:23:41 -04: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 20:49:25 -04:00
2016-03-16 01:33:31 -04:00
< div class = "detailSection photoInfo hide" >
< h1 >
${HeaderPhotoInfo}
< / h1 >
< div >
< div class = "photoInfoContent" > < / div >
2014-08-28 20:49:25 -04:00
< / div >
2016-03-16 01:33:31 -04:00
< / div >
2014-08-28 20:49:25 -04:00
2016-03-16 01:33:31 -04:00
< div id = "specialsCollapsible" class = "detailSection hide" >
< h1 >
${HeaderSpecialFeatures}
< / h1 >
2016-07-30 15:17:09 -04:00
< div id = "specialsContent" is = "emby-itemscontainer" class = "itemsContainer vertical-wrap" > < / div >
2016-03-16 01:33:31 -04:00
< / div >
2016-06-23 01:26:06 -04:00
< div id = "musicVideosCollapsible" class = "detailSection hide" >
2016-03-16 01:33:31 -04:00
< h1 >
${HeaderMusicVideos}
< / h1 >
2016-07-30 15:17:09 -04:00
< div id = "musicVideosContent" is = "emby-itemscontainer" class = "itemsContainer vertical-wrap" > < / div >
2016-07-22 01:38:01 -04:00
< / div >
< div id = "moreFromSection" class = "detailSection hide" >
< h1 class = "moreFromHeader" > < / h1 >
< div id = "moreFromItems" > < / div >
2016-03-16 01:33:31 -04:00
< / div >
2016-06-24 11:12:13 -04:00
< div id = "similarCollapsible" class = "detailSection hide" >
2016-10-07 11:53:00 -04:00
< h1 > ${HeaderMoreLikeThis}< / h1 >
2016-10-09 03:18:43 -04:00
< div class = "similarContent" > < / div >
2016-03-16 01:33:31 -04:00
< / div >
2016-06-23 01:26:06 -04:00
< div id = "criticReviewsCollapsible" class = "detailSection hide" >
2016-03-16 01:33:31 -04:00
< h1 >
${HeaderAwardsAndReviews}
< / h1 >
< div >
< p id = "awardSummary" > < / p >
< div class = "paperList" id = "criticRatingSummary" >
2016-06-24 13:30:29 -04:00
< div class = "listItem" >
2016-09-20 12:51:16 -04: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-27 00:19:10 -04:00
< div class = "listItemBody three-line" >
2016-09-09 12:58:08 -04:00
< h3 class = "listItemBodyText" > TOMATOMETER®< / h3 >
< div class = "listItemBodyText criticRatingScore" > < / div >
< div class = "listItemBodyText criticRatingSummaryText secondary" style = "white-space: normal;" > < / div >
2016-06-24 13:30:29 -04:00
< / div >
< / div >
2013-05-12 02:05:51 -04:00
< / div >
2016-03-16 01:33:31 -04:00
< div id = "criticReviewsContent" > < / div >
2015-06-16 13:37:49 -04:00
< / div >
2016-03-16 01:33:31 -04:00
< / div >
2015-06-19 14:34:21 -04:00
2016-06-24 11:12:13 -04:00
< div id = "scenesCollapsible" class = "detailSection hide" >
2016-10-03 02:28:45 -04:00
< h1 >
${HeaderScenes}
< / h1 >
2016-09-09 14:26:05 -04:00
< div is = "emby-itemscontainer" id = "scenesContent" class = "itemsContainer" > < / div >
2016-03-16 01:33:31 -04:00
< / div >
2016-06-23 01:26:06 -04:00
< div id = "themeSongsCollapsible" class = "detailSection hide" >
2016-03-16 01:33:31 -04:00
< h1 >
${HeaderThemeSongs}
< / h1 >
2016-07-16 14:02:39 -04:00
< div id = "themeSongsContent" is = "emby-itemscontainer" > < / div >
2016-03-16 01:33:31 -04:00
< / div >
2013-05-15 00:05:52 -04:00
2016-06-23 01:26:06 -04:00
< div id = "themeVideosCollapsible" class = "detailSection hide" >
2016-03-16 01:33:31 -04:00
< h1 >
${HeaderThemeVideos}
< / h1 >
2016-07-30 15:17:09 -04:00
< div id = "themeVideosContent" is = "emby-itemscontainer" class = "itemsContainer vertical-wrap" > < / div >
2016-03-16 01:33:31 -04:00
< / div >
2014-10-06 19:58:46 -04:00
2016-03-16 01:33:31 -04:00
< div class = "detailSection audioVideoMediaInfo hide" >
< h1 > ${HeaderMediaInfo}< / h1 >
< div >
2016-09-20 12:51:16 -04:00
< div class = "splitVersionContainer" style = "border-bottom: 1px solid #444; padding: 1em 0;" >
2016-06-04 23:50:07 -04:00
< button is = "emby-button" type = "button" class = "raised btnSplitVersions subdued" > ${ButtonSplitVersionsApart}< / button >
2014-10-06 19:58:46 -04:00
< / div >
2016-03-16 01:33:31 -04:00
< div id = "mediaInfoContent" class = "mediaInfoContent" > < / div >
2014-10-06 19:58:46 -04:00
< / div >
2013-02-20 20:33:05 -05:00
< / div >
< / div >
< / div >
2016-03-16 01:33:31 -04:00
2016-12-02 03:03:38 -05:00
< div data-role = "content" style = "padding-top: 0; clear: both;" >
< / div >
2016-03-16 01:33:31 -04:00
< / div >