2015-07-23 06:23:22 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>${TitleLiveTV}</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="liveTvGuideProviderScdPage" data-role="page" class="page type-interior liveTvSettingsPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Live%20TV" data-require="scripts/livetvguideprovider-scd">
|
|
|
|
|
|
|
|
|
|
<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" class="ui-btn-active">${TabTuners}</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;">
|
|
|
|
|
|
|
|
|
|
<h1>Schedules Direct</h1>
|
2015-07-23 10:04:54 -07:00
|
|
|
|
<p class="createAccountHelp"></p>
|
2015-07-26 22:03:34 -07:00
|
|
|
|
<div style="font-size:16px;">
|
|
|
|
|
<div style="display:inline-block;background-color:rgba(82,181,75,.8);color:#fff;padding:2px 10px;font-size:20px;border-radius:1000px;vertical-align:middle;">
|
|
|
|
|
1
|
|
|
|
|
</div>
|
|
|
|
|
<div style="display:inline-block;vertical-align:middle;margin-left:5px;">
|
|
|
|
|
${GuideProviderLogin}
|
|
|
|
|
</div>
|
2015-07-23 06:23:22 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<form class="formLogin">
|
|
|
|
|
<div>
|
|
|
|
|
<div>
|
2015-07-25 13:41:29 -07:00
|
|
|
|
<paper-input class="txtUser" label="${LabelUsername}" required="required" autocomplete="off"></paper-input>
|
2015-07-23 06:23:22 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div>
|
2015-07-25 13:41:29 -07:00
|
|
|
|
<paper-input class="txtPass" label="${LabelPassword}" required="required" autocomplete="off" type="password"></paper-input>
|
2015-07-23 06:23:22 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<button type="submit" data-role="none" class="clearButton">
|
|
|
|
|
<paper-button raised class="submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSave}</span></paper-button>
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
2015-07-26 22:03:34 -07:00
|
|
|
|
<div style="font-size:16px;">
|
|
|
|
|
<div style="display:inline-block;background-color:rgba(82,181,75,.8);color:#fff;padding:2px 10px;font-size:20px;border-radius:1000px;vertical-align:middle;">
|
|
|
|
|
2
|
|
|
|
|
</div>
|
|
|
|
|
<div style="display:inline-block;vertical-align:middle;margin-left:5px;">
|
|
|
|
|
${GuideProviderSelectListings}
|
|
|
|
|
</div>
|
2015-07-23 06:23:22 -07:00
|
|
|
|
</div>
|
|
|
|
|
<form class="formListings">
|
|
|
|
|
<div>
|
2015-07-23 10:58:20 -07:00
|
|
|
|
<div>
|
|
|
|
|
<br />
|
|
|
|
|
<label for="selectCountry">${LabelCountry}</label>
|
|
|
|
|
<select id="selectCountry" data-mini="true" required="required">
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
2015-07-23 06:23:22 -07:00
|
|
|
|
<div>
|
2015-07-25 13:41:29 -07:00
|
|
|
|
<paper-input class="txtZipCode" label="${LabelZipCode}" required="required"></paper-input>
|
2015-07-23 06:23:22 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<br />
|
|
|
|
|
<label for="selectListing">${LabelLineup}</label>
|
|
|
|
|
<select id="selectListing" data-mini="true" required="required"></select>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<button type="submit" data-role="none" class="clearButton">
|
|
|
|
|
<paper-button raised class="submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSave}</span></paper-button>
|
|
|
|
|
</button>
|
2015-07-23 07:58:27 -07:00
|
|
|
|
<paper-button raised class="cancel block btnCancel" onclick="history.back();"><iron-icon icon="close"></iron-icon><span>${ButtonCancel}</span></paper-button>
|
2015-07-23 06:23:22 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|