| 1 |
lars |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
|
|
|
3 |
|
|
|
4 |
<com:THead Title="PRADO QuickStart Sample">
|
|
|
5 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
|
6 |
<meta http-equiv="content-language" content="en"/>
|
|
|
7 |
</com:THead>
|
|
|
8 |
|
|
|
9 |
<body>
|
|
|
10 |
<com:TForm>
|
|
|
11 |
|
|
|
12 |
<div class="sampleheader">
|
|
|
13 |
|
|
|
14 |
<div class="title">
|
|
|
15 |
<a href="?">PRADO QuickStart Tutorial</a> Sample
|
|
|
16 |
</div>
|
|
|
17 |
<div class="image"></div>
|
|
|
18 |
|
|
|
19 |
</div>
|
|
|
20 |
<div class="samplemenu">
|
|
|
21 |
<div class="copyright">
|
|
|
22 |
Copyright © 2005-2006 <a href="http://www.pradosoft.com">PradoSoft</a>
|
|
|
23 |
</div>
|
|
|
24 |
</div>
|
|
|
25 |
|
|
|
26 |
<div style="margin:15px;">
|
|
|
27 |
<com:TContentPlaceHolder ID="body" />
|
|
|
28 |
</div>
|
|
|
29 |
|
|
|
30 |
</com:TForm>
|
|
|
31 |
</body>
|
|
|
32 |
</html>
|