2014-01-22 13:46:01 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>Live TV</title>
|
|
|
|
|
</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">
|
|
|
|
|
<a href="#" data-role="button" class="ui-btn-active">Status</a>
|
|
|
|
|
<a href="livetvsettings.html" data-role="button">Settings</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
2014-01-24 11:09:50 -07:00
|
|
|
|
<div style="margin-top: 2em;">
|
2014-01-22 13:46:01 -07:00
|
|
|
|
|
|
|
|
|
<div class="liveTvStatusContent" style="display: none;">
|
|
|
|
|
|
|
|
|
|
<div style="margin-top: 2.5em;">
|
|
|
|
|
<p>Service: <span id="activeServiceName"></span></p>
|
|
|
|
|
<p>Status: <span id="activeServiceStatus"></span></p>
|
|
|
|
|
<p>Version: <span id="activeServiceVersion"></span></p>
|
|
|
|
|
</div>
|
2014-01-23 15:15:15 -07:00
|
|
|
|
<br />
|
|
|
|
|
<h2>Tuners</h2>
|
|
|
|
|
|
|
|
|
|
<table data-role="table" data-mode="reflow" class="tblTuners stripedTable ui-responsive table-stroke">
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Name</th>
|
|
|
|
|
<th>Source</th>
|
|
|
|
|
<th>Status</th>
|
|
|
|
|
<th>Program</th>
|
|
|
|
|
<th>Clients</th>
|
|
|
|
|
<th></th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody class="tunersResultBody">
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
2014-01-22 13:46:01 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="noLiveTvServices" style="display: none;">
|
|
|
|
|
|
|
|
|
|
<p>A Live TV service provider plugin is required in order to continue.</p>
|
|
|
|
|
|
|
|
|
|
<p>Please <a href="plugincatalog.html">install</a> one of our available plugins, such as ServerWmc.</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|