2013-02-20 18:33:05 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-04-01 15:23:07 -07:00
|
|
|
|
<title>${TitleMediaBrowser}</title>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2014-05-03 16:38:23 -07:00
|
|
|
|
<div id="indexPage" data-role="page" class="page type-home libraryPage allLibraryPage noSecondaryNavPage" data-theme="b">
|
2013-02-20 18:33:05 -07:00
|
|
|
|
<div data-role="content">
|
2014-05-06 19:28:19 -07:00
|
|
|
|
|
2013-05-03 13:50:13 -07:00
|
|
|
|
<table class="ehsContent">
|
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
2014-05-01 19:54:33 -07:00
|
|
|
|
<div id="resumableSection" style="display: none;">
|
|
|
|
|
<h1 class="listHeader">${HeaderResume}</h1>
|
2013-12-27 19:46:32 -07:00
|
|
|
|
|
2014-05-01 19:54:33 -07:00
|
|
|
|
<div id="resumableItems">
|
|
|
|
|
</div>
|
2013-05-03 13:50:13 -07:00
|
|
|
|
</div>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
2014-05-01 19:54:33 -07:00
|
|
|
|
<h1 class="listHeader">${HeaderLatestMedia}</h1>
|
|
|
|
|
|
|
|
|
|
<div id="recentlyAddedItems">
|
|
|
|
|
</div>
|
2013-05-03 13:50:13 -07:00
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|