Show index.jsp syntax highlighted
<%@ include file="/WEB-INF/jsp/include.jsp" %>
<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<title><fmt:message key="kneobase.title"/> <fmt:message key="intro.title"/></title>
<link href="design/stylesheet/kneobase.css" rel="stylesheet" type="text/css">
</head>
<body>
<%@ include file="top.jsp" %>
<fmt:message key="intro.index_page" var="index_page" />
<c:import url="${index_page}" />
</body>
</html>
See more files for this project here