We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a907c98 + a621b86 commit 7ebcc5aCopy full SHA for 7ebcc5a
web/search.jsp
@@ -164,7 +164,10 @@ include file="menu.jspf"
164
<li>Try different keywords.</li>
165
<li>Try more general keywords.</li>
166
<li>Use 'wil*' cards if you are looking for partial match.</li>
167
- </ul><%
+ </ul>
168
+ <p><b>Completed in <%= System.currentTimeMillis() - starttime
169
+ %> milliseconds</b></p>
170
+ <%
171
} else {
172
// We have a lots of results to show: create a slider for
173
String slider = "";
0 commit comments