1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/itembynamedetails.html

164 lines
8.2 KiB
HTML
Raw Normal View History

2013-03-27 18:29:37 -04:00
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
2014-05-03 19:38:23 -04:00
<div id="itemByNameDetailPage" data-role="page" class="page libraryPage itemDetailPage" data-theme="b">
<div id="movieGenreTabs" class="itemTabs" style="display: none;">
2014-05-01 22:54:33 -04:00
<div class="libraryViewNav scopedLibraryViewNav">
2014-04-01 18:23:07 -04:00
<a href="movieslatest.html">${TabLatest}</a>
<a href="moviesrecommended.html">${TabSuggested}</a>
2014-04-03 18:50:04 -04:00
<a href="movies.html">${TabMovies}</a>
2014-04-01 18:23:07 -04:00
<a href="moviegenres.html" class="ui-btn-active">${TabGenres}</a>
<a href="moviepeople.html">${TabPeople}</a>
2014-04-03 18:50:04 -04:00
<a href="moviestudios.html">${TabStudios}</a>
2013-04-23 10:46:27 -04:00
</div>
</div>
<div id="moviePeopleTabs" class="itemTabs" style="display: none;">
2014-05-01 22:54:33 -04:00
<div class="libraryViewNav scopedLibraryViewNav">
2014-04-01 18:23:07 -04:00
<a href="movieslatest.html">${TabLatest}</a>
<a href="moviesrecommended.html">${TabSuggested}</a>
2014-04-03 18:50:04 -04:00
<a href="movies.html">${TabMovies}</a>
2014-04-01 18:23:07 -04:00
<a href="moviegenres.html">${TabGenres}</a>
<a href="moviepeople.html" class="ui-btn-active">${TabPeople}</a>
2014-04-03 18:50:04 -04:00
<a href="moviestudios.html">${TabStudios}</a>
2013-04-23 10:46:27 -04:00
</div>
</div>
<div id="movieStudioTabs" class="itemTabs" style="display: none;">
2014-05-01 22:54:33 -04:00
<div class="libraryViewNav scopedLibraryViewNav">
2014-04-01 18:23:07 -04:00
<a href="movieslatest.html">${TabLatest}</a>
<a href="moviesrecommended.html">${TabSuggested}</a>
2014-04-03 18:50:04 -04:00
<a href="movies.html">${TabMovies}</a>
2014-04-01 18:23:07 -04:00
<a href="moviegenres.html">${TabGenres}</a>
<a href="moviepeople.html">${TabPeople}</a>
2014-04-03 18:50:04 -04:00
<a href="moviestudios.html" class="ui-btn-active">${TabStudios}</a>
2013-04-23 10:46:27 -04:00
</div>
</div>
<div id="tvGenreTabs" class="itemTabs" style="display: none;">
2014-05-01 22:54:33 -04:00
<div class="libraryViewNav scopedLibraryViewNav">
2014-04-01 18:23:07 -04: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 10:46:27 -04:00
</div>
</div>
<div id="tvPeopleTabs" class="itemTabs" style="display: none;">
2014-05-01 22:54:33 -04:00
<div class="libraryViewNav scopedLibraryViewNav">
2014-04-01 18:23:07 -04: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 18:23:07 -04:00
<a href="tvstudios.html">${TabNetworks}</a>
2013-04-23 10:46:27 -04:00
</div>
</div>
<div id="tvStudioTabs" class="itemTabs" style="display: none;">
2014-05-01 22:54:33 -04:00
<div class="libraryViewNav scopedLibraryViewNav">
2014-04-01 18:23:07 -04: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 10:46:27 -04:00
</div>
</div>
<div id="musicGenreTabs" class="itemTabs" style="display: none;">
2014-05-01 22:54:33 -04:00
<div class="libraryViewNav scopedLibraryViewNav">
2014-04-01 18:23:07 -04:00
<a href="musicrecommended.html">${TabSuggested}</a>
2014-04-02 17:55:19 -04: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 18:23:07 -04:00
<a href="musicgenres.html" class="ui-btn-active">${TabGenres}</a>
2014-04-02 17:55:19 -04:00
<a href="musicvideos.html">${TabMusicVideos}</a>
2013-04-23 10:46:27 -04:00
</div>
</div>
<div id="artistTabs" class="itemTabs" style="display: none;">
2014-05-01 22:54:33 -04:00
<div class="libraryViewNav scopedLibraryViewNav">
2014-04-01 18:23:07 -04:00
<a href="musicrecommended.html">${TabSuggested}</a>
2014-04-02 17:55:19 -04: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 18:23:07 -04:00
<a href="musicgenres.html">${TabGenres}</a>
2014-04-02 17:55:19 -04:00
<a href="musicvideos.html">${TabMusicVideos}</a>
2013-04-23 22:50:43 -04:00
</div>
</div>
<div id="gameGenreTabs" class="itemTabs" style="display: none;">
2014-05-01 22:54:33 -04:00
<div class="libraryViewNav scopedLibraryViewNav">
2014-04-01 18:23:07 -04:00
<a href="gamesrecommended.html">${TabSuggested}</a>
2014-04-05 11:02:50 -04:00
<a href="games.html">${TabGames}</a>
<a href="gamesystems.html">Game Systems</a>
2014-04-01 18:23:07 -04:00
<a href="gamegenres.html" class="ui-btn-active">${TabGenres}</a>
2014-04-03 18:50:04 -04:00
<a href="gamestudios.html">${TabStudios}</a>
2013-04-28 14:39:38 -04:00
</div>
</div>
<div id="gameStudioTabs" class="itemTabs" style="display: none;">
2014-05-01 22:54:33 -04:00
<div class="libraryViewNav scopedLibraryViewNav">
2014-04-01 18:23:07 -04:00
<a href="gamesrecommended.html">${TabSuggested}</a>
2014-04-05 11:02:50 -04:00
<a href="games.html">${TabGames}</a>
<a href="gamesystems.html">Game Systems</a>
2014-04-01 18:23:07 -04:00
<a href="gamegenres.html">${TabGenres}</a>
2014-04-03 18:50:04 -04:00
<a href="gamestudios.html" class="ui-btn-active">${TabStudios}</a>
</div>
</div>
<div id="itemBackdrop" class="itemBackdrop noBackdrop">
<div class="itemBackdropContent">
<table class="detailPageContent primaryDetailPageContent">
<tr>
2013-12-20 15:09:49 -05: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 13:27:29 -05:00
<p><span class="itemName inlineItemName"></span><span class="itemMiscInfo" style="display: inline;"></span></p>
<p>
<span class="itemCommunityRating"></span>
2013-12-21 13:37:34 -05:00
<span class="userDataIcons"></span>
</p>
2013-06-10 21:28:41 -04:00
<p class="itemGenres"></p>
2013-12-21 13:37:34 -05: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 14:39:38 -04:00
</div>
2013-12-21 13:37:34 -05:00
<p class="itemOverview mobileOverview"></p>
</div>
2013-12-22 12:16:24 -05:00
<div class="detailButtonsContainer">
2013-05-29 00:00:24 -04:00
<span id="playButtonContainer" style="display: none;">
2014-04-05 11:02:50 -04:00
<button id="btnPlay" type="button" data-icon="play" data-inline="true" data-mini="true">${ButtonPlay}</button>
2013-05-29 00:00:24 -04:00
</span>
<span id="editButtonContainer" style="display: none;">
2014-04-08 00:17:18 -04:00
<a id="btnEdit" data-role="button" data-icon="edit" data-inline="true" data-mini="true" href="#">${ButtonEdit}</a>
2013-05-29 00:00:24 -04:00
</span>
</div>
<div data-role="content">
<div id="itemTabs" style="text-align: center; margin: 1em 0;"></div>
2013-04-23 15:17:21 -04:00
<div class="viewSettings">
<div class="viewControls">
2013-04-19 01:08:18 -04:00
</div>
2013-04-23 15:17:21 -04:00
<div class="listTopPaging">
2013-04-17 01:36:56 -04:00
</div>
</div>
2014-05-04 10:19:46 -04:00
<div id="items" class="itemsContainer" style="text-align: center;">
2013-04-23 15:17:21 -04:00
</div>
2013-03-27 18:29:37 -04:00
</div>
</div>
</body>
</html>