2016-06-01 23:40:16 -07:00
|
|
|
|
<h1>Xml TV</h1>
|
|
|
|
|
|
2016-06-03 13:01:16 -07:00
|
|
|
|
<form class="xmltvForm">
|
2016-06-01 23:40:16 -07:00
|
|
|
|
<div>
|
2016-06-03 12:32:10 -07:00
|
|
|
|
<div class="inputContainer">
|
2016-06-03 13:01:16 -07:00
|
|
|
|
<div style="display: flex; align-items: center;">
|
|
|
|
|
<div style="flex-grow:1;">
|
2016-06-06 10:33:27 -07:00
|
|
|
|
<input is="emby-input" class="txtPath" label="${LabelFileOrUrl}" required="required" autocomplete="off" />
|
2016-06-03 13:01:16 -07:00
|
|
|
|
</div>
|
2016-07-23 11:43:07 -07:00
|
|
|
|
<button type="button" is="paper-icon-button-light" id="btnSelectPath" class="autoSize"><i class="md-icon">search</i></button>
|
2016-06-03 13:01:16 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div class="fieldDescription">${XmlTvPathHelp}</div>
|
2016-06-01 23:40:16 -07:00
|
|
|
|
</div>
|
2016-06-05 13:44:14 -07:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" class="txtMovies" label="${LabelMovieCategories}" autocomplete="off" />
|
|
|
|
|
<div class="fieldDescription">${XmlTvMovieCategoriesHelp}</div>
|
|
|
|
|
</div>
|
2016-06-03 12:32:10 -07:00
|
|
|
|
<div class="inputContainer">
|
2016-06-03 12:45:13 -07:00
|
|
|
|
<input is="emby-input" class="txtKids" label="${LabelKidsCategories}" autocomplete="off" />
|
|
|
|
|
<div class="fieldDescription">${XmlTvKidsCategoriesHelp}</div>
|
2016-06-03 12:32:10 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div class="inputContainer">
|
2016-06-03 12:45:13 -07:00
|
|
|
|
<input is="emby-input" class="txtNews" label="${LabelNewsCategories}" autocomplete="off" />
|
2016-06-03 12:32:10 -07:00
|
|
|
|
<div class="fieldDescription"></div>
|
2016-06-03 12:45:13 -07:00
|
|
|
|
<div class="fieldDescription">${XmlTvNewsCategoriesHelp}</div>
|
2016-06-01 23:40:16 -07:00
|
|
|
|
</div>
|
2016-06-03 12:32:10 -07:00
|
|
|
|
<div class="inputContainer">
|
2016-06-03 12:45:13 -07:00
|
|
|
|
<input is="emby-input" class="txtSports" label="${LabelSportsCategories}" autocomplete="off" />
|
|
|
|
|
<div class="fieldDescription">${XmlTvSportsCategoriesHelp}</div>
|
2016-06-01 23:40:16 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-06-03 12:32:10 -07:00
|
|
|
|
<div>
|
2016-09-15 16:17:50 -07:00
|
|
|
|
<label class="checkboxContainer">
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkAllTuners" />
|
|
|
|
|
<span>${OptionEnableForAllTuners}</span>
|
|
|
|
|
</label>
|
2016-06-03 12:32:10 -07:00
|
|
|
|
<div class="selectTunersSection hide">
|
2016-09-15 16:17:50 -07:00
|
|
|
|
<h3 class="checkboxListLabel">${HeaderTuners}</h3>
|
|
|
|
|
<div class="checkboxList paperList checkboxList-paperList tunerList">
|
2016-06-03 12:32:10 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-06-30 12:01:48 -07:00
|
|
|
|
<div class="paperList" style="padding:1em;border-radius:5px;">
|
|
|
|
|
<div class="premiereHelp"></div>
|
|
|
|
|
<a class="lnkPremiere" href="https://emby.media/premiere">${ButtonLearnMore}</a>
|
|
|
|
|
</div><br />
|
2016-06-03 12:32:10 -07:00
|
|
|
|
<div>
|
2016-09-17 22:52:10 -07:00
|
|
|
|
<button is="emby-button" type="submit" class="raised button-submit block 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>
|
2016-06-03 12:32:10 -07:00
|
|
|
|
</div>
|
2016-06-01 23:40:16 -07:00
|
|
|
|
</form>
|