Files
2022-07-01 02:27:25 +02:00

36 lines
1.2 KiB
HTML

<div id="XtreamLivePage" data-role="page" class="page type-interior pluginConfigurationPage withTabs"
data-require="emby-input,emby-button" data-controller="__plugin/XtreamLive.js">
<div data-role="content">
<div class="content-primary">
<form id="XtreamLiveForm">
<div class="checkboxContainer checkboxContainer-withDescription">
<label>
<input is="emby-checkbox" id="Visible" name="Visible" type="checkbox" />
<span>Show the catch-up channel to users</span>
</label>
</div>
<div class="sectionTitleContainer flex align-items-center">
<h2 class="sectionTitle">Channel selection</h2>
</div>
<div class="inputContainer">
<table class="categories-table">
<thead>
<tr>
<th colspan="2">Category</th>
<th>Display</th>
</tr>
</thead>
<tbody id="LiveContent">
</tbody>
</table>
</div>
<div>
<button is="emby-button" type="submit" class="raised button-submit block emby-button">
<span>Save</span>
</button>
</div>
</form>
</div>
</div>
</div>