2014-01-12 09:55:38 -07:00
<!DOCTYPE html>
< html >
< head >
< title > Live TV< / title >
< / head >
< body >
< div id = "liveTvSettingsPage" data-role = "page" class = "page type-interior liveTvSettingsPage" >
< div data-role = "content" >
< div class = "content-primary" >
2014-01-22 13:46:01 -07:00
< div data-role = "controlgroup" data-type = "horizontal" class = "localnav" data-mini = "true" >
< a href = "livetvstatus.html" data-role = "button" > Status< / a >
< a href = "#" data-role = "button" class = "ui-btn-active" > Settings< / a >
< / div >
2014-01-12 09:55:38 -07:00
< form class = "liveTvSettingsForm" style = "display: none;" >
< ul data-role = "listview" class = "ulForm" >
2014-01-16 15:49:31 -07:00
< li >
2014-01-22 13:46:01 -07:00
< label for = "selectActiveService" > Active service: < / label >
2014-01-16 15:49:31 -07:00
< select id = "selectActiveService" data-mini = "true" >
< / select >
2014-01-17 22:55:21 -07:00
< div class = "fieldDescription" > Multiple tv plugins can be installed but only one can be active at a time.< / div >
2014-01-16 15:49:31 -07:00
< / li >
2014-01-12 09:55:38 -07:00
< li >
< label for = "selectGuideDays" > Number of days of guide data to download: < / label >
2014-01-16 15:49:31 -07:00
< select id = "selectGuideDays" data-mini = "true" >
2014-01-12 09:55:38 -07:00
< option value = "" > Auto< / option >
< option value = "1" > 1< / option >
< option value = "2" > 2< / option >
< option value = "3" > 3< / option >
< option value = "4" > 4< / option >
< option value = "5" > 5< / option >
< option value = "6" > 6< / option >
< option value = "7" > 7< / option >
< / select >
< div class = "fieldDescription" > Downloading more days worth of guide data provides the ability to schedule out further in advance and view more listings, but it will also take longer to download. Auto will choose based on the number of channels.< / div >
< / li >
2014-01-17 22:55:21 -07:00
< / ul >
< br / >
< ul data-role = "listview" class = "ulForm" >
2014-01-12 09:55:38 -07:00
< li >
< button type = "submit" data-theme = "b" data-icon = "check" >
Save
< / button >
< button type = "button" onclick = "Dashboard.navigate('dashboard.html');" data-icon = "delete" >
Cancel
< / button >
< / li >
< / ul >
< / form >
< div class = "noLiveTvServices" style = "display: none;" >
< div class = "readOnlyContent" style = "margin-top: 2em;" >
< p > A Live TV service provider plugin is required in order to continue.< / p >
< p > Please < a href = "plugincatalog.html" > install< / a > one of our available plugins, such as ServerWmc.< / p >
< / div >
< / div >
< / div >
< / div >
< script type = "text/javascript" >
$('.liveTvSettingsForm').off('submit', LiveTvSettingsPage.onSubmit).on('submit', LiveTvSettingsPage.onSubmit);
< / script >
< / div >
< / body >
< / html >