2013-02-20 20:33:05 -05:00
|
|
|
|
<!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">
|
2013-03-31 13:39:28 -04:00
|
|
|
|
<h1>What's New <a href="itemlist.html?SortBy=DateCreated&SortOrder=Descending&Recursive=true&Title=Recently Added" class="imageLink">
|
2013-03-27 18:17:46 -04:00
|
|
|
|
<img src="css/images/rightarrow.png" /></a></h1>
|
2013-02-20 20:33:05 -05:00
|
|
|
|
|
|
|
|
|
<div id="divWhatsNew"></div>
|
|
|
|
|
|
|
|
|
|
<div id="divResumable" style="display: none;">
|
2013-03-30 10:57:30 -04:00
|
|
|
|
<h1>Resume <a href="itemlist.html?IsResumable=true&Recursive=true&Title=Resumable Items" class="imageLink">
|
2013-03-27 18:17:46 -04:00
|
|
|
|
<img src="css/images/rightarrow.png" /></a></h1>
|
2013-02-20 20:33:05 -05:00
|
|
|
|
|
|
|
|
|
<div id="divResumableItems"></div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2013-03-31 13:39:28 -04:00
|
|
|
|
<h1>Collections</h1>
|
2013-02-20 20:33:05 -05:00
|
|
|
|
|
|
|
|
|
<div id="divCollections"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|