<#assign gridName="patrolAlarmCardGrid${uuid!}"> <#include "public/template/searchTemplate.html"> <#macro topSearchContent> <#macro belowSearchContent>
<@searchContent gridName="${gridName}"/> <@ZKUI.Toolbar gridName="${gridName}"> <@ZKUI.LinkButton id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh"> <@ZKUI.LinkButton id="patrolAlarmCard.do?edit" text="common_op_new" img="comm_add.png" action="commonAdd"> <@ZKUI.LinkButton id="patrolAlarmCard.do?delete" text="common_op_del" img="comm_del.png" action="commonDel"> <@ZKUI.Grid gridName="${gridName}" vo="com.zkteco.zkbiosecurity.patrol.vo.PatrolAlarmCardItem" query="patrolAlarmCard.do?list"/>