jellyfin-web/dashboard-ui/itembynamedetails.html

167 lines
8.0 KiB
HTML
Raw Normal View History

2013-03-27 15:29:37 -07:00
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
2013-12-24 11:37:29 -07:00
<div id="itemByNameDetailPage" data-role="page" class="page libraryPage" data-theme="b">
<div id="movieGenreTabs" class="itemTabs" style="display: none;">
<div class="libraryViewNav">
2014-04-01 15:23:07 -07:00
<a href="movieslatest.html">${TabLatest}</a>
<a href="moviesrecommended.html">${TabSuggested}</a>
<a href="movies.html">Movies</a>
<a href="movietrailers.html">Trailers</a>
2014-04-01 15:23:07 -07:00
<a href="moviegenres.html" class="ui-btn-active">${TabGenres}</a>
<a href="moviepeople.html">${TabPeople}</a>
<a href="moviestudios.html">Studios</a>
2013-04-23 07:46:27 -07:00
</div>
</div>
<div id="moviePeopleTabs" class="itemTabs" style="display: none;">
<div class="libraryViewNav">
2014-04-01 15:23:07 -07:00
<a href="movieslatest.html">${TabLatest}</a>
<a href="moviesrecommended.html">${TabSuggested}</a>
<a href="movies.html">Movies</a>
<a href="movietrailers.html">Trailers</a>
2014-04-01 15:23:07 -07:00
<a href="moviegenres.html">${TabGenres}</a>
<a href="moviepeople.html" class="ui-btn-active">${TabPeople}</a>
<a href="moviestudios.html">Studios</a>
2013-04-23 07:46:27 -07:00
</div>
</div>
<div id="movieStudioTabs" class="itemTabs" style="display: none;">
<div class="libraryViewNav">
2014-04-01 15:23:07 -07:00
<a href="movieslatest.html">${TabLatest}</a>
<a href="moviesrecommended.html">${TabSuggested}</a>
<a href="movies.html">Movies</a>
<a href="movietrailers.html">Trailers</a>
2014-04-01 15:23:07 -07:00
<a href="moviegenres.html">${TabGenres}</a>
<a href="moviepeople.html">${TabPeople}</a>
<a href="moviestudios.html" class="ui-btn-active">Studios</a>
2013-04-23 07:46:27 -07:00
</div>
</div>
<div id="tvGenreTabs" class="itemTabs" style="display: none;">
<div class="libraryViewNav">
2014-04-01 15:23:07 -07:00
<a href="tvrecommended.html">${TabSuggested}</a>
<a href="tvlatest.html">${TabLatest}</a>
<a href="tvupcoming.html">${TabUpcoming}</a>
<a href="tvshows.html">${TabShows}</a>
<a href="episodes.html">${TabEpisodes}</a>
<a href="tvgenres.html" class="ui-btn-active">${TabGenres}</a>
<a href="tvpeople.html">${TabPeople}</a>
<a href="tvstudios.html">${TabNetworks}</a>
2013-04-23 07:46:27 -07:00
</div>
</div>
<div id="tvPeopleTabs" class="itemTabs" style="display: none;">
<div class="libraryViewNav">
2014-04-01 15:23:07 -07:00
<a href="tvrecommended.html">${TabSuggested}</a>
<a href="tvlatest.html">${TabLatest}</a>
<a href="tvupcoming.html">${TabUpcoming}</a>
<a href="tvshows.html">${TabShows}</a>
<a href="episodes.html">${TabEpisodes}</a>
<a href="tvgenres.html">${TabGenres}</a>
<a href="tvpeople.html" class="ui-btn-active">Actors</a>
2014-04-01 15:23:07 -07:00
<a href="tvstudios.html">${TabNetworks}</a>
2013-04-23 07:46:27 -07:00
</div>
</div>
<div id="tvStudioTabs" class="itemTabs" style="display: none;">
<div class="libraryViewNav">
2014-04-01 15:23:07 -07:00
<a href="tvrecommended.html">${TabSuggested}</a>
<a href="tvlatest.html">${TabLatest}</a>
<a href="tvupcoming.html">${TabUpcoming}</a>
<a href="tvshows.html">${TabShows}</a>
<a href="episodes.html">${TabEpisodes}</a>
<a href="tvgenres.html">${TabGenres}</a>
<a href="tvpeople.html">${TabPeople}</a>
<a href="tvstudios.html" class="ui-btn-active">${TabNetworks}</a>
2013-04-23 07:46:27 -07:00
</div>
</div>
<div id="musicGenreTabs" class="itemTabs" style="display: none;">
<div class="libraryViewNav">
2014-04-01 15:23:07 -07:00
<a href="musicrecommended.html">${TabSuggested}</a>
2014-04-02 14:55:19 -07:00
<a href="songs.html">${TabSongs}</a>
<a href="musicalbums.html">${TabAlbums}</a>
<a href="musicalbumartists.html">${TabAlbumArtists}</a>
<a href="musicartists.html">${TabArtists}</a>
2014-04-01 15:23:07 -07:00
<a href="musicgenres.html" class="ui-btn-active">${TabGenres}</a>
2014-04-02 14:55:19 -07:00
<a href="musicvideos.html">${TabMusicVideos}</a>
2013-04-23 07:46:27 -07:00
</div>
</div>
<div id="artistTabs" class="itemTabs" style="display: none;">
<div class="libraryViewNav">
2014-04-01 15:23:07 -07:00
<a href="musicrecommended.html">${TabSuggested}</a>
2014-04-02 14:55:19 -07:00
<a href="songs.html">${TabSongs}</a>
<a href="musicalbums.html">${TabAlbums}</a>
<a href="musicalbumartists.html">${TabAlbumArtists}</a>
<a href="musicartists.html" class="ui-btn-active">${TabArtists}</a>
2014-04-01 15:23:07 -07:00
<a href="musicgenres.html">${TabGenres}</a>
2014-04-02 14:55:19 -07:00
<a href="musicvideos.html">${TabMusicVideos}</a>
2013-04-23 19:50:43 -07:00
</div>
</div>
<div id="gameGenreTabs" class="itemTabs" style="display: none;">
<div class="libraryViewNav">
2014-04-01 15:23:07 -07:00
<a href="gamesrecommended.html">${TabSuggested}</a>
<a href="games.html">Games</a>
<a href="gamesystems.html">Game Systems</a>
2014-04-01 15:23:07 -07:00
<a href="gamegenres.html" class="ui-btn-active">${TabGenres}</a>
<a href="gamestudios.html">Studios</a>
2013-04-28 11:39:38 -07:00
</div>
</div>
<div id="gameStudioTabs" class="itemTabs" style="display: none;">
<div class="libraryViewNav">
2014-04-01 15:23:07 -07:00
<a href="gamesrecommended.html">${TabSuggested}</a>
<a href="games.html">Games</a>
<a href="gamesystems.html">Game Systems</a>
2014-04-01 15:23:07 -07:00
<a href="gamegenres.html">${TabGenres}</a>
<a href="gamestudios.html" class="ui-btn-active">Studios</a>
</div>
</div>
<div id="itemBackdrop" class="itemBackdrop noBackdrop">
<div class="itemBackdropContent">
<table class="detailPageContent primaryDetailPageContent">
<tr>
2013-12-20 13:09:49 -07:00
<td style="vertical-align: top; padding: 0 1em 0 0;">
<div id="itemImage" class="itemImageContainer"></div>
</td>
<td style="vertical-align: top; padding: 0;">
2013-11-28 11:27:29 -07:00
<p><span class="itemName inlineItemName"></span><span class="itemMiscInfo" style="display: inline;"></span></p>
<p>
<span class="itemCommunityRating"></span>
2013-12-21 11:37:34 -07:00
<span class="userDataIcons"></span>
</p>
2013-06-10 18:28:41 -07:00
<p class="itemGenres"></p>
2013-12-21 11:37:34 -07:00
<p class="itemOverview desktopOverview"></p>
<p id="itemBirthday"></p>
<p id="itemBirthLocation"></p>
<p id="itemDeathDate"></p>
<p id="itemLinks"></p>
</td>
</tr>
</table>
2013-04-28 11:39:38 -07:00
</div>
2013-12-21 11:37:34 -07:00
<p class="itemOverview mobileOverview"></p>
</div>
2013-12-22 10:16:24 -07:00
<div class="detailButtonsContainer">
2013-05-28 21:00:24 -07:00
<span id="playButtonContainer" style="display: none;">
<button id="btnPlay" type="button" data-icon="play" data-inline="true" data-mini="true">Play</button>
</span>
<span id="editButtonContainer" style="display: none;">
<a id="btnEdit" data-role="button" data-icon="edit" data-inline="true" data-mini="true" href="#">Edit</a>
2013-05-28 21:00:24 -07:00
</span>
</div>
<div data-role="content">
<div id="itemTabs" style="text-align: center; margin: 1em 0;"></div>
2013-04-23 12:17:21 -07:00
<div class="viewSettings">
<div class="viewControls">
2013-04-18 22:08:18 -07:00
</div>
2013-04-23 12:17:21 -07:00
<div class="listTopPaging">
2013-04-16 22:36:56 -07:00
</div>
</div>
2013-04-23 16:21:49 -07:00
<div id="items" class="itemsContainer">
2013-04-23 12:17:21 -07:00
</div>
2013-03-27 15:29:37 -07:00
</div>
</div>
</body>
</html>