first commit
This commit is contained in:
15
pgserver/runtime/temp/b8597454fe4e0876764e63ddd9ef5a20.php
Normal file
15
pgserver/runtime/temp/b8597454fe4e0876764e63ddd9ef5a20.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user