Compare commits
2 Commits
0265cb0629
...
b251c78b2f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b251c78b2f | ||
|
|
2e1c83d46d |
@@ -33,7 +33,7 @@
|
|||||||
{notempty name="article_categorys"}
|
{notempty name="article_categorys"}
|
||||||
<div class="nav-tree">
|
<div class="nav-tree">
|
||||||
|
|
||||||
<!-- start 三级菜单的测试代码 可删-->
|
<!-- start 三级菜单的测试代码 -->
|
||||||
{volist name="article_categorys" id="ac"}
|
{volist name="article_categorys" id="ac"}
|
||||||
<div class="category">
|
<div class="category">
|
||||||
<!-- 一级 -->
|
<!-- 一级 -->
|
||||||
@@ -62,33 +62,12 @@
|
|||||||
<li><a href="{:url('/index/topic/nas/help_detail', ['cid' => $ac.id, 'id' => $ar.id])}" style="padding-top: 6px;" {eq
|
<li><a href="{:url('/index/topic/nas/help_detail', ['cid' => $ac.id, 'id' => $ar.id])}" style="padding-top: 6px;" {eq
|
||||||
name="ar.id" value="$Request.get.id" }class="active" {/eq}>{$ar.title}</a></li>
|
name="ar.id" value="$Request.get.id" }class="active" {/eq}>{$ar.title}</a></li>
|
||||||
{/volist}
|
{/volist}
|
||||||
<!-- <li><a href="#">APP无法下载/下载失败怎么办?</a></li>-->
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
{/volist}
|
{/volist}
|
||||||
<!-- end 三级菜单的测试代码 可删-->
|
<!-- end 三级菜单的测试代码 -->
|
||||||
|
|
||||||
<!-- {volist name="article_categorys" id="ac"}-->
|
|
||||||
<!-- <div class="category">-->
|
|
||||||
<!-- <div class="category-title">-->
|
|
||||||
<!-- <div class="arrow {if condition='$ac.id == $Request.get.cid'}rotate{/if}">-->
|
|
||||||
<!-- <img src="__IMAGES__/nas-jt.png"-->
|
|
||||||
<!-- class="arrow {if condition='$ac.id == $Request.get.cid'}rotate{/if}" />-->
|
|
||||||
<!-- </div>-->
|
|
||||||
<!-- <span>{$ac.name}</span>-->
|
|
||||||
<!-- </div>-->
|
|
||||||
<!-- <ul class="sub-list" {if condition='$ac.id == $Request.get.cid' }style="display: block;" {/if}>-->
|
|
||||||
<!-- {volist name="ac.article" id="ar"}-->
|
|
||||||
<!-- <li>-->
|
|
||||||
<!-- <a href="{:url('/index/topic/nas/help_detail', ['cid' => $ac.id, 'id' => $ar.id])}" {eq-->
|
|
||||||
<!-- name="ar.id" value="$Request.get.id" }class="active" {/eq}>-->
|
|
||||||
<!-- {$ar.title}-->
|
|
||||||
<!-- </a>-->
|
|
||||||
<!-- </li>-->
|
|
||||||
<!-- {/volist}-->
|
|
||||||
<!-- </ul>-->
|
|
||||||
<!-- </div>-->
|
|
||||||
<!-- {/volist}-->
|
|
||||||
</div>
|
</div>
|
||||||
{/notempty}
|
{/notempty}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user