2014-01-22 13:46:01 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<title>${TitleLiveTV}</title>
|
2014-01-22 13:46:01 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="liveTvStatusPage" data-role="page" class="page type-interior liveTvSettingsPage">
|
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
|
|
|
|
|
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<a href="#" data-role="button" class="ui-btn-active">${TabStatus}</a>
|
|
|
|
|
<a href="livetvsettings.html" data-role="button">${TabSettings}</a>
|
2014-01-22 13:46:01 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2014-07-03 19:22:57 -07:00
|
|
|
|
<div class="readOnlyContent" style="margin-top: 2em;">
|
2014-01-22 13:46:01 -07:00
|
|
|
|
|
|
|
|
|
<div class="liveTvStatusContent" style="display: none;">
|
|
|
|
|
|
|
|
|
|
<div style="margin-top: 2.5em;">
|
2014-05-09 12:43:06 -07:00
|
|
|
|
<p>${LabelService} <span id="activeServiceName"></span></p>
|
|
|
|
|
<p>${LabelStatus} <span id="activeServiceStatus"></span></p>
|
|
|
|
|
<p>${LabelVersion} <span id="activeServiceVersion"></span></p>
|
2014-01-22 13:46:01 -07:00
|
|
|
|
</div>
|
2014-03-16 12:39:58 -07:00
|
|
|
|
<br />
|
|
|
|
|
|
2014-07-03 19:22:57 -07:00
|
|
|
|
<div class="refreshGuidePanel hide">
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<button type="button" class="btnRefreshGuide" data-icon="refresh" data-mini="true">${ButtonRefreshGuideData}</button>
|
2014-03-16 12:39:58 -07:00
|
|
|
|
<progress max="100" min="0" style="width: 100%;" class="refreshGuideProgress"></progress>
|
2014-05-09 12:43:06 -07:00
|
|
|
|
<div style="margin-top: 5px;">${LabelLastResult} <span class="lastRefreshGuideResult"></span></div>
|
2014-03-16 12:39:58 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2014-01-23 15:15:15 -07:00
|
|
|
|
<br />
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<h2>${HeaderTvTuners}</h2>
|
2014-01-23 15:15:15 -07:00
|
|
|
|
|
|
|
|
|
<table data-role="table" data-mode="reflow" class="tblTuners stripedTable ui-responsive table-stroke">
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
2014-04-14 20:54:52 -07:00
|
|
|
|
<th>${HeaderName}</th>
|
|
|
|
|
<th>${HeaderSource}</th>
|
|
|
|
|
<th>${HeaderStatus}</th>
|
|
|
|
|
<th>${HeaderProgram}</th>
|
|
|
|
|
<th>${HeaderClients}</th>
|
2014-01-23 15:15:15 -07:00
|
|
|
|
<th></th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody class="tunersResultBody">
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
2014-01-22 13:46:01 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="noLiveTvServices" style="display: none;">
|
|
|
|
|
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<p>${LiveTvPluginRequired}</p>
|
2014-01-22 13:46:01 -07:00
|
|
|
|
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<p><a href="plugincatalog.html">${LiveTvPluginRequiredHelp}</a></p>
|
2014-01-22 13:46:01 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|