1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/components/tvproviders/schedulesdirect.template.html

73 lines
3.5 KiB
HTML
Raw Normal View History

2018-09-12 19:26:21 +02:00
<div class="verticalSection">
<div class="sectionTitleContainer flex align-items-center">
<h1 class="sectionTitle">Schedules Direct</h1>
<a is="emby-linkbutton" class="raised button-alt headerHelpButton" target="_blank" href="https://github.com/MediaBrowser/Wiki/wiki/Live%20TV">${Help}</a>
</div>
<p class="createAccountHelp"></p>
</div>
<div style="margin:1.5em 0 1em;" class="flex align-items-center">
<h2 style="background-color:rgba(82,181,75,.8);color:#fff;margin: 0;border-radius:100em;height:1.7em;width:1.7em;" class="flex align-items-center justify-content-center">
2015-08-21 22:59:10 -04:00
1
</h2>
<h3 style="margin:0 0 0 .5em;">
2015-08-21 22:59:10 -04:00
${GuideProviderLogin}
</h3>
2015-08-21 22:59:10 -04:00
</div>
<form class="formLogin">
2016-03-14 14:46:52 -04:00
<!-- Terrible, but this hidden field prevents the yellow background in chrome -->
<div style="height:0; overflow: hidden;"><input type="text" name="fakeusernameremembered" tabindex="-1" /><input type="password" name="fakepasswordremembered" tabindex="-1" /></div>
2015-08-21 22:59:10 -04:00
<div>
<br />
2016-08-21 15:18:58 -04:00
<div class="inputContainer">
<input is="emby-input" class="txtUser" label="${LabelUsername}" required="required" autocomplete="off" />
2015-08-21 22:59:10 -04:00
</div>
2016-08-21 15:18:58 -04:00
<div class="inputContainer">
<input is="emby-input" class="txtPass" label="${LabelPassword}" required="required" autocomplete="off" type="password" />
2015-08-21 22:59:10 -04:00
</div>
<div>
2016-09-18 01:52:10 -04:00
<button is="emby-button" type="submit" class="raised button-submit block"><span>${ButtonSave}</span></button>
2015-08-21 22:59:10 -04:00
</div>
</div>
</form>
<br />
2015-10-10 20:39:30 -04:00
<div class="listingsSection hide">
<div style="display: flex; align-items: center;margin:1.5em 0 1em;">
2018-09-12 19:26:21 +02:00
<h2 style="background-color:rgba(82,181,75,.8);color:#fff;margin: 0;border-radius:100em;height:1.7em;width:1.7em;" class="flex align-items-center justify-content-center">
2015-10-10 20:39:30 -04:00
2
</h2>
<h3 style="margin:0 0 0 .5em;">
2015-10-10 20:39:30 -04:00
${GuideProviderSelectListings}
</h3>
2015-10-10 20:39:30 -04:00
</div>
<form class="formListings">
2015-08-21 22:59:10 -04:00
<div>
2016-08-21 15:18:58 -04:00
<div class="selectContainer">
<select is="emby-select" id="selectCountry" data-mini="true" required="required" label="${LabelCountry}"></select>
2015-10-10 20:39:30 -04:00
</div>
2016-08-21 15:18:58 -04:00
<div class="inputContainer">
<input is="emby-input" class="txtZipCode" label="${LabelZipCode}" required="required" />
2015-10-10 20:39:30 -04:00
</div>
2016-08-21 15:18:58 -04:00
<div class="selectContainer">
<select is="emby-select" id="selectListing" data-mini="true" required="required" label="${LabelLineup}"></select>
2015-10-10 20:39:30 -04:00
</div>
2016-03-14 14:46:52 -04:00
<div>
2016-09-15 14:28:46 -04:00
<label class="checkboxContainer">
<input type="checkbox" is="emby-checkbox" class="chkAllTuners" />
<span>${OptionEnableForAllTuners}</span>
</label>
2016-03-14 14:46:52 -04:00
<div class="selectTunersSection hide">
2016-09-15 14:28:46 -04:00
<h3 class="checkboxListLabel">${HeaderTuners}</h3>
<div class="checkboxList paperList checkboxList-paperList tunerList">
2016-03-14 14:46:52 -04:00
</div>
</div>
</div>
2016-09-15 14:28:46 -04:00
<br />
2015-10-10 20:39:30 -04:00
<div>
2016-09-18 01:52:10 -04:00
<button is="emby-button" type="submit" class="raised button-submit block btnSubmitListingsContainer btnSubmitListings hide"><span>${ButtonSave}</span></button>
<button is="emby-button" type="button" class="raised button-cancel block btnCancel hide" onclick="history.back();"><span>${ButtonCancel}</span></button>
2015-10-10 20:39:30 -04:00
</div>
2015-08-21 22:59:10 -04:00
</div>
2015-10-10 20:39:30 -04:00
</form>
</div>