Newer
Older
TalkjaSolr / web / WEB-INF / jsp / _result_header.jsp
@haya4 haya4 on 22 Apr 2022 431 bytes restore
<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
<div id="result_header">
<%if(!StringUtils.isEmpty(query)){ %>
  <b><%=StringEscapeUtils.escapeHtml(query)%></b> の検索結果&nbsp;&nbsp;&nbsp;
<%}
if(found > 0){%>
  <b><%=found%></b> 件中
  <b><%=start+1%></b> -
  <b><%=start+rows > found ? found : start+rows%></b> 件目
<%}else{ %>
  <b>0</b> 件
<%} %>
( <%=qtime/1000%> 秒 )
</div>