<@ZKUI.GridBox showColumns="!map"> <@ZKUI.Searchbar onBeforeQuery="attSchDetailsOnBeforeQuery"> <@ZKUI.SearchTop> <@ZKUI.Input type="date" name="attSchDetails_startDate" id="startDate${uuid!}" endId="endDate${uuid!}" title="common_time_from" todayRange="start" today="true" readonly="false"/>   <@i18n 'common_to'/>   <@ZKUI.Input type="date" name="attSchDetails_endDate" id="endDate${uuid!}" title="common_to" today="true" offset="1" hideLabel="true" readonly="false"/> <#if !staff> <@ZKUI.Input id="personPin${uuid!}" title="att_person_pin" type="text"/> <@ZKUI.Input id="deptName${uuid!}" title="pers_dept_deptName" type="text"/> <@ZKUI.SearchBelow> <@ZKUI.Input id="groupName${uuid!}" maxlength="30" title="att_common_groupName" type="text"/> <@ZKUI.Layout style="position:absolute; top:70px;bottom:0px;left:0px;right:0px;height:auto;" pattern="2U" onInit="attSchDetailsDeptHandler"> <@ZKUI.Cell width="240"> <@ZKUI.Tree dynamic="true" id="attSchDetailsDeptTree" url="authDepartment.do?dynaTree&showPersonCount=false" onClick="attSchDetailsDeptTreeClick"> <@ZKUI.Cell hideHeader="true"> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="loadAttSchDetailsGrid" permission=""/> <@ZKUI.ToolItem text="common_op_del" img="comm_del.png" action="attSchDetailsDel" permission="att:schDetails:del"/> <@ZKUI.ToolItem text="common_op_export" img="comm_export.png" action="attSchDetailsExport" type="export" permission="att:schDetails:export"/>