{$lang.termine_startsat}:
|
{if !$write_ressources}
{calendar->input name="start_date" value=$start_date onfocus="auto_date(true)" locked="true"}
{else}
{calendar->input name="start_date" value=$start_date onfocus="exec_auto_date();$('start_date_old').value=this.value;"}
{/if}
|
{if $day}
{controls->combo_time name="start_time" width="70px" selected=$start_time onchange="set_stoptime();" readonly="true"}
{else}
{if !$write_ressources}
{controls->combo_time name="start_time" width="70px" selected=$start_time onchange="set_stoptime();" readonly="true"}
{else}
{controls->combo_time name="start_time" id="start_time" width="70px" selected=$start_time onchange="set_stoptime();"}
{/if}
{/if}
|
{if !$write_ressources}
{else}
{cssbutton->image id="day" script="day_click(this)" icon_left="day-full" width=25 height=26 title=$lang.kontakteterm_fulltime}
{/if}
{html->input_hidden name="day" id="day1" value=$day}
|
{if !$write_ressources}
{else}
{/if}
|
{$lang.termine_endsat}:
|
{if !$write_ressources}
{calendar->input name="stop_date" value=$stop_date locked="true"}
{else}
{calendar->input name="stop_date" value=$stop_date}
{/if}
|
{if $day}
{controls->combo_time name="stop_time" width="70px" selected=$stop_time readonly="true"}
{else}
{if !$write_ressources}
{controls->combo_time name="stop_time" width="70px" selected=$stop_time readonly="true"}
{else}
{controls->combo_time name="stop_time" width="70px" selected=$stop_time}
{/if}
{/if}
|
|
{if $rem}{assign var="readonly" value="0"}{else}{assign var="readonly" value="1"}{/if}
{controls->select_single name="remember"
values="5,300,600,900,1800,3600,7200,10800,14400,18000,21600,25200,28800,32400,36000,39600,43200,86400,172800,259200,345600,432000,518400,604800,1209600,1814400,2592000,5184000,7776000,10368000,12960000,15552000,23328000,31104000,46656000,62208000"
output="`$lang.date_punctual`, 5 `$lang.date_times[1]`, 10 `$lang.date_times[1]`, 15 `$lang.date_times[1]`, 30 `$lang.date_times[1]`, 1 `$lang.date_times[2]`, 2 `$lang.date_times[3]`,3 `$lang.date_times[3]`, 4 `$lang.date_times[3]`, 5 `$lang.date_times[3]`, 6 `$lang.date_times[3]`, 7 `$lang.date_times[3]`, 8 `$lang.date_times[3]`, 9 `$lang.date_times[3]`, 10 `$lang.date_times[3]`, 11 `$lang.date_times[3]`, 12 `$lang.date_times[3]`, 1 `$lang.date_times[4]`, 2 `$lang.date_times[5]`, 3 `$lang.date_times[5]`, 4 `$lang.date_times[5]`, 5 `$lang.date_times[5]`, 6 `$lang.date_times[5]`, 1 `$lang.date_times[6]`, 2 `$lang.date_times[7]`, 3 `$lang.date_times[7]`, 1 `$lang.date_times[8]`, 2 `$lang.date_times[9]`, 3 `$lang.date_times[9]`, 4 `$lang.date_times[9]`, 5 `$lang.date_times[9]`,6 `$lang.date_times[9]`, 9 `$lang.date_times[9]`, 12 `$lang.date_times[9]`, 18 `$lang.date_times[9]`, 24 `$lang.date_times[9]`"
value=$remember
readonly=$readonly
width=162
}
|
|
|
|
|
|