server/src/main/webapp/WEB-INF/templates/fragment/pageFragment.html
author ymh <ymh.work@gmail.com>
Tue, 02 Apr 2013 01:56:11 +0200
changeset 127 906fed13c1e1
parent 97 f7d611f50e58
child 150 5b62100b8562
permissions -rw-r--r--
space admin edit.

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
 xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="utf-8" />
<title>pagination fragment</title>
</head>
<body>
    <footer id="footer" th:fragment="footerFragment" >
        <div id="version">© <span th:text="${#dates.year(#dates.createNow())}" class="version-date">2013</span> <a href="http://www.iri.centrepompidou.fr" target="_blank">IRI</a> - Version <span th:text="${T(org.iri_research.renkan.Constants).version}" class="version-version">0.0a</span></div>
    </footer>
</body>
</html>