renamed page fragments to have fragment prefix
This commit is contained in:
parent
d6bd76e408
commit
b84f583d1c
6 changed files with 7 additions and 7 deletions
0
WebContent/footer.jsp → WebContent/fragment_footer.jsp
Executable file → Normal file
0
WebContent/footer.jsp → WebContent/fragment_footer.jsp
Executable file → Normal file
0
WebContent/header.jsp → WebContent/fragment_header.jsp
Executable file → Normal file
0
WebContent/header.jsp → WebContent/fragment_header.jsp
Executable file → Normal file
0
WebContent/navbar.jsp → WebContent/fragment_navbar.jsp
Executable file → Normal file
0
WebContent/navbar.jsp → WebContent/fragment_navbar.jsp
Executable file → Normal file
|
|
@ -1,8 +1,8 @@
|
||||||
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
|
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
|
||||||
|
|
||||||
<jsp:include page="header.jsp"/>
|
<jsp:include page="fragment_header.jsp"/>
|
||||||
|
|
||||||
<jsp:include page="navbar.jsp"/>
|
<jsp:include page="fragment_navbar.jsp"/>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
|
|
@ -32,5 +32,5 @@
|
||||||
</div> <!-- /content -->
|
</div> <!-- /content -->
|
||||||
|
|
||||||
|
|
||||||
<jsp:include page="footer.jsp"/>
|
<jsp:include page="fragment_footer.jsp"/>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<jsp:include page="header.jsp" />
|
<jsp:include page="fragment_header.jsp" />
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
@ -34,4 +34,4 @@
|
||||||
|
|
||||||
</div> <!-- /container -->
|
</div> <!-- /container -->
|
||||||
|
|
||||||
<jsp:include page="footer.jsp" />
|
<jsp:include page="fragment_footer.jsp" />
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<jsp:include page="header.jsp" />
|
<jsp:include page="fragment_header.jsp" />
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
@ -49,4 +49,4 @@
|
||||||
|
|
||||||
</div> <!-- /container -->
|
</div> <!-- /container -->
|
||||||
|
|
||||||
<jsp:include page="footer.jsp" />
|
<jsp:include page="fragment_footer.jsp" />
|
||||||
Loading…
Add table
Add a link
Reference in a new issue