⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 aboutauthor.tag

📁 pebble-blog 博客源码博客源码博客源码
💻 TAG
字号:
<%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jstl/fmt_rt" prefix="fmt" %>

<%--
 Displays the "about" information, as set on the blog properties page.
--%>
<c:if test="${blogType == 'singleblog'}">
<c:if test="${displayMode == 'detail' and not empty blogEntry and not empty blogEntry.user.profile}">
<div class="sidebarItem">
  <div class="sidebarItemTitle"><span><fmt:message key="common.aboutAuthor" /> <a href="authors/${blogEntry.user.username}/rss.xml"><img src="common/images/feed-icon-10x10.png" alt="RSS feed" border="0" /></a></span></div>
  <div class="sidebarItemBody">
    ${blogEntry.user.profile}
    <br /><br />
    <a href="authors/${blogEntry.user.username}/"><fmt:message key="common.readMore" /></a>
  </div>
</div>
</c:if>
</c:if>

⌨️ 快捷键说明

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