{include file="common/head.tpl.html" nocache=true html5=true} {html->load type="javascript" src="../js/components.js"} {html->load type="javascript" src="../js/ressources_select.js"} {html->load type="javascript" src="../js/ressources_win.js"} {calendar->init}
{if $write_access} {cssbutton->sub name="save" string=$lang.global_saveclose} {else} {cssbutton->dummy string=$lang.global_saveclose} {/if} {if $delete_access} {cssbutton->link name="del" string=$lang.global_delete confirm=$lang.ressources_booking_delhint query="op=ressources_windowbooking&plan_id=`$plan_id`&delete=true"} {else} {cssbutton->dummy string=$lang.global_delete} {/if} {if $write_access && !$serie_parent && !$date_id} {cssbutton->image script="window_open('`$SELF`?op=common_serieswindow&serie_id=`$plan_id`&modul=`$smarty.const.MODULE_RESSOURCES`', `$smarty.const.DATES_SERIES_WIN_WIDTH`, `$smarty.const.DATES_SERIES_WIN_HEIGHT`, 'auto', 'normal')" string="`$lang.termine_serietyp`..." icon_left="serie"} {else} {cssbutton->image disabled="disabled" string="`$lang.termine_serietyp`..." icon_left="serie"} {/if} {help->button name="ressource_window_booking"}
{if !$show_selection} {/if}
{$lang.series_ressource_series}
{$auth}
{$lang.ressources_ressource}:
{$ressource_name}
{$lang.global_subject}:
{$lang.termine_startsat}:
{if $date_id} {calendar->input name="start_date" value=$start_date locked="true"} {else} {calendar->input name="start_date" value=$start_date onfocus="auto_date(true)"} {/if} {if $date_id} {controls->combo_time name="start_time" selected=$start_time readonly="true" width="60px"} {else} {controls->combo_time name="start_time" selected=$start_time onchange="calc_time(widgets.start_time, widgets.stop_time, `$time_diff`)" width="60px"} {/if}
{$lang.termine_endsat}:
{if $date_id} {calendar->input name="stop_date" value=$stop_date locked="true"} {else} {calendar->input name="stop_date" value=$stop_date} {/if} {if $date_id} {controls->combo_time name="stop_time" selected=$stop_time readonly="true" width="60px"} {else} {controls->combo_time name="stop_time" selected=$stop_time width="60px"} {/if}
 
{$lang.global_status}:
  {if $chiefsec && $new}
{/if}
{$lang.global_costcenter}:
  {if $show_fix_costs} {/if}
{$lang.ressources_booking_costs}: {$currency} {html->checkbox name="costs_fixed" value="1" selected=$costs_fixed output=$lang.ressources_fix_costs onclick="ressources_win.$().fix_costs(this)"}
  {if $show_amount} {else} {/if}
{$lang.global_amount}:  
{$lang.global_notes}:
{html->area id="body" name="body" rows="10" wrap="virtual" value=$body class="dynamic-div-content choose-select line-height"}
{if $show_selection}
{$lang.global_ressources}:
{controls->select_ressources name="ressources" parentid="td_ressourceselection" data=$data_ressourceselection ontypechange="ajax.exec('user', 'ajax_set_user_option', 'dates_last_ressourcetype', this.value);" width="160px" height="238px" write_access=$write_ressources single_select=true}
{/if}
{$lang.contact_input}: {$created}
{$lang.global_lastmodifi}: {$changed}
{include file="common/foot.tpl.html"}