File: view.tt

package info (click to toggle)
libhtml-formfu-perl 0.09007-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,184 kB
  • sloc: perl: 13,186; makefile: 9; sql: 5
file content (19 lines) | stat: -rw-r--r-- 499 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html
	PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Unicode Demo
</title>
<style type="text/css" media="all">
	@import url("[% c.uri_for('/vertically-aligned.css') %]");
</style>
</head>
<body>
<p><a href="[% c.uri_for('/') %]">home</a></p>
[% form %]
<p>UTF8 in the template file -&gt; ΓΌ</p>
<p>UTF8 from the database -&gt; [% c.model('DB').resultset('Unicode').find(1).string %]</p>
[% demo_form %]
</body>
</html>