<#assign gridName="basePrintTemplateGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="name" maxlength="100" title="base_printTemplate_name" type="text"/> <@ZKUI.Toolbar gridName="${gridName}"> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="system:printTemplate:refresh"> <@ZKUI.ToolItem id="/basePrintTemplate.do?edit" text="common_op_new" width="400" height="250" img="comm_add.png" action="commonAdd" permission="system:printTemplate:add"> <@ZKUI.ToolItem id="/basePrintTemplate.do?del&names=(name)&moduleCodes=(moduleCode)" text="common_op_del" img="comm_del.png" action="commonDel" permission="system:printTemplate:del"> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.system.vo.BasePrintTemplateItem" query="/basePrintTemplate.do?list"/>