#assign gridName="psgTimeSegGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input name="name" maxlength="30" title="common_timeSeg_name" type="text"/>
|
<@ZKUI.Input name="remark" maxlength="30" title="common_remark" type="text"/>
|
@ZKUI.SearchTop>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="psg:gatePassRule:refresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="psgGatePassRule.do?edit" text="common_op_new" width="1050" height="540" img="comm_add.png" action="commonAdd" permission="psg:gatePassRule:add">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="psgGatePassRule.do?del&names=(name)" text="common_op_del" img="comm_del.png" action="commonDel" permission="psg:gatePassRule:del">@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.psg.vo.PsgGatePassRuleItem" query="psgGatePassRule.do?list"/>
@ZKUI.GridBox>