responselinks.jspf

来自「pebble-blog 博客源码博客源码博客源码」· JSPF 代码 · 共 14 行

JSPF
14
字号
<div class="contentItemLinks">  <c:choose>    <c:when test="${blogEntry.numberOfResponses > 0}">      <a href="${blogEntry.localPermalink}#responses"><fmt:message key="blogentry.responses" />[<fmt:formatNumber value="${blogEntry.numberOfResponses}"/>]</a>      <a href="${blogEntry.blog.url}responses/rss.xml?entry=${blogEntry.id}"><img src="common/images/feed-icon-10x10.png" alt="RSS feed for responses to this blog entry" border="0" /></a>    </c:when>    <c:when test="${blogEntry.commentsEnabled}">      <a href="${blogEntry.blog.url}replyToBlogEntry.action?entry=${blogEntry.id}"><fmt:message key="comment.addComment"/></a>      <a href="${blogEntry.blog.url}responses/rss.xml?entry=${blogEntry.id}"><img src="common/images/feed-icon-10x10.png" alt="RSS feed for responses to this blog entry" border="0" /></a>    </c:when>    <c:otherwise>    </c:otherwise>  </c:choose></div>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?