aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.WebDashboard/Html/itemList.html
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-03-06 01:22:19 -0500
committerLukePulverenti <luke.pulverenti@gmail.com>2013-03-06 01:22:19 -0500
commit33192cfc2433b768f247b19ebdf4300a7ea57d6b (patch)
tree912bbcc99f1fbd8412f2422fdd0c5b35ac038099 /MediaBrowser.WebDashboard/Html/itemList.html
parentd02263591f2a2b6f66425f706f243094dbaea722 (diff)
some very basic folder browsing
Diffstat (limited to 'MediaBrowser.WebDashboard/Html/itemList.html')
-rw-r--r--MediaBrowser.WebDashboard/Html/itemList.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/MediaBrowser.WebDashboard/Html/itemList.html b/MediaBrowser.WebDashboard/Html/itemList.html
index 363c0672a6..728f38a28a 100644
--- a/MediaBrowser.WebDashboard/Html/itemList.html
+++ b/MediaBrowser.WebDashboard/Html/itemList.html
@@ -6,6 +6,17 @@
<body>
<div id="itemListPage" data-role="page" class="page libraryPage" data-theme="a">
<div data-role="content">
+<!-- <div style="text-align: right;">
+ <button type="button" onclick="$( '#optionsPanel', $.mobile.activePage ).panel( 'open' );" data-mini="true" data-inline="true">Options</button>
+ </div>-->
+ <h1 id="itemName" class="listHeader"></h1>
+
+
+ <div id="listItems"></div>
+ </div>
+
+ <div data-role="panel" id="optionsPanel" data-position="right" data-display="overlay" data-position-fixed="true" data-theme="a">
+ <div>Panel content</div>
</div>
</div>
</body>