mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 04:24:41 +01:00
82 lines
3.1 KiB
XML
82 lines
3.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2.0//EN" "https://www.egroupware.org/etemplate2.0.dtd">
|
|
<overlay>
|
|
<template id="filemanager.select" template="" lang="" group="0" version="1.9.002">
|
|
<grid width="100%" resize_ratio="1">
|
|
<columns>
|
|
<column width="32"/>
|
|
<column />
|
|
</columns>
|
|
<rows>
|
|
<row valign="top">
|
|
<grid id="apps" resize_ratio="1">
|
|
<columns>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row disabled="!@0">
|
|
<et2-button align="center" label="Favorites" id="favorites" image="favorites"></et2-button>
|
|
</row>
|
|
<row height="40">
|
|
<et2-button align="center" label="$row_cont" id="${row}" image="$row_cont/navbar"></et2-button>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<grid width="100%" resize_ratio="1">
|
|
<columns>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row class="dialogHeader">
|
|
<et2-hbox>
|
|
<html id="js"/>
|
|
<et2-button label="Up" id="button[up]" onclick="app.filemanager.change_dir('..');" image="goup"></et2-button>
|
|
<et2-button label="Go to your home directory" id="button[home]" image="gohome"></et2-button>
|
|
<et2-box class="selectPathContainer">
|
|
<vfs-name id="path" class="selectPath" onchange="1"/>
|
|
</et2-box>
|
|
<et2-button label="Create directory" id="button[createdir]" onclick="app.filemanager.createdir" image="button_createdir" class="createDir" roImage="createdir_disabled"></et2-button>
|
|
</et2-hbox>
|
|
</row>
|
|
<row class="selectFiles file_dir_height" resize_ratio="1">
|
|
<grid width="100%" id="dir" resize_ratio="1" >
|
|
<columns>
|
|
<column width="20"/>
|
|
<column/>
|
|
<column width="1%" disabled="!@mode=open-multiple"/>
|
|
</columns>
|
|
<rows>
|
|
<row class="row">
|
|
<et2-vfs-mime align="center" id="$row" options="16" class="selectIcon"></et2-vfs-mime>
|
|
<vfs id="$row" onclick="app.filemanager.select_clicked"/>
|
|
<et2-checkbox align="right" id="selected[]" selectedValue=""$row_cont[name]"" ></et2-checkbox>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</row>
|
|
<row disabled="@mode=/(open-multiple|select-dir)/">
|
|
<et2-textbox id="name" class="selectName"></et2-textbox>
|
|
</row>
|
|
<row disabled="!@options-mime">
|
|
<et2-select class="selectMime" id="mime" onchange="1" emptyLabel="All files"></et2-select>
|
|
</row>
|
|
<row disabled="@no_upload">
|
|
<groupbox>
|
|
<caption label="File upload"/>
|
|
<et2-description value="Choose a file for uploading"></et2-description>
|
|
<file id="file_upload"/>
|
|
</groupbox>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</row>
|
|
<row class="dialogFooterToolbar">
|
|
<et2-hbox align="right">
|
|
<et2-button label="@label" id="button[ok]" image="save"></et2-button>
|
|
<et2-button label="Cancel" id="button[cancel]" onclick="window.close();" image="cancel" noSubmit="true"></et2-button>
|
|
</et2-hbox>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
</overlay> |