diff options
author | Alexander Alexeev | 2016-12-12 20:58:56 +0700 |
---|---|---|
committer | Vitaly Takmazov | 2016-12-12 22:49:47 +0300 |
commit | e0312a3359d7d2e7fe3d7771ad8d896133a2e2fc (patch) | |
tree | 3bd05fda12e67139cc51b13ca39bb9d94c81bf65 /juick-spring-www/src/main/webapp/WEB-INF/templates/postNotFound.html | |
parent | 415b0ec7da02c07aad8fe85cfe0610ba9f4e5bd4 (diff) |
error page
Diffstat (limited to 'juick-spring-www/src/main/webapp/WEB-INF/templates/postNotFound.html')
-rw-r--r-- | juick-spring-www/src/main/webapp/WEB-INF/templates/postNotFound.html | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/postNotFound.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/postNotFound.html deleted file mode 100644 index 4162aa8b..00000000 --- a/juick-spring-www/src/main/webapp/WEB-INF/templates/postNotFound.html +++ /dev/null @@ -1,23 +0,0 @@ -<!DOCTYPE html> -<html xmlns:th="http://www.thymeleaf.org" - xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" - layout:decorate="~{layout/mainLayout}"> -<head> - <title th:text="#{error.pageNotFound}">Страница не найдена</title> -</head> -<body> - -<section layout:fragment="content"> - <div id="pagetitle"> - <h1 th:text="#{error.pageNotFound}">Страница не найдена</h1> - </div> - - <div id="wrapper"> - <p th:text="#{errors.pageNotFound.extended(${messageId})}">Похоже, пользователь удалил страницу, возможна она и не была создана.</p> - </div> - <div> - <a th:href="@{/}" href="/"><span th:text="#{link.returnToMain}">Вернуться на главную</span></a> - </div> -</section> -</body> -</html>
\ No newline at end of file |