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" >
2013-12-25 20:44:26 -07:00
< div data-role = "controlgroup" data-type = "horizontal" class = "localnav" data-mini = "true" >
2014-02-20 22:04:11 -07:00
< a href = "#" data-role = "button" class = "ui-btn-active" > Folders< / a >
2014-01-29 22:20:18 -07:00
< a href = "librarypathmapping.html" data-role = "button" > Path Substitution< / a >
2014-01-29 14:54:40 -07:00
< a href = "librarysettings.html" data-role = "button" > Advanced< / a >
2013-05-21 13:36:26 -07:00
< / div >
2013-02-20 18:33:05 -07:00
< div class = "readOnlyContent" >
2013-12-25 20:44:26 -07:00
< p style = "margin: 2em 0;" > Refer to the < a href = "https://github.com/MediaBrowser/MediaBrowser/wiki/Library-Structure" target = "_blank" > media library wiki.< / a > for suggested folder structures.< / p >
2013-02-20 18:33:05 -07:00
< div id = "divMediaLibrary" >
< p >
2013-12-27 19:46:32 -07:00
< button type = "button" data-mini = "true" data-icon = "plus" onclick = "MediaLibraryPage.addVirtualFolder();" > Add media folder< / button >
2013-02-20 18:33:05 -07:00
< / p >
< div id = "divVirtualFolders" > < / div >
< / div >
< / div >
< / div >
< / div >
2014-01-15 15:19:45 -07:00
< div data-role = "popup" data-transition = "slidefade" id = "popupEnterText" class = "popup" >
2013-02-20 18:33:05 -07:00
2013-12-24 11:37:29 -07:00
< div class = "ui-bar-a" style = "text-align: center; padding: 0 20px;" >
2013-02-20 18:33:05 -07:00
< h3 > Rename< / h3 >
< / div >
2013-12-24 11:37:29 -07:00
< div data-role = "content" >
2013-02-20 18:33:05 -07:00
< 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" >
2013-12-27 19:46:32 -07:00
< label for = "selectCollectionType" > Folder type:< / label >
2013-07-12 12:56:40 -07:00
< select id = "selectCollectionType" name = "selectCollectionType" > < / select >
< / p >
2013-10-18 12:47:57 -07:00
< p class = "collectionTypeFieldDescription" >
2014-02-12 22:11:54 -07:00
* Requires the use of a plugin, e.g. GameBrowser or MB Bookshelf.
2013-07-12 12:56:40 -07:00
< / p >
2013-02-20 18:33:05 -07:00
< p >
2013-12-24 11:37:29 -07:00
< button type = "submit" data-theme = "b" data-icon = "check" >
2013-02-20 18:33:05 -07:00
Ok
< / button >
< button type = "button" data-icon = "delete" onclick = "$(this).parents('.popup').popup('close');" >
Cancel
< / button >
< / p >
< / form >
< / div >
< / div >
< / div >
< / body >
< / html >