{include file="common/head.tpl.html" title=$lang.global_reporting html5=true} {calendar->init}
{if !$hide_peroid} {/if}
{$name}   {$lang.vacationnotify_period} {$lang.global_from2}: {calendar->input name="start_date" value=$def.start_date} {$lang.global_to2}: {calendar->input name="stop_date" value=$def.stop_date}
{if $data_template}
{include file=$data_template}
{/if}
{cssbutton->sub script="enable_buttons()" name="save" string=$lang.reporting_report id="save"} {if $result_docs} {controls->select_multiple_button id="document_type" value=$result_docs_types_selected name="data[document_type]" label=$lang.reporting_result_document_create options=$result_docs_types} {docs->open modul="reportresults" id=$rid} {/if} {if $graph} {cssbutton->window_resizeable id="wgraph" color="808080" string=$lang.reporting_graph query="op=reporting_graph&rid=`$rid`" w_width=840 w_height=620 scroll=1 disabled=true} {/if} {cssbutton->link id="wopen1" color="808080" query="op=reporting_print&download=true&rid=`$rid`&template='+get_template()+'" string=$lang.reporting_open_word disabled=true} {cssbutton->link id="wopen2" color="808080" query="op=reporting_print&download_xls=true&rid=`$rid`&template='+get_template()+'" string=$lang.reporting_open_xls disabled=true} {cssbutton->window_resizeable id="wprint" color="808080" string=$lang.global_print query="op=reporting_print&rid=`$rid`&template='+get_template()+'" w_width=800 w_height=600 scroll=1 disabled=true}
{include file="common/foot.tpl.html"}