2014-06-15 19:30:04 -04:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>${TitleMediaBrowser}</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="channelsLatestPage" data-role="page" class="page libraryPage channelsPage" data-theme="b" data-contextname="${HeaderChannels}">
|
|
|
|
|
|
|
|
|
|
<div class="libraryViewNav scopedLibraryViewNav">
|
|
|
|
|
<a href="#" class="ui-btn-active">${TabLatest}</a>
|
|
|
|
|
<a href="channels.html">${TabChannels}</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
2014-06-16 08:22:38 -04:00
|
|
|
|
<table class="ehsContent homeEhsContent">
|
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
2014-06-17 12:03:14 -04:00
|
|
|
|
<div class="items"></div>
|
2014-06-16 08:22:38 -04:00
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
2014-06-15 19:30:04 -04:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|