Switched to use tags instead of include

This commit is contained in:
Ziver Koc 2018-08-08 11:35:05 +02:00
parent 5065c24f39
commit f339582025
8 changed files with 59 additions and 38 deletions

View file

@ -1,11 +1,9 @@
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" tagdir="/WEB-INF/tags" %>
<jsp:include page="fragment_header.jsp"/>
<jsp:include page="fragment_navbar.jsp"/>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@taglib prefix="t" tagdir="/WEB-INF/tags" %>
<t:header />
<t:navbar />
<script type="text/javascript">
$(function(){
@ -45,5 +43,4 @@ $(function(){
</div> <!-- /content -->
<jsp:include page="fragment_footer.jsp"/>
<t:footer />