You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
378 B
11 lines
378 B
<table width="100%" cellspacing="0">
|
|
{if $CATALOG}
|
|
{loop $CATALOG $i $c}
|
|
{if $i%$cols==0}<tr>{/if}
|
|
<td width="{$precent}%"><a href="{$MOD[linkurl]}{$c[linkurl]}" target="_blank"><span>{set_style($c[catname], $c[style])}</span></a></td>
|
|
{if $i%$cols==$cols-1}</tr>{/if}
|
|
{/loop}
|
|
{else}
|
|
<tr><td>没有拼音字母 <strong>{$letter}</strong> 开头的类目</td></tr>
|
|
{/if}
|
|
</table>
|