📄 forumlist_inc.ftl
字号:
<!-- forumlist_inc.ftl -->
<#if childForums.size() > 0>
<div id="forumChild" class="commonBox">
<table class="forumList commonTable">
<tr class="hd1">
<td colspan="2">
<#if parentForumURL ? exists && parentForumURL != "">
<a href="${parentForumURL?default("")}"> ${parentForumName} </a>
<#else>
${parentForumName}
</#if>
</td>
<td align="right"><img src="${_resPath}/img/three_dot_yes.gif" alt="" style="cursor:pointer;" onclick="expandContent('forumListBox_<#if groupForum?exists>${groupForum.forum_id}</#if>');"></td>
</tr>
<tbody id="forumListBox_<#if groupForum?exists>${groupForum.forum_id}</#if>">
<#comment>鏄
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -