Files
pgserver3.0/pgserver/runtime/temp/b8597454fe4e0876764e63ddd9ef5a20.php
annnj-company 130c1026c4 first commit
2026-04-17 18:29:53 +08:00

16 lines
673 B
PHP

<?php /*a:0:{}*/ ?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<div width="100%" style="text-align:center;">
<?php if(is_array($info['report_summary_img']) || $info['report_summary_img'] instanceof \think\Collection || $info['report_summary_img'] instanceof \think\Paginator): $i = 0; $__LIST__ = $info['report_summary_img'];if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$sub): $mod = ($i % 2 );++$i;?>
<img src="<?php echo htmlentities($sub['url']); ?>" style="width:100%;height: auto;">
<?php endforeach; endif; else: echo "" ;endif; ?>
</div>
</body>
</html>