Subversion-Projekte lars-tiefland.prado

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<!doctype html public "-//W3C//DTD XHTML 1.0 Strict//EN"
2
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
 
4
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
5
<head>
6
	<title>Person</title>
7
</head>
8
 
9
<body>
10
 
11
<com:TForm>
12
	<h1>Person List</h1>
13
	<com:TDataGrid id="personList">
14
		<com:TBoundColumn DataField="BirthDate"
15
				HeaderText="Birth Date"/>
16
	</com:TDataGrid>
17
</com:TForm>
18
</body>
19
</html>