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;">
|
|
|
|
|
<input is="emby-input" class="txtPath" label="${LabelPath}" required="required" autocomplete="off" />
|
|
|
|
|
</div>
|
|
|
|
|
<button type="button" is="paper-icon-button-light" id="btnSelectPath"><iron-icon icon="search"></iron-icon></button>
|
|
|
|
|
</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>
|
|
|
|
|
<br />
|
|
|
|
|
<paper-checkbox class="chkAllTuners">${OptionEnableForAllTuners}</paper-checkbox>
|
|
|
|
|
<div class="selectTunersSection hide">
|
|
|
|
|
<br /><br />
|
|
|
|
|
<div class="paperListLabel">${HeaderTuners}</div>
|
|
|
|
|
<div class="paperCheckboxList paperList tunerList">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<br /><br />
|
|
|
|
|
<div>
|
2016-06-04 20:50:07 -07:00
|
|
|
|
<button is="emby-button" type="submit" class="raised submit block btnSubmitListings hide"><iron-icon icon="check"></iron-icon><span>${ButtonSave}</span></button>
|
|
|
|
|
<button is="emby-button" type="button" class="raised cancel block btnCancel hide" onclick="history.back();"><iron-icon icon="close"></iron-icon><span>${ButtonCancel}</span></button>
|
2016-06-03 12:32:10 -07:00
|
|
|
|
</div>
|
2016-06-01 23:40:16 -07:00
|
|
|
|
</form>
|