mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 10:04:44 +01:00
some very basic folder browsing
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user