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.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
     1
<!DOCTYPE html>
97
f7d611f50e58 add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
<html xmlns="http://www.w3.org/1999/xhtml"
f7d611f50e58 add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
 xmlns:th="http://www.thymeleaf.org">
f7d611f50e58 add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
<head>
f7d611f50e58 add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
<meta charset="utf-8" />
f7d611f50e58 add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
<title>pagination fragment</title>
f7d611f50e58 add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
</head>
f7d611f50e58 add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
<body>
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
     9
    <footer id="footer" th:fragment="footerFragment" >
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
    10
        <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>
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
    11
    </footer>
97
f7d611f50e58 add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
</body>
f7d611f50e58 add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
</html>