{include file="common/head.tpl.html" html5=true} {calendar->init}
{if !$fday} {/if} {if !$fday} {/if}
{$lang.global_appointment} {$lang.termine_startsat}: {calendar->input name="start_date" value=$start_date onfocus="auto_date(true); move_marker();"}
{controls->combo_time name="start_time" selected=$start_time onchange="calc_time(widgets.start_time, widgets.stop_time, `$duration`); move_marker();"}
{$lang.termine_endsat}: {assign var="maxtime" value=($weeks*7*960+960)}{calendar->input name="stop_date" value=$stop_date onfocus="chk_stopdate($maxtime);move_marker();"}
{controls->combo_time name="stop_time" selected=$stop_time onchange="chk_stoptime();move_marker();"}
 
{help->link name="date_available" class="help-explorer"}
{foreach key=uid item=user from=$users} {/foreach}
 
{$lang.global_name}
{$lang.global_all}
{math assign="marker_left" equation="timekorr / 60 / 1.5" timekorr=$timekorr}
{cssbutton->link string=$lang.termine_add_participant link="javascript:show_user_selection();"} {cssbutton->sub name="save" string=$lang.global_saveclose}
{include file="common/foot.tpl.html"}