2013-02-20 18:33:05 -07:00
<!DOCTYPE html>
2013-04-02 16:43:24 -07:00
< html >
2013-02-20 18:33:05 -07:00
< head >
2013-05-21 13:36:26 -07:00
< title > < / title >
2013-02-20 18:33:05 -07:00
< / head >
< body >
< div id = "mediaLibraryPage" data-role = "page" class = "page type-interior mediaLibraryPage" >
< div data-role = "content" >
< div class = "content-primary" >
< div data-role = "controlgroup" data-type = "horizontal" class = "localnav" id = "userProfileNavigation" style = "display: none;" data-mini = "true" >
2013-03-28 17:10:15 -07:00
< a href = "#" data-role = "button" onclick = "Dashboard.navigate('edituser.html', true);" > Profile< / a >
< a href = "#" data-role = "button" onclick = "Dashboard.navigate('userimage.html', true);" > Image< / a >
< a href = "#" data-role = "button" onclick = "Dashboard.navigate('updatepassword.html', true);" > Password< / a >
2013-02-20 18:33:05 -07:00
< a href = "#" data-role = "button" class = "ui-btn-active" > Media Library< / a >
< / div >
2013-05-21 13:36:26 -07:00
< div data-role = "controlgroup" data-type = "horizontal" class = "localnav" id = "defaultNavigation" style = "display: none;" data-mini = "true" >
2013-06-18 12:16:27 -07:00
< a href = "#" data-role = "button" class = "ui-btn-active" > Media Collections< / a >
2013-05-21 13:36:26 -07:00
< a href = "librarysettings.html" data-role = "button" > Settings< / a >
< / div >
2013-02-20 18:33:05 -07:00
< div class = "readOnlyContent" >
< p id = "fldUseDefaultLibrary" style = "display: none;" >
< input type = "checkbox" id = "chkUseDefaultLibrary" name = "chkUseDefaultLibrary" onchange = "MediaLibraryPage.setUseDefaultMediaLibrary(this.checked);" / >
< label for = "chkUseDefaultLibrary" > Use default media library< / label >
< / p >
< div id = "divMediaLibrary" >
2013-06-13 08:58:13 -07:00
< p class = "editing_default" > This is the < strong > default media library< / strong > that will be shared with all users unless individual libraries are created.< / p >
2013-02-20 18:33:05 -07:00
< p >
< button type = "button" data-icon = "plus" onclick = "MediaLibraryPage.addVirtualFolder();" > Add media collection< / button >
< / p >
< div id = "divVirtualFolders" > < / div >
< / div >
< / div >
2013-06-09 11:14:44 -07:00
< p > Read < a href = "https://github.com/MediaBrowser/MediaBrowser/wiki/Library-Structure" target = "_blank" > media library wiki.< / a > < / p >
2013-07-06 18:41:20 -07:00
< p > Configure < b > images< / b > and < b > sort orders< / b > by < a href = "itemlist.html" > browsing and editing.< / a > < / p >
2013-02-20 18:33:05 -07:00
< / div >
< / div >
< div data-role = "popup" id = "popupEnterText" class = "ui-corner-all popup" >
< div class = "ui-corner-top ui-bar-a" style = "text-align: center; padding: 0 20px;" >
< h3 > Rename< / h3 >
< / div >
< div data-role = "content" class = "ui-corner-bottom ui-content" >
< form id = "textEntryForm" >
2013-07-12 12:56:40 -07:00
< p >
< label id = "lblValue" for = "txtValue" > New name:< / label >
< input type = "text" name = "txtValue" id = "txtValue" required = "required" / >
< / p >
< p id = "fldCollectionType" >
< label for = "selectCollectionType" > Collection type:< / label >
< select id = "selectCollectionType" name = "selectCollectionType" > < / select >
< / p >
< p class = "fieldDescription" >
2013-07-20 13:37:00 -07:00
Anything unlisted should be classified as general or mixed content.
< / p >
< p class = "fieldDescription" >
* Requires the use of a plugin, e.g. GameBrowser or MB Photos.
2013-07-12 12:56:40 -07:00
< / p >
2013-02-20 18:33:05 -07:00
< p >
< button type = "submit" data-theme = "b" data-icon = "ok" >
Ok
< / button >
< button type = "button" data-icon = "delete" onclick = "$(this).parents('.popup').popup('close');" >
Cancel
< / button >
< / p >
< / form >
< / div >
< / div >
< / div >
< / body >
< / html >