Logo white

wxd / MEIDD_MSCP_PHP

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • MEIDD_MSCP_PHP
  • public
  • template
  • html
  • advertising
  • mobliehtmpicTwo.html
  • 初始文件
    7103d67a
    season authored
    2020-01-18 16:16:35 +0800  
    Browse Code »
mobliehtmpicTwo.html 305 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<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>