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">
|
2005-06-19 10:16:50 +02:00
|
|
|
<!-- $Id$ -->
|
|
|
|
<overlay>
|
|
|
|
<template id="calendar.freetimesearch.rows" template="" lang="" group="0" version="1.0.1.001">
|
|
|
|
<grid>
|
|
|
|
<columns>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row class="th">
|
|
|
|
<description value="Date"/>
|
|
|
|
<description value="Time"/>
|
|
|
|
<description value="Select"/>
|
|
|
|
<description value="Enddate"/>
|
|
|
|
</row>
|
|
|
|
<row class="row">
|
|
|
|
<date options=",16" id="${row}[start]" readonly="true"/>
|
|
|
|
<menulist>
|
2013-10-31 15:51:19 +01:00
|
|
|
<menupopup no_lang="1" id="{$row}start" statustext="select a time"/>
|
2005-06-19 10:16:50 +02:00
|
|
|
</menulist>
|
2013-10-31 15:51:19 +01:00
|
|
|
<button label="Select" id="select[$row]" statustext="use the selected time and close the popup" onclick="app.calendar.freetime_select" />
|
2005-06-19 10:16:50 +02:00
|
|
|
<date-time id="${row}[end]" readonly="true"/>
|
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</template>
|
2006-06-03 01:36:43 +02:00
|
|
|
<template id="calendar.freetimesearch" template="" lang="" group="0" version="1.3.001">
|
2005-06-19 10:16:50 +02:00
|
|
|
<grid>
|
|
|
|
<columns>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
2014-04-01 11:23:56 +02:00
|
|
|
<row class="dialogHeader">
|
2014-09-04 15:37:46 +02:00
|
|
|
<description class="calendar_freetime_header" value="Freetime Search" span="all"/>
|
2005-06-19 10:16:50 +02:00
|
|
|
</row>
|
2014-09-04 15:37:46 +02:00
|
|
|
<row >
|
2005-06-19 10:16:50 +02:00
|
|
|
<description value="Startdate / -time"/>
|
|
|
|
<date-time id="start" statustext="Startdate and -time of the search"/>
|
|
|
|
</row>
|
2014-09-04 15:37:46 +02:00
|
|
|
<row>
|
2005-06-19 10:16:50 +02:00
|
|
|
<description value="Duration"/>
|
|
|
|
<hbox>
|
|
|
|
<menulist>
|
2013-10-31 15:51:19 +01:00
|
|
|
<menupopup no_lang="1" id="duration" statustext="Duration of the meeting" onchange="app.calendar.set_enddate_visibility" options="Use end date"/>
|
2005-06-19 10:16:50 +02:00
|
|
|
</menulist>
|
2013-10-31 15:51:19 +01:00
|
|
|
<date-time id="end" statustext="Enddate / -time of the meeting, eg. for more then one day"/>
|
2005-06-19 10:16:50 +02:00
|
|
|
</hbox>
|
|
|
|
</row>
|
2014-09-04 15:37:46 +02:00
|
|
|
<row>
|
2005-06-19 10:16:50 +02:00
|
|
|
<description value="Timeframe"/>
|
2014-09-04 15:37:46 +02:00
|
|
|
<hbox class="calendar_freetime_timeframe">
|
2013-10-31 15:51:19 +01:00
|
|
|
<date-timeonly id="start_time" statustext="Timeframe to search"/>
|
2005-06-19 10:16:50 +02:00
|
|
|
<description value="til"/>
|
2013-10-31 15:51:19 +01:00
|
|
|
<date-timeonly id="end_time" statustext="Timeframe to search"/>
|
2005-06-19 10:16:50 +02:00
|
|
|
<description value="Weekdays"/>
|
2014-09-04 15:37:46 +02:00
|
|
|
<select-dow rows="10" id="weekdays" statustext="Weekdays to use in search" class="calendar_freetime_dow"/>
|
2005-06-19 10:16:50 +02:00
|
|
|
</hbox>
|
|
|
|
</row>
|
2014-09-04 15:37:46 +02:00
|
|
|
<row>
|
2005-06-19 10:16:50 +02:00
|
|
|
<button label="New search" id="search" statustext="new search with the above parameters"/>
|
|
|
|
<hbox>
|
|
|
|
<menulist>
|
|
|
|
<menupopup no_lang="1" id="search_window" statustext="how far to search (from startdate)"/>
|
|
|
|
</menulist>
|
|
|
|
<button id="cancel" label="Cancel" statustext="Close the window" onclick="window.close();"/>
|
|
|
|
</hbox>
|
|
|
|
</row>
|
2014-09-04 15:37:46 +02:00
|
|
|
<row>
|
2005-06-19 10:16:50 +02:00
|
|
|
<template content="freetime" span="all" id="calendar.freetimesearch.rows"/>
|
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
<styles>
|
2014-09-04 15:37:46 +02:00
|
|
|
body { background-color: white; }
|
2005-06-19 10:16:50 +02:00
|
|
|
</styles>
|
|
|
|
</template>
|
2015-02-17 10:55:05 +01:00
|
|
|
</overlay>
|