查看文件: banner_11.php
大小: 1.13 KB
类型: application/octet-stream
<? $thisraid=11; $thisobj=0; $thisobj2=0; for($i=0;$i<count($raid);$i++){ if($thisraid==$raid[$i] && $this_xid==$xid[$i] ){ $thisobj++; } } $thiscount= ceil($thisobj / 3); ?> <? if($homebaneer){?><div class="container"> <? }?> <br> <div class="services"> <h3><? if($xidshowtitle[$rcount]=='Y'){?><? echo $xidtitle[$rcount]; ?><? } ?></h3> <? for($i=0;$i<count($raid);$i++){ if($thisraid==$raid[$i] && $this_xid==$xid[$i] ){ $thisobj2++; if($thisobj2==1){ ?> <div class="col-xs-6 col-md-4 services-grids"> <ul> <? } ?> <li><a href="<?= ($link[$i]=="")?"#":$link[$i] ; ?>" target="<?= $linktag[$i] ; ?>"><?= $doc[$i] ;?></a></li> <? if($thisobj2==$thiscount){ $thisobj2=0; ?> </ul> </div> <? } ?> <? } } if($thisobj2>0){ echo "</ul></div>"; } ?> <div class="clearfix"> </div> </div> <? if($homebaneer){?> </div> <? }?> <? $rstop=1; ?>
保存
取消
返回文件列表