@ZKUI.Layout style="height:100%;width:100%;">
<@ZKUI.Cell title="base_customReport" hideArrow="true" width="320">
<@ZKUI.GridBox gridName="attCustomReportLeftGridName" autoFirst="true">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input name="name" maxlength="50" title="common_name" type="text"/>
|
@ZKUI.SearchTop>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem type="refresh" action="commonRefresh" permission="att:customReport:refresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="attCustomReport.do?edit" text="common_op_new" width="800" height="600" img="comm_add.png" action="commonAdd" permission="att:customReport:add">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="attCustomReport.do?del&names=(name)" text="common_op_del" img="comm_del.png" action="commonDel" callback="attCustomReportLeftGridDelCallback" permission="att:customReport:del">@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid onRowSelect="attCustomReportLeftGridRowSelect" vo="com.zkteco.zkbiosecurity.att.vo.AttCustomReportItem" query="attCustomReport.do?list"/>
@ZKUI.GridBox>
@ZKUI.Cell>
<@ZKUI.Cell title="base_customReport_detail" hideArrow="true">
@ZKUI.Cell>
@ZKUI.Layout>