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.
 
 
 
 

72 lines
2.3 KiB

{template 'header'}
<style type="text/css">
.map p {margin:0px;line-height:28px;padding:0 0 0 20px;font-size:14px;}
.L1 {}
.L2 {background:#FF6600;color:#FFFFFF;}
</style>
<div class="m">
<div class="nav"><a href="{$MODULE[1][linkurl]}">首页</a> <i>&gt;</i> <a href="./">网站地图</a>{if $mid} <i>&gt;</i> {$MODULE[$mid][name]}{/if}</div>
{if $action=='letter'}
<div class="map">
<div class="box_head">
<span class="f_r px16">
{loop $LETTER $L}
<a href="{rewrite('index.php?mid='.$M['moduleid'].'&letter='.$L)}"><span class="{if $letter==$L}L2{else}L1{/if}">&nbsp;{$L}&nbsp;</span></a>
{/loop}
</span>
<a href="{rewrite('index.php?mid='.$M['moduleid'])}"><strong>{$M[name]}</strong></a>
</div>
<div class="box_body">
{if $CATALOG}
<table cellspacing="0" cellpadding="0">
{loop $CATALOG $i $c}
{if $i%8==0}<tr>{/if}
<td valign="top" width="150">
<p><a href="{$M[linkurl]}{$c[linkurl]}" target="_blank">{set_style($c[catname], $c[style])}</a> <span class="f_gray">({$c[item]})</span></p>
</td>
{if $i%8==7}</tr>{/if}
{/loop}
</table>
{else}
<br/><br/><br/><center>没有字母 <strong>{$letter}</strong> 开头的类目</center><br/><br/><br/>
{/if}
</div>
</div>
{elseif $action=='module'}
<div class="box_head">
<span class="f_r px16">
{loop $LETTER $L}
<a href="{rewrite('index.php?mid='.$M['moduleid'].'&letter='.$L)}"><span class="L1">&nbsp;{$L}&nbsp;</span></a>
{/loop}
</span>
<a href="{$M[linkurl]}" target="_blank"><strong>{$M[name]}</strong></a>
</div>
<div class="box_body">
<div class="catalog" style="border:none;padding:0;">
{template 'catalog', 'chip'}
</div>
</div>
{else}
{loop $MODULE $m}
{if $m[moduleid] > 3 && !$m[islink]}
<div class="map">
<div class="box_head"><span class="f_r f_gray c_p" onclick="Go('{rewrite('index.php?mid='.$m['moduleid'])}');">更多</span><a href="{$m[linkurl]}" target="_blank"><strong>{$m[name]}</strong></a></div>
<div class="box_body">
<table cellspacing="0" cellpadding="0">
{php $child = get_maincat(0, $m[moduleid]);}
{loop $child $i $c}
{if $i%8==0}<tr>{/if}
<td valign="top" width="150">
<p><a href="{$m[linkurl]}{$c[linkurl]}" target="_blank">{set_style($c[catname], $c[style])}</a></p>
</td>
{if $i%8==7}</tr>{/if}
{/loop}
</table>
</div>
</div>
<div class="b20">&nbsp;</div>
{/if}
{/loop}
{/if}
</div>
{template 'footer'}