HTML-FormFu

 view release on metacpan or  search on metacpan

examples/unicode/root/view.tt  view on Meta::CPAN

<!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>



( run in 0.342 second using v1.01-cache-2.11-cpan-acebb50784d )