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" >
< div id = "filestoolbar" class = "toolbar" >
< 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 >
< div id = "quicksearchbar" class = "quicksearchbox" >
< roundcube:object name = "file-search-form" id = "quicksearchbox" / >
2013-05-16 13:08:58 +02:00
< roundcube:button name = "filesearchmenulink" id = "filesearchmenulink" class = "iconbutton searchoptions" onclick = "UI.show_popup('filesearchmenu');return false" title = "searchmod" content = " " / >
2013-02-28 16:01:56 +01:00
< roundcube:button command = "files-search-reset" id = "searchreset" class = "iconbutton reset" title = "resetsearch" content = " " / >
< / div >
< div id = "folderlistbox" class = "uibox listbox" >
< div id = "files-folder-list" class = "scroller withfooter" >
< / div >
< div id = "folderlist-footer" class = "boxfooter" >
2013-04-03 15:37:13 +02:00
< roundcube:button name = "folder-create" type = "link" title = "kolab_files.foldercreate" class = "listbutton add" classAct = "listbutton add" innerClass = "inner" content = "+" onclick = "kolab_files_folder_create_dialog()" / > < roundcube:button name = "folderoptions" id = "folderoptionslink" type = "link" title = "moreactions" class = "listbutton groupactions" onclick = "UI.show_popup('folderoptions', undefined, {above: 1});return false" innerClass = "inner" content = "⚙" / >
2013-02-28 16:01:56 +01:00
< / div >
< / div >
2013-03-13 17:33:45 +01:00
< div id = "filelistcontainer" class = "uibox" >
< div id = "filelistbox" class = "boxlistcontent" >
< roundcube:object name = "filelist" id = "filelist" class = "records-table sortheader" optionsmenuIcon = "true" / >
< / div >
2013-02-28 16:01:56 +01:00
< roundcube:object name = "message" id = "message" class = "statusbar" / >
< / div >
< / div >
< div id = "folderoptions" class = "popupmenu" >
< ul id = "folderoptionsmenu" class = "toolbarmenu" >
2013-04-03 15:37:13 +02:00
<!--
2013-02-28 16:01:56 +01:00
< li > < roundcube:button command = "files-folder-edit" label = "edit" classAct = "active" / > < / li >
2013-04-03 15:37:13 +02:00
-->
2013-02-28 16:01:56 +01:00
< li > < roundcube:button command = "files-folder-delete" label = "delete" classAct = "active" / > < / li >
< li > < roundcube:button command = "folders" task = "settings" type = "link" label = "managefolders" classAct = "active" / > < / li >
< roundcube:container name = "filesfolderoptions" id = "folderoptionsmenu" / >
< / ul >
< / div >
2013-04-03 15:37:13 +02:00
< div id = "files-folder-create-dialog" >
< roundcube:object name = "folder-create-form" / >
< / div >
2013-02-28 16:01:56 +01:00
< div id = "listoptions" class = "propform popupdialog" >
< 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" / >
< roundcube:button command = "menu-open" id = "listmenucancel" type = "input" class = "button" label = "cancel" / >
< / div >
2013-02-28 16:01:56 +01:00
< / div >
2013-04-04 14:32:43 +02:00
< div id = "dragfilemenu" class = "popupmenu" >
2013-05-16 13:08:58 +02:00
< ul class = "toolbarmenu" >
< li > < roundcube:button command = "files-move" onclick = "return kolab_files_drag_menu_action('files-move')" label = "move" classAct = "active" / > < / li >
< li > < roundcube:button command = "files-copy" onclick = "return kolab_files_drag_menu_action('files-copy')" label = "copy" classAct = "active" / > < / li >
< / ul >
< / div >
< div id = "filesearchmenu" class = "popupmenu" >
< ul class = "toolbarmenu" >
< li > < label > < input type = "checkbox" name = "all_folders" value = "1" id = "search_all_folders" / > < span > < roundcube:label name = "kolab_files.allfolders" / > < / span > < / label > < / li >
< / 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 >