Code Search for Developers
 
 
  

logs.jsp from Kneobase at Krugle


Show logs.jsp syntax highlighted

<%@ include file="/WEB-INF/jsp/include.jsp" %>
<%@ taglib prefix="spring" uri="/spring" %>

<html>
<head><title><fmt:message key="kneobase.title"/> <fmt:message key="log.title" /></title>
<link href="design/stylesheet/kneobase.css" rel="stylesheet" type="text/css">
</head>
<body>

<%@ include file="top.jsp" %>

<fmt:message key="log.intro" />

<hr>

	<c:if test="${logsCommand.exists}">
	<table border="0" width="100%" height="75%">
		<tr>
		<td>
			<iframe width="100%" height="100%" src ="<c:out value="${logsCommand.includeFile}"/>">
			</iframe>			
		</td>
		</tr>
	</table >
	</c:if>
	
	<c:if test="${not logsCommand.exists}">
		<p><font color="red">
		<fmt:message key="log.no_log" >
		  <fmt:param>
		    <b>
		    <c:out value="${logsCommand.robot}"/>
		    </b>
		  </fmt:param>
		</fmt:message>
		</font> </p>
	</c:if>
</body>
</html>




See more files for this project here

Kneobase

Kneobase is an enterprise search engine, based upon the Lucene search engine and the Spring framework. It allows to perform full-text search across many different content sources. It is highly adaptable out-of-the-box and has a pluggable architecture.

Project homepage: http://sourceforge.net/projects/kneobase
Programming language(s): Java,XML
License: other

  config.jsp
  drivers_en.htm
  drivers_es.htm
  include.jsp
  index.jsp
  index_en.htm
  index_es.htm
  logs.jsp
  logs_en.htm
  logs_es.htm
  robots.jsp
  search.jsp
  search_en.htm
  search_es.htm
  top.jsp