mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-25 11:52:48 +00:00
renamed headTag.jsp -> staticFiles.jsp
This commit is contained in:
parent
85c8237fb5
commit
49c39b65dc
10 changed files with 9 additions and 9 deletions
|
@ -4,7 +4,7 @@
|
||||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<jsp:include page="fragments/headTag.jsp"/>
|
<jsp:include page="fragments/staticFiles.jsp"/>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<jsp:include page="../fragments/headTag.jsp"/>
|
<jsp:include page="../fragments/staticFiles.jsp"/>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<jsp:include page="../fragments/headTag.jsp"/>
|
<jsp:include page="../fragments/staticFiles.jsp"/>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<jsp:include page="../fragments/headTag.jsp"/>
|
<jsp:include page="../fragments/staticFiles.jsp"/>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<jsp:include page="../fragments/headTag.jsp"/>
|
<jsp:include page="../fragments/staticFiles.jsp"/>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<jsp:include page="../fragments/headTag.jsp"/>
|
<jsp:include page="../fragments/staticFiles.jsp"/>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<jsp:include page="../fragments/headTag.jsp"/>
|
<jsp:include page="../fragments/staticFiles.jsp"/>
|
||||||
|
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
|
|
||||||
<jsp:include page="../fragments/headTag.jsp"/>
|
<jsp:include page="../fragments/staticFiles.jsp"/>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<jsp:include page="fragments/headTag.jsp"/>
|
<jsp:include page="fragments/staticFiles.jsp"/>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
Loading…
Reference in a new issue