2013-02-28 16:01:56 +01:00
< roundcube:object name = "doctype" value = "html5" / >
< html >
< head >
< title > < roundcube:object name = "pagetitle" / > < / title >
< roundcube:include file = "/includes/links.html" / >
< script src = "plugins/kolab_files/skins/larry/ui.js" type = "text/javascript" > < / script >
< / head >
< body class = "files noscroll" >
< roundcube:include file = "/includes/header.html" / >
< div id = "mainscreen" >
2014-06-12 12:55:34 +02:00
< h1 class = "voice" > < roundcube:label name = "kolab_files.files" / > < / h1 >
< div id = "filestoolbar" class = "toolbar" role = "toolbar" aria-labelledby = "aria-label-toolbar" >
< h2 id = "aria-label-toolbar" class = "voice" > < roundcube:label name = "arialabeltoolbar" / > < / h2 >
2013-02-28 16:01:56 +01:00
< form id = "filesuploadform" >
< roundcube:button command = "files-upload" type = "link" class = "button upload disabled" classAct = "button upload" classSel = "button upload pressed" label = "kolab_files.upload" title = "kolab_files.uploadfile" / >
< / form >
< roundcube:button command = "files-get" type = "link" class = "button get disabled" classAct = "button get" classSel = "button get pressed" label = "kolab_files.get" title = "kolab_files.getfile" / >
2013-05-19 12:45:19 +02:00
< roundcube:button command = "files-open" type = "link" class = "button open disabled" classAct = "button open" classSel = "button open pressed" label = "kolab_files.view" title = "kolab_files.viewfile" / >
2013-02-28 16:01:56 +01:00
< roundcube:button command = "files-delete" type = "link" class = "button delete disabled" classAct = "button delete" classSel = "button delete pressed" label = "delete" title = "kolab_files.deletefile" / >
< / div >
2014-06-12 12:55:34 +02:00
< div id = "quicksearchbar" class = "quicksearchbox" role = "search" aria-labelledby = "aria-label-searchform" >
< h2 id = "aria-label-searchform" class = "voice" > < roundcube:label name = "kolab_files.arialabelsearchform" / > < / h2 >
< label for = "quicksearchbox" class = "voice" > < roundcube:label name = "arialabelquicksearchbox" / > < / label >
2014-10-14 14:12:09 -04:00
< roundcube:button name = "filesearchmenulink" id = "filesearchmenulink" class = "iconbutton searchoptions" onclick = "UI.toggle_popup('filesearchmenu', event); return false" title = "searchmod" label = "options" aria-haspopup = "true" aria-expanded = "false" aria-owns = "filesearchmenu-menu" / >
2013-02-28 16:01:56 +01:00
< roundcube:object name = "file-search-form" id = "quicksearchbox" / >
2014-06-12 12:55:34 +02:00
< roundcube:button command = "files-search-reset" id = "searchreset" class = "iconbutton reset" title = "resetsearch" label = "resetsearch" / >
2013-02-28 16:01:56 +01:00
< / div >
2014-06-12 12:55:34 +02:00
< div id = "folderlistbox" class = "uibox listbox" role = "navigation" aria-labelledby = "aria-label-folderlist" >
< h2 id = "aria-label-folderlist" class = "voice" > < roundcube:label name = "kolab_files.arialabelfolderlist" / > < / h2 >
2013-02-28 16:01:56 +01:00
< div id = "files-folder-list" class = "scroller withfooter" >
< / div >
< div id = "folderlist-footer" class = "boxfooter" >
2014-06-12 12:55:34 +02:00
< roundcube:button command = "folder-create" type = "link" title = "kolab_files.foldercreate" class = "listbutton add" classAct = "listbutton add" innerClass = "inner" content = "+" / > < roundcube:button name = "folderoptions" id = "folderoptionslink" type = "link" title = "moreactions" class = "listbutton groupactions" onclick = "return UI.toggle_popup('folderoptions', event)" innerClass = "inner" content = "⚙" aria-haspopup = "true" aria-expanded = "false" aria-owns = "folderoptionsmenu" / >
2013-06-05 14:15:42 +02:00
< roundcube:if condition = "env:files_quota" / >
2014-06-12 12:55:34 +02:00
< span class = "voice" > < roundcube:label name = "quota" > < / span >
2013-06-05 14:15:42 +02:00
< roundcube:object name = "filequotadisplay" id = "quotadisplay" class = "countdisplay" display = "text" / >
< roundcube:endif / >
2013-02-28 16:01:56 +01:00
< / div >
< / div >
2013-03-13 17:33:45 +01:00
< div id = "filelistcontainer" class = "uibox" >
2014-06-12 12:55:34 +02:00
< h2 id = "aria-label-filelist" class = "voice" > < roundcube:label name = "arialabelfilelist" / > < / h2 >
2013-03-13 17:33:45 +01:00
< div id = "filelistbox" class = "boxlistcontent" >
2014-06-12 12:55:34 +02:00
< roundcube:object name = "filelist" id = "filelist" class = "records-table filelist sortheader fixedheader" optionsmenuIcon = "true" aria-labelledby = "aria-label-filelist" / >
2013-03-13 17:33:45 +01:00
< / div >
2013-02-28 16:01:56 +01:00
< / div >
< / div >
2014-06-12 12:55:34 +02:00
< div id = "folderoptions" class = "popupmenu" data-editable = "true" aria-hidden = "true" >
< h3 id = "aria-label-folderoptions" class = "voice" > < roundcube:label name = "kolab_files.folderoptions" / > < / h3 >
< ul id = "folderoptionsmenu" class = "toolbarmenu" role = "menu" aria-labelledby = "aria-label-folderoptions" >
2014-10-22 05:28:07 -04:00
< li role = "menuitem" > < roundcube:button command = "folder-rename" label = "rename" classAct = "active" / > < / li >
2014-06-12 12:55:34 +02:00
< li role = "menuitem" > < roundcube:button command = "files-folder-delete" label = "delete" classAct = "active" / > < / li >
2014-10-14 14:12:09 -04:00
< roundcube:if condition = "!empty(env:external_sources)" / >
< li role = "menuitem" > < roundcube:button command = "folder-mount" label = "kolab_files.foldermount" classAct = "active" / > < / li >
< roundcube:endif / >
2014-06-12 12:55:34 +02:00
< li role = "menuitem" > < roundcube:button command = "folders" task = "settings" type = "link" label = "managefolders" classAct = "active" / > < / li >
2013-02-28 16:01:56 +01:00
< roundcube:container name = "filesfolderoptions" id = "folderoptionsmenu" / >
< / ul >
< / div >
2014-06-12 12:55:34 +02:00
< div id = "files-folder-create-dialog" role = "dialog" aria-labelledby = "aria-label-foldercreateform" aria-hidden = "true" >
< h3 id = "aria-label-foldercreateform" class = "voice" > < roundcube:label name = "kolab_files.arialabelfoldercreateform" / > < / h3 >
2013-04-03 15:37:13 +02:00
< roundcube:object name = "folder-create-form" / >
< / div >
2014-10-22 05:28:07 -04:00
< div id = "files-folder-edit-dialog" role = "dialog" aria-labelledby = "aria-label-foldereditform" aria-hidden = "true" >
< h3 id = "aria-label-foldereditform" class = "voice" > < roundcube:label name = "kolab_files.arialabelfoldereditform" / > < / h3 >
< roundcube:object name = "folder-edit-form" / >
< / div >
2014-10-14 14:12:09 -04:00
< div id = "files-folder-mount-dialog" role = "dialog" aria-labelledby = "aria-label-foldermountform" aria-hidden = "true" >
< h3 id = "aria-label-foldermountform" class = "voice" > < roundcube:label name = "kolab_files.arialabelfoldermountform" / > < / h3 >
< roundcube:object name = "folder-mount-form" / >
< / div >
2014-06-12 12:55:34 +02:00
< div id = "files-file-edit-dialog" role = "dialog" aria-labelledby = "aria-label-fileeditform" aria-hidden = "true" >
< h3 id = "aria-label-fileeditform" class = "voice" > < roundcube:label name = "kolab_files.arialabelfileeditform" / > < / h3 >
2013-06-07 12:56:32 +02:00
< roundcube:object name = "file-edit-form" / >
< / div >
2014-10-14 14:12:09 -04:00
< div id = "files-folder-auth-dialog" role = "dialog" aria-labelledby = "aria-label-folderauthform" aria-hidden = "true" >
< h3 id = "aria-label-folderauthform" class = "voice" > < roundcube:label name = "kolab_files.arialabelfolderauthform" / > < / h3 >
2014-10-17 07:59:38 -04:00
< roundcube:object name = "folder-auth-options" >
2014-10-14 14:12:09 -04:00
< / div >
2013-04-03 15:37:13 +02:00
2014-06-12 12:55:34 +02:00
< div id = "listoptions" class = "propform popupdialog" data-editable = "true" role = "dialog" aria-labelledby = "aria-label-listoptions" aria-hidden = "true" >
< h3 id = "aria-label-listoptions" class = "voice" > < roundcube:label name = "kolab_files.arialabellistoptions" / > < / h3 >
2014-10-14 14:12:09 -04:00
< roundcube:if condition = "!in_array('kolab_files_list_cols', (array)config:dont_override)" / >
2013-05-16 13:08:58 +02:00
< fieldset class = "floating" >
< legend > < roundcube:label name = "listcolumns" / > < / legend >
< ul class = "proplist" >
< li > < label class = "disabled" > < input type = "checkbox" name = "list_col[]" value = "options" checked = "checked" disabled = "disabled" / > < span > < roundcube:label name = "options" / > < / span > < / label > < / li >
< li > < label class = "disabled" > < input type = "checkbox" name = "list_col[]" value = "name" checked = "checked" disabled = "disabled" / > < span > < roundcube:label name = "kolab_files.name" / > < / span > < / label > < / li >
< li > < label > < input type = "checkbox" name = "list_col[]" value = "mtime" / > < span > < roundcube:label name = "kolab_files.mtime" / > < / span > < / label > < / li >
< li > < label > < input type = "checkbox" name = "list_col[]" value = "size" / > < span > < roundcube:label name = "size" / > < / span > < / label > < / li >
< / ul >
< / fieldset >
< roundcube:endif / >
< roundcube:if condition = "!in_array('kolab_files_sort_col', (array)config:dont_override)" / >
< fieldset class = "floating" >
< legend > < roundcube:label name = "listsorting" / > < / legend >
< ul class = "proplist" >
< li > < label > < input type = "radio" name = "sort_col" value = "name" / > < span > < roundcube:label name = "kolab_files.name" / > < / span > < / label > < / li >
< li > < label > < input type = "radio" name = "sort_col" value = "mtime" / > < span > < roundcube:label name = "kolab_files.mtime" / > < / span > < / label > < / li >
< li > < label > < input type = "radio" name = "sort_col" value = "size" / > < span > < roundcube:label name = "size" / > < / span > < / label > < / li >
< / ul >
< / fieldset >
< roundcube:endif / >
< roundcube:if condition = "!in_array('kolab_files_sort_order', (array)config:dont_override)" / >
< fieldset class = "floating" >
< legend > < roundcube:label name = "listorder" / > < / legend >
< ul class = "proplist" >
< li > < label > < input type = "radio" name = "sort_ord" value = "ASC" / > < span > < roundcube:label name = "asc" / > < / span > < / label > < / li >
< li > < label > < input type = "radio" name = "sort_ord" value = "DESC" / > < span > < roundcube:label name = "desc" / > < / span > < / label > < / li >
< / ul >
< / fieldset >
< roundcube:endif / >
< br style = "clear:both" / >
< div class = "formbuttons" >
< roundcube:button command = "menu-save" id = "listmenusave" type = "input" class = "button mainaction" label = "save" / >
2014-06-12 12:55:34 +02:00
< roundcube:button command = "menu-close" prop = "filelistmenu" id = "listmenucancel" type = "input" class = "button" label = "cancel" / >
2013-05-16 13:08:58 +02:00
< / div >
2013-02-28 16:01:56 +01:00
< / div >
2014-06-12 12:55:34 +02:00
< div id = "dragfilemenu" class = "popupmenu" aria-hidden = "true" >
< ul class = "toolbarmenu" role = "menu" >
< li role = "menuitem" > < roundcube:button command = "files-move" onclick = "return kolab_files_drag_menu_action('files-move')" label = "move" classAct = "active" / > < / li >
< li role = "menuitem" > < roundcube:button command = "files-copy" onclick = "return kolab_files_drag_menu_action('files-copy')" label = "copy" classAct = "active" / > < / li >
2013-05-16 13:08:58 +02:00
< / ul >
< / div >
2014-06-12 12:55:34 +02:00
< div id = "filesearchmenu" class = "popupmenu" data-editable = "true" aria-hidden = "true" >
< h3 id = "aria-label-searchmenu" class = "voice" > < roundcube:label name = "searchmod" / > < / h3 >
< ul id = "filesearchmenu-menu" class = "toolbarmenu" role = "menu" aria-labelledby = "aria-label-searchmenu" >
< li role = "menuitem" > < label > < input type = "checkbox" name = "all_folders" value = "1" id = "search_all_folders" / > < span > < roundcube:label name = "kolab_files.allfolders" / > < / span > < / label > < / li >
2013-05-16 13:08:58 +02:00
< / ul >
2013-04-04 14:32:43 +02:00
< / div >
2013-02-28 16:01:56 +01:00
< roundcube:include file = "/includes/footer.html" / >
< script type = "text/javascript" >
kolab_files_ui_init();
< / script >
< / body >
< / html >