added live tv suggested page
This commit is contained in:
parent
a043f5af6d
commit
08b1008f6a
17 changed files with 144 additions and 26 deletions
20
dashboard-ui/livetvsuggested.html
Normal file
20
dashboard-ui/livetvsuggested.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="liveTvSuggestedPage" data-role="page" class="page libraryPage" data-theme="b" data-view="livetv">
|
||||
<div class="libraryViewNav">
|
||||
<a href="#" class="ui-btn-active">Suggested</a>
|
||||
<a href="livetvguide.html">Guide</a>
|
||||
<a href="livetvchannels.html">Channels</a>
|
||||
<a href="livetvrecordings.html">Recordings</a>
|
||||
<a href="livetvtimers.html">Scheduled</a>
|
||||
<a href="livetvseriestimers.html">Series</a>
|
||||
</div>
|
||||
<div data-role="content">
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue