added live tv page stubs

This commit is contained in:
Luke Pulverenti 2013-11-14 17:22:46 -05:00
parent 8fc1c01ad5
commit 732cbeaad8
9 changed files with 99 additions and 21 deletions

View 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>