-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathexamples.html
More file actions
37 lines (33 loc) · 2.27 KB
/
examples.html
File metadata and controls
37 lines (33 loc) · 2.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
title: Thymol Examples
description: Working examples of Thymol based web pages
---
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
{% include header-section.html level="" %}
<body>
{% include common-section.html %}
<div class="content">
<h2>examples</h2>
<p>There are a number of new examples of Thymol usage in the 2.0
distribution download file (from <a href="http://sourceforge.net/projects/thymol/">sourceforge</a>).</p>
<p>You can see some of these examples in action by trying the following links:</p>
<ul>
<li><a href="examples/templates/thymol/2.0/sessions/session-page-01.html">sessions</a> the persistent session examples in the
examples/templates/thymol/2.0/sessions directory.</li><br/>
<li><a href="examples/templates/thymol/2.0/say-hello/sayhello.html">say-hello</a> the extending Thymeleaf in 5 minutes example (Thymol style)
in the examples/templates/thymol/2.0/say-hello directory.</li><br/>
<li><a href="examples/templates/v21/stsm/stsm3.html">stsm example</a> the extending Thymol to implement some Thymeleaf + Spring
examples in the examples/templates/v21/stsm directory.</li><br/>
<li><a href="examples/templates/v21/ecosystem/with-dialect/with-example1.html">with-dialect</a> a Thymol version of antibrumm's
thymeleaf-extras-with-dialect in the
examples/templates/v21/ecosystem/with-dialect directory.</li><br/>
<li><a href="examples/templates/v21/extrathyme/webapp/WEB-INF/templates/extrathyme.html">extrathyme</a> a Thymol version of the extrathyme custom dialect example in
the examples/templates/v21/extrathyme/ directory.</li><br/>
<li><a href="examples/templates/v21/petclinic/main/webapp/WEB-INF/thymeleaf/welcome.html">petclinic</a> a Thymol enhanced version of the Thymeleaf-enabled SpringSource example
application (see <a href="https://github.com/thymeleaf/thymeleafexamples-petclinic">here</a>). You can find the complete project on github <a href="https://github.com/thymol/thymol.thymeleafexamples-petclinic">here</a>.</li><br/>
<li><a href="index.html">this site</a> the site you're currently browsing is built with Thymol 2.0. For full details go <a href="https://github.com/thymol/thymol.github.io">here</a>.</li>
</ul>
</div>
</body>
</html>