added live tv page stubs
This commit is contained in:
parent
8fc1c01ad5
commit
732cbeaad8
9 changed files with 99 additions and 21 deletions
17
dashboard-ui/livetvchannels.html
Normal file
17
dashboard-ui/livetvchannels.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="liveTvChannelsPage" data-role="page" class="page libraryPage" data-theme="a" data-view="livetv">
|
||||
<div class="libraryViewNav">
|
||||
<a href="livetvguide.html">Guide</a>
|
||||
<a href="livetvchannels.html" class="ui-btn-active">Channels</a>
|
||||
<a href="livetvrecordings.html">Recordings</a>
|
||||
</div>
|
||||
<div data-role="content">
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue