File: ih.html

package info (click to toggle)
libpetal-perl 2.20-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,148 kB
  • sloc: perl: 4,712; xml: 726; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
<body>
	<!-- pass vars back to the templating engine in petal:set statements: -->
	<span petal:set="t1 test/object_type foo">
		Object 1: $t1
	</span>
	<span petal:set="t2 test/object_type foo/bar">
		Object 2: $t2
	</span>
	<?var name="set: t3 test/object_type foo"?>
		Object 3: $t3
	<?var name="set: t4 test/object_type foo/bar"?>
		Object 4: $t4
</body>
</html>