2013-12-26 08:40:38 -07:00
<!DOCTYPE html>
< html >
< head >
< title > < / title >
< / head >
< body >
< div id = "userParentalControlPage" data-role = "page" class = "page type-interior userProfilesConfigurationPage" >
< div data-role = "content" >
< div class = "content-primary" >
< div data-role = "controlgroup" data-type = "horizontal" class = "localnav" data-mini = "true" >
< a href = "#" data-role = "button" onclick = "Dashboard.navigate('useredit.html', true);" > Profile< / a >
< a href = "#" data-role = "button" onclick = "Dashboard.navigate('userimage.html', true);" > Image< / a >
2014-02-20 22:04:11 -07:00
< a href = "#" data-role = "button" onclick = "Dashboard.navigate('userparentalcontrol.html', true);" class = "ui-btn-active" > Sharing< / a >
2013-12-26 08:40:38 -07:00
< a href = "#" data-role = "button" onclick = "Dashboard.navigate('userpassword.html', true);" > Password< / a >
< a href = "#" data-role = "button" onclick = "Dashboard.navigate('usersettings.html', true);" > Preferences< / a >
< / div >
< form class = "userParentalControlForm" >
2013-12-26 09:53:23 -07:00
2014-02-20 22:04:11 -07:00
< div >
< div class = "libraryAccess" >
< / div >
< div class = "fieldDescription" > Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.< / div >
< / div >
< br / >
< br / >
2013-12-26 08:40:38 -07:00
< ul data-role = "listview" class = "ulForm" >
< li >
< label for = "selectMaxParentalRating" > Maximum allowed parental rating:< / label >
2014-02-20 22:04:11 -07:00
< select name = "selectMaxParentalRating" id = "selectMaxParentalRating" data-mini = "true" > < / select >
2013-12-26 09:53:23 -07:00
< div class = "fieldDescription" > Content with a higher rating will be hidden from this user.< / div >
2013-12-26 08:40:38 -07:00
< / li >
< / ul >
2013-12-26 09:53:23 -07:00
< div >
< fieldset data-role = "controlgroup" >
< legend > Hide content with no rating information< / legend >
< input type = "checkbox" data-mini = "true" id = "chkHideUnratedBooks" name = "chkHideUnratedBooks" / >
< label for = "chkHideUnratedBooks" > Books< / label >
< input type = "checkbox" data-mini = "true" id = "chkHideUnratedGames" name = "chkHideUnratedGames" / >
< label for = "chkHideUnratedGames" > Games< / label >
< input type = "checkbox" data-mini = "true" id = "chkHideUnratedMovies" name = "chkHideUnratedMovies" / >
< label for = "chkHideUnratedMovies" > Movies< / label >
< input type = "checkbox" data-mini = "true" id = "chkHideUnratedMusic" name = "chkHideUnratedMusic" / >
< label for = "chkHideUnratedMusic" > Music< / label >
< input type = "checkbox" data-mini = "true" id = "chkHideUnratedTrailers" name = "chkHideUnratedTrailers" / >
< label for = "chkHideUnratedTrailers" > Trailers< / label >
< input type = "checkbox" data-mini = "true" id = "chkHideUnratedSeries" name = "chkHideUnratedSeries" / >
< label for = "chkHideUnratedSeries" > TV Shows< / label >
< input type = "checkbox" data-mini = "true" id = "chkBlockNotRated" name = "chkBlockNotRated" / >
< label for = "chkBlockNotRated" > Other Items< / label >
< / fieldset >
< / div >
< br / >
< br / >
2013-12-26 08:40:38 -07:00
< ul data-role = "listview" class = "ulForm" >
< li >
< button type = "submit" data-theme = "b" data-icon = "check" >
Save
< / button >
< button type = "button" onclick = "history.back();" data-icon = "delete" >
Cancel
< / button >
< / li >
< / ul >
< / form >
< / div >
< / div >
< script type = "text/javascript" >
$('.userParentalControlForm').off('submit', UserParentalControlPage.onSubmit).on('submit', UserParentalControlPage.onSubmit);
< / script >
< / div >
< / body >
< / html >