copy dashboard to the output folder and load from the file system, instead of using embedded resources

This commit is contained in:
Luke Pulverenti 2013-03-23 00:04:36 -04:00
parent 799eebc9ed
commit 4dd9477bcd
137 changed files with 1424 additions and 1438 deletions

33
dashboard-ui/index.html Normal file
View file

@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<title>Media Browser</title>
</head>
<body>
<div id="indexPage" data-role="page" class="page type-home libraryPage" data-theme="a">
<div data-role="content">
<h1>What's New <a href="#" class="imageLink">
<img src="css/images/rightArrow.png" /></a></h1>
<div id="divWhatsNew"></div>
<div id="divResumable" style="display: none;">
<h1>Resume <a href="#" class="imageLink">
<img src="css/images/rightArrow.png" /></a></h1>
<div id="divResumableItems"></div>
</div>
<h1>My Library <a href="#" class="imageLink">
<img src="css/images/rightArrow.png" /></a></h1>
<div id="divMyLibrary"></div>
<h1>Collections <a href="#" class="imageLink">
<img src="css/images/rightArrow.png" /></a></h1>
<div id="divCollections"></div>
</div>
</div>
</body>
</html>