diff options
author | Vitaly Takmazov | 2017-04-07 10:29:52 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-04-07 10:29:52 +0300 |
commit | 9820abe11c0c037f50bb2f7ddbb0bd19646264dc (patch) | |
tree | 5a33901fc294546c40b0cdbc65640b041e4c694e /juick-spring-www/src/test/resources/tests/simple.thtest | |
parent | 6951e2ad47ed4db3dc7d0b08aeadeb09bc3b994d (diff) |
juick-www: merge juick-spring-www i18n, drop thymeleaf
Diffstat (limited to 'juick-spring-www/src/test/resources/tests/simple.thtest')
-rw-r--r-- | juick-spring-www/src/test/resources/tests/simple.thtest | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/juick-spring-www/src/test/resources/tests/simple.thtest b/juick-spring-www/src/test/resources/tests/simple.thtest deleted file mode 100644 index 1505a382..00000000 --- a/juick-spring-www/src/test/resources/tests/simple.thtest +++ /dev/null @@ -1,25 +0,0 @@ -%TEMPLATE_MODE HTML -# ------------ separator comment ----------- -%CONTEXT -onevar = 'Goodbye,' -# ------------------------------------------ -%MESSAGES -one.msg = Crisis -# ------------------------------------------ -%INPUT -<!DOCTYPE html> -<html> - <body> - <span th:text="${onevar}">Hello,</span> - <span th:text="#{one.msg}">World!</span> - </body> -</html> -# ------------------------------------------ -%OUTPUT -<!DOCTYPE html> -<html> - <body> - <span>Goodbye,</span> - <span>Crisis</span> - </body> -</html>
\ No newline at end of file |