2015-11-02 12:32:40 +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 extwin" >
< roundcube:include file = "/includes/header.html" / >
2016-10-21 16:13:44 +02:00
< div id = "mainscreen" class = "<roundcube:var name=" env:editor_type " / > ">
2015-11-02 12:32:40 +01:00
< h1 class = "voice" > < roundcube:label name = "kolab_files.docedit" / > < / h1 >
< h2 id = "aria-label-toolbar" class = "voice" > < roundcube:label name = "arialabeltoolbar" / > < / h2 >
< div id = "filestoolbar" class = "toolbar" role = "toolbar" aria-labelledby = "aria-label-toolbar" >
2015-11-12 17:50:58 +01:00
<!--
2015-11-02 12:32:40 +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" / >
2015-11-12 17:50:58 +01:00
-->
2015-11-20 14:12:08 +01:00
< roundcube:button command = "document-close" type = "link" class = "button delete disabled" classAct = "button delete" classSel = "button delete pressed" label = "kolab_files.terminate" title = "kolab_files.terminatesession" / >
2015-11-02 12:32:40 +01:00
< span class = "dropbutton" >
< roundcube:button command = "document-export" type = "link" class = "button export disabled" classAct = "button export" classSel = "button export pressed" label = "kolab_files.get" title = "kolab_files.getfile" / >
< a href = "#export" class = "dropbuttontip" id = "exportmenulink" onclick = "UI.toggle_popup('exportmenu',event);return false" aria-haspopup = "true" aria-expanded = "false" aria-owns = "exportmenu-menu" tabindex = "0" > Export options< / a >
< / span >
2016-11-14 12:45:37 +01:00
< roundcube:if condition = "env:editor_type == 'wopi'" / >
2015-11-02 12:32:40 +01:00
< roundcube:button command = "document-print" type = "link" class = "button print disabled" classAct = "button print" classSel = "button print pressed" label = "print" title = "kolab_files.printfile" / >
2016-11-14 11:56:28 +01:00
< roundcube:endif / >
2015-11-02 12:32:40 +01:00
< roundcube:button command = "document-save" type = "link" class = "button save disabled" classAct = "button save" classSel = "button save pressed" label = "kolab_files.save" title = "kolab_files.savefile" / >
2016-11-14 11:56:28 +01:00
< roundcube:if condition = "env:editor_type != 'wopi'" / >
2015-11-02 14:54:05 +01:00
< span class = "spacer" > < / span >
< label for = "document-title" > < roundcube:label name = "kolab_files.documenttitle" / > < input id = "document-title" type = "text" value = "" / > < / label >
2016-10-21 16:13:44 +02:00
< roundcube:endif / >
2015-11-02 12:32:40 +01:00
< / div >
2015-11-03 16:28:05 +01:00
< h2 id = "aria-label-collaborators" class = "voice" > < roundcube:label name = "kolab_files.arialabelcollaborators" / > < / h2 >
< div id = "collaborators" class = "toolbar" role = "toolbar" aria-labelledby = "aria-label-collaborators" >
2015-11-19 21:10:41 +01:00
< roundcube:button command = "document-editors" type = "link" class = "button add disabled" classAct = "button add" classSel = "button add pressed" content = " " title = "kolab_files.manageeditors" / >
2015-11-03 16:28:05 +01:00
< div id = "members" > < / div >
< / div >
2015-11-02 12:32:40 +01:00
< div id = "filecontent" class = "uibox docedit" >
< div class = "iframebox" >
< roundcube:object name = "filepreviewframe" id = "fileframe" frameborder = "0" title = "kolab_files.arialabelfilecontent" / >
< / div >
< / div >
< / div >
< div id = "exportmenu" class = "popupmenu" aria-hidden = "true" >
< h3 id = "aria-label-exportmenu" class = "voice" > < roundcube:label name = "kolab_files.arialabelexportoptions" / > < / h3 >
< ul id = "exportmenu-menu" class = "toolbarmenu" role = "menu" aria-labelledby = "aria-label-exportmenu" > < / ul >
< / div >
2015-11-19 21:10:41 +01:00
< div id = "document-editors-dialog" class = "uidialog" data-editable = "true" role = "dialog" aria-labelledby = "aria-label-doceditorsdialog" aria-hidden = "true" >
2015-11-12 17:50:58 +01:00
< h3 id = "aria-label-doceditorsdialog" class = "voice" > < roundcube:label name = "kolab_files.arialabeldoceditorsdialog" / > < / h3 >
2015-11-19 21:10:41 +01:00
< roundcube:object name = "document-editors-dialog" / >
2015-11-12 17:50:58 +01:00
< / div >
2015-11-19 21:10:41 +01:00
2015-11-02 12:32:40 +01:00
< roundcube:include file = "/includes/footer.html" / >
< script type = "text/javascript" >
kolab_files_ui_init();
< / script >
< / body >
< / html >