2008-03-02 22:44:15 +01:00
<?xml version="1.0"?>
<!-- $Id$ -->
<overlay>
2010-05-06 08:53:52 +02:00
<template id="filemanager.index.rows" template="" lang="" group="0" version="1.7.002">
2008-03-02 22:44:15 +01:00
<grid width="100%">
<columns>
<column/>
<column width="30%"/>
<column/>
<column width="120"/>
2008-03-03 08:53:43 +01:00
<column width="120"/>
2008-03-02 22:44:15 +01:00
<column/>
<column/>
<column/>
<column/>
2008-10-05 19:07:36 +02:00
<column/>
2008-03-03 13:16:11 +01:00
<column width="70"/>
2008-03-02 22:44:15 +01:00
</columns>
<rows>
<row class="th">
2011-06-30 15:07:55 +02:00
<nextmatch-sortheader align="center" label="Type" id="mime"/>
2008-03-02 22:44:15 +01:00
<nextmatch-sortheader label="Name" id="name"/>
<nextmatch-sortheader label="Size" id="size"/>
<nextmatch-sortheader label="Modified" id="mtime"/>
2008-03-03 08:53:43 +01:00
<nextmatch-sortheader label="Created" id="ctime"/>
2008-03-02 22:44:15 +01:00
<nextmatch-sortheader label="Permissions" id="mode"/>
2011-06-30 15:07:55 +02:00
<nextmatch-sortheader label="Owner" id="uid"/>
<nextmatch-sortheader label="Group" id="gid"/>
2008-03-02 22:44:15 +01:00
<nextmatch-header label="Comment" id="comment"/>
2011-06-30 15:07:55 +02:00
<nextmatch-customfields id="customfields" readonly="true"/>
2008-03-02 22:44:15 +01:00
<hbox options="0,0">
2011-06-30 15:07:55 +02:00
<nextmatch-header label="Actions" id="legacy_actions"/>
2011-11-09 16:20:19 +01:00
<button align="right" statustext="Check all" label="Check all" id="check_all" needed="1" onclick="egw_globalObjectManager.getObjectById('filemanager.index.rows').toggleAllSelected(); return false;" image="check"/>
2008-03-02 22:44:15 +01:00
</hbox>
</row>
2011-11-09 16:20:19 +01:00
<row class="row $row_cont[class]">
2012-03-28 01:09:16 +02:00
<vfs-mime align="center" id="$row"/>
2013-04-12 12:02:50 +02:00
<vfs-name id="${row}[name]" no_lang="1" readonly="true"/>
2011-06-30 15:07:55 +02:00
<vfs-size align="right" id="${row}[size]"/>
2008-03-02 22:44:15 +01:00
<date-time id="${row}[mtime]" readonly="true"/>
2008-03-03 08:53:43 +01:00
<date-time id="${row}[ctime]" readonly="true"/>
2008-10-06 19:43:42 +02:00
<vfs-mode id="${row}[mode]"/>
<vfs-uid id="${row}[uid]" no_lang="1"/>
<vfs-gid id="${row}[gid]" no_lang="1"/>
2008-03-02 22:44:15 +01:00
<description id="${row}[comment]"/>
2010-05-06 08:53:52 +02:00
<customfields-list id="$row" class="customfields"/>
2008-03-02 22:44:15 +01:00
<hbox align="right">
2011-06-30 15:07:55 +02:00
<button statustext="Rename, change permissions or ownership" label="Edit settings" id="edit[$row_cont[path]]" onclick="window.open(egw::link('/index.php','menuaction=filemanager.filemanager_ui.file&path=$row_cont[path]'),'fileprefs','dependent=yes,width=495,height=425,scrollbars=yes,status=yes'); return false;" image="edit"/>
<buttononly align="center" id="mail[$row_cont[path]]" onclick="open_mail('$row_cont[path]'); return false;" options="mail_post_to"/>
<button align="center" statustext="Delete this file or directory" label="Delete" id="delete[$row_cont[path]]" onclick="return confirm('Delete this file or directory');" image="delete"/>
<checkbox align="right" id="checked[]" options=""$row_cont[path]""/>
2008-03-02 22:44:15 +01:00
</hbox>
</row>
</rows>
</grid>
</template>
2013-04-10 19:11:32 +02:00
<template id="filemanager.index.header_left" template="" lang="" group="0" version="1.9.002">
<hbox span="all">
<image label="Up" src="goup" onclick="app.filemanager.change_dir('..');"/>
<image label="Go to your home directory" src="gohome" onclick="app.filemanager.change_dir('~');"/>
<vfs-name label="Path" id="path" onchange="return true;" options="80" class="address"/>
<button label="Go to" id="button[go]" image="key_enter"/>
<image src="buttonseparator"/>
2013-04-12 12:30:46 +02:00
<buttononly statustext="Rename, change permissions or ownership" label="Edit settings" id="button[edit]" onclick="app.filemanager.editprefs();" options="edit"/>
2013-04-11 12:46:39 +02:00
<buttononly label="Create directory" id="button[createdir]" onclick="app.filemanager.createdir();" options="button_createdir,createdir_disabled"/>
<buttononly label="Create a link" id="button[symlink]" onclick="app.filemanager.symlink();" options="link,link_disabled"/>
2013-04-10 19:11:32 +02:00
<buttononly id="button[paste]" onclick="app.filemanager.paste('paste');" options="editpaste,editpaste_disabled"/>
<buttononly id="button[linkpaste]" onclick="app.filemanager.paste('linkpaste');" options="linkpaste,linkpaste_disabled"/>
<buttononly id="button[mailpaste]" onclick="app.filemanager.paste('mailpaste');" options="mailpaste,mailpaste_disabled"/>
<button label="File a file" onclick="window.open(egw::link('/index.php','menuaction=stylite.stylite_filemanager.upload'),'_blank','dependent=yes,width=550,height=350,scrollbars=yes,status=yes'); return false;" image="upload"/>
2013-04-20 21:23:36 +02:00
<file statustext="Select file to upload in current directory" id="upload"/>
2013-04-10 19:11:32 +02:00
</hbox>
</template>
2013-04-10 12:04:18 +02:00
<template id="filemanager.index" template="" lang="" group="0" version="1.9.003">
2013-04-11 12:46:39 +02:00
<description id="msg" class="redItalic"/>
2013-04-10 19:11:32 +02:00
<nextmatch id="nm" template="filemanager.index.rows" header_left="filemanager.index.header_left"/>
2011-06-30 15:07:55 +02:00
<styles>
input[type='file'] {
width: 50ex
}
</styles>
2008-03-02 22:44:15 +01:00
</template>
2013-04-10 19:11:32 +02:00
</overlay>