update gitignore
This commit is contained in:
@@ -1,38 +0,0 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user