📄 friendleft_inc.ftl
字号:
<#assign url_id = tag_id?default("-3")>
<!-- friendleft_inc.ftl -->
<div id="blogLeft">
<div id="friendClass" class="commonNavBox">
<table class="outline">
<tr class="hd">
<td class="td1">
分类 <a href="${_UrlUtil.encodeURL("/blog/friend.do?_fn=ListFriend&tag_id=-1&friend_type="+_Constants.FRIEND_TYPE_GOOD)}">[全部好友]</a>
</td>
<td class="td2">
<img src="${_resPath}/img/side_view_yes.gif" style="cursor:pointer;" onclick="expandContent('friendClassTable');">
</td>
</tr>
<tbody id="friendClassTable" class="content">
<#list friend_taglist as friend_tag>
<tr class="optionLine">
<td class="option" colspan=2>
<a href="${_UrlUtil.encodeURL("/blog/friend.do?_fn=ListFriend&tag_id="+friend_tag.tag_id+"&friend_type="+_Constants.FRIEND_TYPE_GOOD)}"><span class="<#if url_id ==friend_tag.tag_id>currentChoice</#if>">${friend_tag.tag_name?default("")?html}</span></a>
</td>
</tr>
</#list>
<tr class="optionLine">
<td class="option" colspan=2>
<a href="${_UrlUtil.encodeURL("/blog/friend.do?_fn=ListFriend&tag_id=-2&friend_type="+_Constants.FRIEND_TYPE_GOOD)}"><span class="<#if url_id == "-2">currentChoice</#if>">未分类好友</span></a>
</td>
</tr>
<tr class="optionLine">
<td class="option2" colspan=2>
<a href="${_UrlUtil.encodeURL("/blog/friend.do?_fn=ListFriend&tag_id=-1&friend_type="+_Constants.FRIEND_TYPE_BAD)}">黑名单</a>
</td>
</tr>
<tr class="actionLine">
<td colspan=2>
<#assign iUrl=_UrlUtil.encodeURL("/blog/friend.do?_fn=ViewFriend&friend_type="+_Constants.FRIEND_TYPE_GOOD)>
<input type="button" class="smallButton" value="新好友" onclick="window.location='${iUrl}'">
<#assign iUrl=_UrlUtil.encodeURL("/blog/friend.do?_fn=ViewFriend&friend_type="+_Constants.FRIEND_TYPE_BAD)>
<input type="button" class="smallButton" value="新黑名单" onclick="window.location='${iUrl}'">
</td>
</tr>
</tbody>
</table>
</div><#comment> emailActions </#comment>
</div><#comment> end emailLeft </#comment>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -