mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added some placeholder pages
This commit is contained in:
parent
b4f2a57586
commit
89472754ad
5 changed files with 80 additions and 4 deletions
|
@ -12,17 +12,17 @@
|
|||
|
||||
<div>
|
||||
<div class="posterViewItem">
|
||||
<a href="movies.html">
|
||||
<a href="moviesrecommended.html">
|
||||
<img style="background: #E12026;" src="css/images/items/list/chapter.png"><div class="posterViewItemText">Movies</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="posterViewItem">
|
||||
<a href="#">
|
||||
<a href="tvrecommended.html">
|
||||
<img style="background: #FF870F;" src="css/images/items/list/collection.png"><div class="posterViewItemText">TV Shows</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="posterViewItem">
|
||||
<a href="#">
|
||||
<a href="musicrecommended.html">
|
||||
<img style="background: #4BB3DD;" src="css/images/items/list/audiowide.png"><div class="posterViewItemText">Music</div>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<img src="css/images/home.png"></a>Movies</h1>
|
||||
<div data-role="content">
|
||||
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
||||
<a href="#" data-role="button">Recommended</a>
|
||||
<a href="moviesrecommended.html" data-role="button">Recommended</a>
|
||||
<a href="movies.html" data-role="button" class="ui-btn-active">Movies</a>
|
||||
<a href="#" data-role="button">Box Sets</a>
|
||||
<a href="#" data-role="button">Genres</a>
|
||||
|
|
33
dashboard-ui/moviesrecommended.html
Normal file
33
dashboard-ui/moviesrecommended.html
Normal file
|
@ -0,0 +1,33 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="moviesRecommendedPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
|
||||
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
|
||||
<img src="css/images/home.png"></a>Movies</h1>
|
||||
<div data-role="content">
|
||||
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
||||
<a href="moviesrecommended.html" data-role="button" class="ui-btn-active">Recommended</a>
|
||||
<a href="movies.html" data-role="button">Movies</a>
|
||||
<a href="#" data-role="button">Box Sets</a>
|
||||
<a href="#" data-role="button">Genres</a>
|
||||
<a href="#" data-role="button">Actors</a>
|
||||
<a href="#" data-role="button">Directors</a>
|
||||
<a href="#" data-role="button">Favorites</a>
|
||||
</div>
|
||||
|
||||
<h1 class="listHeader firstListHeader">Latest Movies</h1>
|
||||
|
||||
<div>
|
||||
</div>
|
||||
|
||||
<h1 class="listHeader">Resume</h1>
|
||||
|
||||
<div></div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
22
dashboard-ui/musicrecommended.html
Normal file
22
dashboard-ui/musicrecommended.html
Normal file
|
@ -0,0 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="musicRecommendedPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
|
||||
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
|
||||
<img src="css/images/home.png"></a>TV Shows</h1>
|
||||
<div data-role="content">
|
||||
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
||||
<a href="musicrecommended.html" data-role="button" class="ui-btn-active">Recommended</a>
|
||||
<a href="#" data-role="button">Songs</a>
|
||||
<a href="#" data-role="button">Albums</a>
|
||||
<a href="#" data-role="button">Artists</a>
|
||||
<a href="#" data-role="button">Genres</a>
|
||||
<a href="#" data-role="button">Favorites</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
21
dashboard-ui/tvrecommended.html
Normal file
21
dashboard-ui/tvrecommended.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="tvRecommendedPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
|
||||
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
|
||||
<img src="css/images/home.png"></a>TV Shows</h1>
|
||||
<div data-role="content">
|
||||
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
||||
<a href="tvrecommended.html" data-role="button" class="ui-btn-active">Recommended</a>
|
||||
<a href="#" data-role="button">Shows</a>
|
||||
<a href="#" data-role="button">Genres</a>
|
||||
<a href="#" data-role="button">Actors</a>
|
||||
<a href="#" data-role="button">Favorites</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue