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

38 lines
2.2 KiB
PHP

<?php /*a:0:{}*/ ?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<div style="padding-top: 10px;padding-left: 10px;padding-right: 10px;">
<div style="font-size: 15pt;text-align: center;font-weight: bold;font-family: fangsong;margin-bottom: 10px;">估价对象外观和内部状况照片</div></br>
<ul width="100%" style="list-style: none">
<?php if(count($info['survey_gallery_imgs'])==8): if(is_array($info['survey_gallery_imgs']) || $info['survey_gallery_imgs'] instanceof \think\Collection || $info['survey_gallery_imgs'] instanceof \think\Paginator): $i = 0; $__LIST__ = $info['survey_gallery_imgs'];if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$simg): $mod = ($i % 2 );++$i;if($key%2==0): ?>
<li style="float: left;width: 50%;">
<img src="<?php echo htmlentities($simg['url']); ?>" style="width: 270px;height: 350px;margin-top: 20px;">
</li>
<?php else: ?>
<li style="float: left;width: 50%;">
<img src="<?php echo htmlentities($simg['url']); ?>" style="width: 270px;height: 350px;margin-top: 20px;">
</li>
<?php endif; ?>
<?php endforeach; endif; else: echo "" ;endif; else: if(is_array($info['survey_gallery_imgs']) || $info['survey_gallery_imgs'] instanceof \think\Collection || $info['survey_gallery_imgs'] instanceof \think\Paginator): $i = 0; $__LIST__ = $info['survey_gallery_imgs'];if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$simg): $mod = ($i % 2 );++$i;if($key%2==0): ?>
<li style="float: left;width: 50%;">
<img src="<?php echo htmlentities($simg['url']); ?>" style="width: 270px;height: 285px;margin-top: 20px;">
</li>
<?php else: ?>
<li style="float: left;width: 50%;">
<img src="<?php echo htmlentities($simg['url']); ?>" style="width: 270px;height: 285px;margin-top: 20px;">
</li>
<?php endif; ?>
<?php endforeach; endif; else: echo "" ;endif; ?>
<?php endif; ?>
</ul>
</div>
</body>
</html>