📄 search.tag
字号:
<%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jstl/fmt_rt" prefix="fmt" %>
<%@ taglib uri="http://pebble.sourceforge.net/pebble" prefix="pebble" %>
<%--
Displays the search form.
--%>
<c:if test="${blogType == 'singleblog'}">
<div class="sidebarItem">
<div class="sidebarItemTitle"><span><fmt:message key="common.search" /></span></div>
<div class="sidebarItemBody">
<%@ include file="/WEB-INF/fragments/search.jspf" %>
<c:if test="${not empty blog.rootCategory.subCategories}"><a href="./categories/"><fmt:message key="category.categories" /></a> |</c:if>
<c:if test="${not empty tags}"><a href="./tags/"><fmt:message key="tag.tags" /></a> |</c:if>
<a href="search.action"><fmt:message key="search.advancedSearch" /></a>
</div>
</div>
</c:if>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -