Show config.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="config.title"/></title>
<link href="design/stylesheet/kneobase.css" rel="stylesheet" type="text/css">
</head>
<body>
<%@ include file="top.jsp" %>
<h1> Fichero de Configuración de Driver Kneobase </h1>
<hr>
<table border="0" width="100%" height="75%">
<tr>
<td>
<iframe width="100%" height="100%" src ="<%=request.getParameter("robotConfigFile")%>">
</iframe>
</td>
</tr>
</table >
</body>
</html>
See more files for this project here