<div class="ad_temp">
<ul class="temp3">
<foreach>
<li>
<a <?php if('{{imgurl}}' != ''): ?>href="{{imgurl}}"<?php endif; ?>>
<?php if('{{src}}' != ''): ?>
<img src="{{src}}" />
<?php else:?>
<span>300*300</span>
<?php endif; ?>
</a>
</li>
</foreach>
</ul>
</div>