lowercase dashboard filenames
This commit is contained in:
parent
f1b011fa18
commit
ac31d33c0c
132 changed files with 0 additions and 0 deletions
23
dashboard-ui/itemlist.html
Normal file
23
dashboard-ui/itemlist.html
Normal file
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="itemListPage" data-role="page" class="page libraryPage" data-theme="a">
|
||||
<div data-role="content" class="itemListContent">
|
||||
<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>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue