article_category_tree.lbi
来自「ECSHOP是一款开源免费的通用电子商务平台构建软件」· LBI 代码 · 共 14 行
LBI
14 行
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<div class="title-div"><img src="../images/article_category.gif" alt="Category" width="158" height="39" /></div>
<div id="cat-div" style="padding:5px 10px;">
<ul>
<!--{foreach from=$article_categories item=cat}-->
<li> <span class="parent-cat"><A href="{$cat.url}">{$cat.name|escape:html}</A></span><br />
<!--{foreach from=$cat.children item=child}-->
<span style="white-space:nowrap;"><A href="{$child.url}">{$child.name|escape:html}</A></span>
<!--{/foreach}-->
</li>
<!--{/foreach}-->
</ul>
</div>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?