File: manipulate.html

package info (click to toggle)
libpetal-perl 2.23-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,088 kB
  • ctags: 162
  • sloc: perl: 4,738; xml: 726; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 682 bytes parent folder | download | duplicates (9)
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
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     
<html	xml:lang="en"
	lang="en-"
	xmlns="http://www.w3.org/1999/xhtml"  
	xmlns:TAL="http://purl.org/petal/1.0/"
	TAL:attributes="xmlns:petal string: http://purl.org/petal/1.0/;"
>

<head>
	<title petal:content="session/get_form_action_label">Action Label</title>
</head>

<body bgcolor="white">
	
<form petal:attributes="action session/get_form_action">
<input 	type='hidden' 
	TAL:attributes="name configuration/get_identity_field_name;" 
	petal:attributes="value entry/${configuration/get_identity_field_name};"
/>
</form>

</body>
</html>