<!--{eval $ii=0;}-->
<!--{loop $forums $fkey $fval}-->
<!--{eval $ii=$ii+1;}-->
<li><table width="100%" style="mergin-top:10px">
<tr ><td width="20" height="5"></td></tr>
<tr style="mergin-top:100px"><td width="20">
<!--{if ($forumdetails[$fkey][icon])}-->
<img class="forum-icon" src="{$forumdetails[$fkey][icon]}" width="20" height="20" />
<!--{/if}--></td>
<td style="float:left;" >
<font size="3.5" color="red"><a href="<!--{echo chsfunc::get_url($fkey,'',$filter,$orderby,0,'45')}-->"><b>{$forumdetails[$fkey][name]}</b></a></font>
</td>
<td style="float:left; padding-top:6px;" ><b>(在这里请您查找您需要的成品勋章或者勋章素材!)</b></td>
<td style="float:right;" ><b>欢迎分享您的勋章:<font size="3.5" color="red"><a href="/forum.php?mod=post&action=newthread&fid=45">分享发布</b></a>
</td><td width="20" height="2"></td>
</tr>
<tr><td width="20" height="2"></td></tr>
</table></h2>
<div class="tag">
<!--{eval $cc=0;}-->
<!--{loop $fval[subforums] $subval}-->
<!--{eval $cc=$cc+1;}-->
<!--{if ($cc<=60)}-->
<a href="<!--{echo chsfunc::get_url($subval,'',$filter,$orderby,1,'')}-->">{$forumdetails[$subval][name]}</a>
<!--{/if}-->
<!--{/loop}-->
<!--{if ($usetypeid) }-->
<!--{loop $typeidOfForum[$fkey] $tval}-->
<!--{eval $cc=$cc+1;}-->
<!--{if ($cc<=60)}-->
<a href="<!--{echo chsfunc::get_url($fkey,$tval,$filter,$orderby,0,'')}-->">{$types[$tval]}</a>
<!--{/if}-->
<!--{/loop}-->
<!--{/if}-->
<a href="<!--{echo chsfunc::get_url($fkey,'',$filter,$orderby,0,'')}-->">{lang waterfall:more}>></a>
</div>
</li>
<!--{/loop}-->
把以上代码修改成不要循环显示,改成当输出当前版块的相关信息!
|