diff options
Diffstat (limited to 'juick-spring-www/src/main/webapp/WEB-INF/templates/views/settings_result.html')
-rw-r--r-- | juick-spring-www/src/main/webapp/WEB-INF/templates/views/settings_result.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/settings_result.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/settings_result.html new file mode 100644 index 00000000..ddde1baf --- /dev/null +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/settings_result.html @@ -0,0 +1,18 @@ +<!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="${title}">Settings title</title> +</head> + +<body> +<section id="content"> + <p th:utext="${result}">Settings update status</p> +</section> +<aside id="column"> + <p th:replace="views/partial/settings/tabs">Settings navigation</p> +</aside> + +</body> +</html>
\ No newline at end of file |