<#assign gridName="persTrainerPlanGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="name" maxlength="10" title="pers_trainerPlan" type="text"/> <@ZKUI.Layout style="position:absolute; top:70px;bottom:0px;left:0px;right:0px;height:auto;"> <@ZKUI.Cell hideHeader="true"> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="pers:trainerPlan:refresh"/> <@ZKUI.ToolItem id="persTrainerPlan.do?edit" text="common_op_new" width="500" height="380" img="comm_add.png" action="commonAdd" permission="pers:trainerPlan:add"/> <@ZKUI.ToolItem id="persTrainerPlan.do?del&name=(name)" text="common_op_del" img="comm_del.png" action="commonDel" permission="pers:trainerPlan:del"/> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.pers.vo.PersTrainerPlanItem" query="persTrainerPlan.do?list"/>