forked from JavaOPs/topjava
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7b64b95
commit 97a2fc5
Showing
9 changed files
with
95 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,14 @@ | ||
<%@page contentType="text/html" pageEncoding="UTF-8" %> | ||
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> | ||
|
||
<header> | ||
<a href="${pageContext.request.contextPath}/"><spring:message code="app.home"/></a> | <a href="meals"><spring:message code="app.title"/></a> | ||
</header> | ||
<nav class="navbar navbar-dark bg-dark"> | ||
<div class="container"> | ||
<a href="meals" class="navbar-brand"><img src="resources/images/icon-meal.png"> <spring:message code="app.title"/></a> | ||
<form class="form-inline my-2"> | ||
<a class="btn btn-info mr-1" href="users"><spring:message code="user.title"/></a> | ||
<a class="btn btn-primary" href=""> | ||
<span class="fa fa-sign-in"></span> | ||
</a> | ||
</form> | ||
</div> | ||
</nav> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
<%@page contentType="text/html" pageEncoding="UTF-8" %> | ||
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> | ||
<hr> | ||
<footer><spring:message code="app.footer"/></footer> | ||
<%--https://getbootstrap.com/docs/4.0/examples/sticky-footer/--%> | ||
<footer class="footer"> | ||
<div class="container"> | ||
<span class="text-muted"><spring:message code="app.footer"/></span> | ||
</div> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters