<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
<div id="result_header">
<%if(!StringUtils.isEmpty(query)){ %>
<b><%=StringEscapeUtils.escapeHtml(query)%></b> の検索結果
<%}
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>