#include "/public/template/infoTemplate.html">
<#macro infoContent>
<@ZKUI.Layout pattern="3L" style="height:100%;width:100%;">
<@ZKUI.Cell width="33%" hideArrow="true" hideHeader="true">
@ZKUI.Cell>
<@ZKUI.Cell width="67%" hideArrow="true" title="ivs_patrolReport_ivsInfo">
<@ZKUI.GridBox gridName="ivsReport${uuid}">
<@ZKUI.Grid showColumns="!photoPath" nopaging="true" autoFirst="true" onRowSelect="selectIvsReport" vo="com.zkteco.zkbiosecurity.ivs.vo.patrol.IvsPatrolIvsReportItem" query="ivsPatrolIvsReport.do?list&planId=${(planId)!}&shiftId=${(shiftId)!}&reportDate=${(reportDate)!}"/>
@ZKUI.GridBox>
@ZKUI.Cell>
<@ZKUI.Cell width="67%" hideArrow="true" title="ivs_patrolReport_alarmInfo">
<@ZKUI.GridBox gridName="alarmReport${uuid}">
<@ZKUI.Grid showColumns="!photoPath" nopaging="true" onRowSelect="selectAlarmReport" vo="com.zkteco.zkbiosecurity.ivs.vo.patrol.IvsSimplePatrolAlarmReportItem" query="ivsPatrolAlarmReport.do?simplList&planId=${(planId)!}&shiftId=${(shiftId)!}&reportDate=${(reportDate)!}"/>
@ZKUI.GridBox>
@ZKUI.Cell>
@ZKUI.Layout>
#macro>