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-22 13:20:22 -07:00
< a href = "#" data-role = "button" onclick = "Dashboard.navigate('userparentalcontrol.html', true);" class = "ui-btn-active" > Library Access< / 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 >
2014-02-21 08:24:29 -07:00
< div class = "blockUnratedItems" >
< / div >
2013-12-26 09:53:23 -07:00
< / 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 >