2015-02-17 10:55:05 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE overlay PUBLIC "-//Stylite AG//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
2013-02-08 20:11:44 +01:00
|
|
|
<!-- $Id$ -->
|
|
|
|
<overlay>
|
2015-09-02 11:31:47 +02:00
|
|
|
<template id="mail.index.spliter" height="100%" template="" lang="" group="0" version="1.9.001">
|
2013-05-14 15:19:09 +02:00
|
|
|
<split dock_side="bottomDock" id="mailSplitter" orientation="h">
|
2016-02-25 16:07:35 +01:00
|
|
|
<nextmatch id="nm" onselect="app.mail.mail_preview" template="mail.index.rows" header_left="mail.index.add" header_right="mail.index.quota"/>
|
2013-05-14 15:19:09 +02:00
|
|
|
<vbox id="mailPreview" width="100%">
|
2013-05-27 15:48:55 +02:00
|
|
|
<hbox width="100%" id="mailPreviewHeadersFrom" class="mailPreviewHeaders">
|
2013-05-14 15:19:09 +02:00
|
|
|
<description value="From"/>
|
2014-08-29 17:16:23 +02:00
|
|
|
<url-email id="previewFromAddress" contact_plus = "true" readonly="true"/>
|
2013-05-14 15:19:09 +02:00
|
|
|
</hbox>
|
2014-02-10 15:16:02 +01:00
|
|
|
<hbox id="mailPreviewHeadersSubject" class="mailPreviewHeaders">
|
2013-12-23 23:37:40 +01:00
|
|
|
<description value="Subject"/>
|
|
|
|
<description align="left" id="previewSubject" readonly="true"/>
|
|
|
|
</hbox>
|
|
|
|
<hbox id="mailPreviewHeadersDate" class="mailPreviewHeaders">
|
2014-01-15 11:41:56 +01:00
|
|
|
<description value="Date"/>
|
2013-12-23 23:37:40 +01:00
|
|
|
<date-time align="left" id="previewDate" readonly="true"/>
|
|
|
|
</hbox>
|
2013-05-27 15:48:55 +02:00
|
|
|
<hbox width="100%" id="mailPreviewHeadersTo" class="mailPreviewHeaders">
|
2013-05-14 15:19:09 +02:00
|
|
|
<description value="To"/>
|
2013-12-18 01:37:30 +01:00
|
|
|
<hbox id="additionalToAddress" class="mail_extraEmails">
|
2013-12-17 01:26:29 +01:00
|
|
|
</hbox>
|
2013-12-23 23:37:40 +01:00
|
|
|
<buttononly class="et2_button ui-button" label="Show all Addresses" image="foldertree_nolines_plus" onclick="app.mail.showAllHeader"/>
|
2013-12-17 01:26:29 +01:00
|
|
|
</hbox>
|
|
|
|
<hbox id="mailPreviewHeadersCC" class="mailPreviewHeaders">
|
|
|
|
<description value="CC"/>
|
2013-12-18 01:37:30 +01:00
|
|
|
<hbox id="additionalCCAddress" class="mail_extraEmails">
|
2013-12-17 01:26:29 +01:00
|
|
|
</hbox>
|
2013-12-23 23:37:40 +01:00
|
|
|
<buttononly class="et2_button ui-button" label="Show all Addresses" image="foldertree_nolines_plus" onclick="app.mail.showAllHeader"/>
|
2013-05-14 15:19:09 +02:00
|
|
|
</hbox>
|
2013-12-23 23:37:40 +01:00
|
|
|
<hbox id="mailPreviewHeadersAttachments" class="mailPreviewHeaders">
|
|
|
|
<description value="Attachments"/>
|
2014-09-04 12:54:32 +02:00
|
|
|
<grid disabled="@no_griddata" id="previewAttachmentArea" class="previewAttachmentArea egwGridView_grid">
|
2014-07-15 14:14:21 +02:00
|
|
|
<columns>
|
|
|
|
<column disabled="!@showtempname"/>
|
|
|
|
<column disabled="!@showtempname"/>
|
|
|
|
<column disabled="!@showtempname"/>
|
|
|
|
<column disabled="!@showtempname"/>
|
|
|
|
<column width="70%" />
|
|
|
|
<column width="11%" />
|
|
|
|
<column width="3%"/>
|
|
|
|
<column width="3%"/>
|
|
|
|
<column width="3%"/>
|
|
|
|
<column />
|
|
|
|
</columns>
|
|
|
|
<rows>
|
2014-09-04 12:54:32 +02:00
|
|
|
<row class="row attachmentRow">
|
2014-07-15 14:14:21 +02:00
|
|
|
<description id="${row}[attachment_number]" />
|
|
|
|
<description id="${row}[partID]" />
|
|
|
|
<description id="${row}[type]" />
|
|
|
|
<description id="${row}[winmailFlag]" />
|
2015-03-25 18:48:24 +01:00
|
|
|
<description class="et2_link useEllipsis" id="${row}[filename]" no_lang="1" expose_view="true" mime="$row_cont[type]" mime_data="$row_cont[mime_data]" href="$row_cont[mime_url]"/>
|
2015-03-24 12:40:06 +01:00
|
|
|
<description align="right" id="${row}[size]"/>
|
2014-08-11 18:24:11 +02:00
|
|
|
<buttononly id="${row}[save]" image="fileexport" onclick="app.mail.saveAttachment"/>
|
|
|
|
<buttononly id="${row}[saveAsVFS]" image="filemanager/navbar" onclick="app.mail.saveAttachmentToVFS"/>
|
|
|
|
<buttononly class="$row_cont[classSaveAllPossiblyDisabled]" id="${row}[save_all]" image="mail/save_all" onclick="app.mail.saveAllAttachmentsToVFS"/>
|
|
|
|
<buttononly class="$row_cont[classSaveAllPossiblyDisabled]" id="${row}[save_zip]" image="mail/save_zip" onclick="app.mail.saveAllAttachmentsToZip" label="Save as Zip"/>
|
2014-07-15 14:14:21 +02:00
|
|
|
</row>
|
|
|
|
</rows>
|
2013-10-18 11:58:25 +02:00
|
|
|
</grid>
|
2013-12-23 23:37:40 +01:00
|
|
|
<buttononly class="et2_button ui-button" label="Show all attachments" image="foldertree_nolines_plus" onclick="app.mail.showAllHeader"/>
|
2013-10-01 13:29:54 +02:00
|
|
|
</hbox>
|
2014-02-27 18:47:06 +01:00
|
|
|
<toolbar id="toolbar" class="mailPreviewIcons"/>
|
2014-09-22 18:25:36 +02:00
|
|
|
<box id="mailPreviewContainer">
|
|
|
|
<iframe frameborder="1" id="messageIFRAME" scrolling="auto"/>
|
|
|
|
</box>
|
2013-04-12 11:22:23 +02:00
|
|
|
</vbox>
|
2013-02-22 17:05:43 +01:00
|
|
|
</split>
|
2015-09-02 11:31:47 +02:00
|
|
|
</template>
|
|
|
|
<template id="mail.index.nospliter" template="" lang="" group="0" version="1.9.001">
|
2016-02-25 16:07:35 +01:00
|
|
|
<nextmatch id="nm" onselect="app.mail.mail_preview" template="mail.index.rows" header_left="mail.index.add" header_right="mail.index.quota"/>
|
2015-09-02 11:31:47 +02:00
|
|
|
</template>
|
|
|
|
<template id="mail.index.rows" template="" lang="" group="0" version="1.9.001">
|
|
|
|
<grid width="100%">
|
|
|
|
<columns>
|
|
|
|
<column width="25"/>
|
|
|
|
<column width="20"/>
|
|
|
|
<column width="20"/>
|
|
|
|
<column width="40%"/>
|
|
|
|
<column width="95"/>
|
|
|
|
<column width="95"/>
|
|
|
|
<column width="30%"/>
|
|
|
|
<column width="30%"/>
|
|
|
|
<column width="30%"/>
|
|
|
|
<column width="80"/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row class="th">
|
|
|
|
<nextmatch-sortheader label="ID" id="uid" readonly="true"/>
|
|
|
|
<nextmatch-header statustext="Status" label="St." id="status"/>
|
|
|
|
<nextmatch-header statustext="attachments, ..." label="..." id="attachments"/>
|
|
|
|
<nextmatch-sortheader label="subject" id="subject"/>
|
|
|
|
<nextmatch-sortheader align="center" label="date" id="date" sortmode="DESC"/>
|
|
|
|
<nextmatch-sortheader align="center" label="arrival" id="arrival"/>
|
|
|
|
<nextmatch-sortheader label="mail-address" id="address"/>
|
|
|
|
<nextmatch-sortheader label="to" id="toaddress"/>
|
|
|
|
<nextmatch-sortheader label="from" id="fromaddress"/>
|
|
|
|
<nextmatch-sortheader align="center" label="size" id="size"/>
|
|
|
|
</row>
|
|
|
|
<row class="$row_cont[class]">
|
|
|
|
<description id="${row}[uid]" no_lang="1" readonly="true"/>
|
|
|
|
<description span="1" class="status_img"/>
|
|
|
|
<html id="${row}[attachments]"/>
|
2016-02-18 16:46:02 +01:00
|
|
|
<vbox>
|
|
|
|
<description id="${row}[subject]" no_lang="1"/>
|
|
|
|
<description id="${row}[bodypreview]" no_lang="1" class='et2_label bodypreview'/>
|
|
|
|
</vbox>
|
2015-09-02 11:31:47 +02:00
|
|
|
<date-time_today align="center" id="${row}[date]" readonly="true"/>
|
|
|
|
<date-time_today align="center" id="${row}[modified]" readonly="true"/>
|
|
|
|
<url-email id="${row}[address]" contact_plus = "true" readonly="true"/>
|
|
|
|
<url-email id="${row}[toaddress]" contact_plus = "true" readonly="true"/>
|
|
|
|
<url-email id="${row}[fromaddress]" contact_plus = "true" readonly="true"/>
|
|
|
|
<vfs-size align="right" id="${row}[size]" no_lang="1" readonly="true"/>
|
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</template>
|
2016-02-25 16:07:35 +01:00
|
|
|
<template id="mail.index.add" template="" lang="" group="0" version="1.9.001">
|
|
|
|
<buttononly id="button[mailcreate]" onclick="app.mail.mail_compose(false);" label="Compose"/>
|
|
|
|
</template>
|
|
|
|
<template id="mail.index.quota" template="" lang="" group="0" version="1.9.001">
|
2015-09-02 11:31:47 +02:00
|
|
|
<hbox class="mail-index_vacation"><vbox>
|
|
|
|
<description id="nm[vacationnotice]" class="@nm[vacationclass]"/>
|
|
|
|
<description id="nm[vacationrange]" class="@nm[vacationrangeclass]"/></vbox>
|
|
|
|
</hbox>
|
2016-02-25 16:07:35 +01:00
|
|
|
<hbox class="mail-index_quotabox"><progress id="nm[quotainpercent]" label="@nm[quota]" class="@nm[quotaclass]"/></hbox>
|
|
|
|
</template>
|
|
|
|
<template id="mail.index" template="" lang="" group="0" version="1.9.001">
|
|
|
|
<tree autoloading="mail.mail_ui.ajax_foldertree" id="nm[foldertree]" onclick="app.mail.mail_changeFolder" parent_node="mail-tree_target" onopenstart="app.mail.subscription_autoloadingStart" onopenend="app.mail.subscription_autoloadingEnd" highlighting="true"/>
|
2015-09-02 11:31:47 +02:00
|
|
|
<template id="mail.index.spliter" height="100%" template="mail.index.spliter"/>
|
2015-02-27 17:28:51 +01:00
|
|
|
<iframe frameborder="1" id="extra_iframe" scrolling="auto" disabled="true"/>
|
2013-02-08 20:11:44 +01:00
|
|
|
</template>
|
2013-04-12 12:35:40 +02:00
|
|
|
</overlay>
|