📄 blockcategories.tpl
字号:
<script type="text/javascript" src="{$js_dir}tools/treeManagement.js"></script>
<!-- 分类模块 -->
<div id="categories_block_left" class="block">
<div class="left_title_bg"><!--标题背景-->
<div class="left_title_bg_right"></div>
<div class="left_title_bg_left">
<h4>{$catgri}</h4>
</div>
</div>
<div class="block_border">
<div class="block_content">
<ul class="tree {if $isDhtml}dhtml{/if}">
{foreach from=$blockCategTree.children item=child name=blockCategTree}
{if $smarty.foreach.blockCategTree.last}
{include file=$branche_tpl_path node=$child last='true'}
{else}
{include file=$branche_tpl_path node=$child}
{/if}
{/foreach}
</ul>
</div>
</div>
</div>
<!-- /分类模块 -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -