mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update live tv setup
This commit is contained in:
parent
13c3281ad0
commit
8ef120c759
16 changed files with 212 additions and 57 deletions
71
dashboard-ui/livetvguidesettings.html
Normal file
71
dashboard-ui/livetvguidesettings.html
Normal file
|
@ -0,0 +1,71 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>${TitleLiveTV}</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="liveTvGuideSettingsPage" data-role="page" class="page type-interior liveTvSettingsPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Live%20TV" data-require="scripts/livetvguidesettings">
|
||||
|
||||
<div data-role="content">
|
||||
<div class="content-primary">
|
||||
|
||||
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
||||
<a href="livetvstatus.html" data-role="button">${TabTuners}</a>
|
||||
<a href="#" data-role="button" class="ui-btn-active">${TabGuide}</a>
|
||||
<a href="livetvsettings.html" data-role="button">${TabSettings}</a>
|
||||
<a href="appservices.html?context=livetv" data-role="button">${TabExternalServices}</a>
|
||||
</div>
|
||||
|
||||
<div class="readOnlyContent" style="margin-top: 2em;">
|
||||
|
||||
<div class="liveTvStatusContent">
|
||||
|
||||
<h1>${HeaderGuideProviders}</h1>
|
||||
<p>${AddGuideProviderHelp}</p>
|
||||
<paper-button raised class="submit btnAddProvider block"><iron-icon icon="add"></iron-icon><span>${ButtonAdd}</span></paper-button>
|
||||
<div class="providerList">
|
||||
</div>
|
||||
|
||||
<paper-dialog class="dlgAddProvider" entry-animation="fade-in-animation" exit-animation="fade-out-animation" style="height:600px;width:300px;" with-backdrop>
|
||||
|
||||
<h2>${HeaderAddProvider}</h2>
|
||||
|
||||
<form class="formAddProvider">
|
||||
<div>
|
||||
<div>
|
||||
<label for="selectType">${LabelType}</label>
|
||||
<select id="selectType" data-mini="true">
|
||||
<option value="Schedules Direct">Schedules Direct</option>
|
||||
</select>
|
||||
<div class="fieldDescription"><a href="http://www.schedulesdirect.org" target="_blank">Schedules Direct</a></div>
|
||||
</div>
|
||||
<div>
|
||||
<br />
|
||||
<label for="txtUser">${LabelUsername}</label>
|
||||
<input type="text" id="txtUser" required="required" />
|
||||
</div>
|
||||
<div>
|
||||
<br />
|
||||
<label for="txtPass">${LabelPassword}</label>
|
||||
<input type="text" id="txtPass" required="required" />
|
||||
</div>
|
||||
<div>
|
||||
<br />
|
||||
<label for="txtZipCode">${LabelZipCode}</label>
|
||||
<input type="text" id="txtZipCode" required="required" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="buttons">
|
||||
<paper-button dialog-dismiss>${ButtonCancel}</paper-button>
|
||||
<button data-role="none" type="submit" class="clearButton"><paper-button><span>${ButtonOk}</span></paper-button></button>
|
||||
</div>
|
||||
</form>
|
||||
</paper-dialog>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue