summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/TestMasterPage.tpl
blob: a599ded4f6705548c826b270b7126915577aa3cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
	   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">
<!-- $Id$ -->
<com:THead Title="Active Control Tests" />
 <body>
 <com:TForm>
 	<com:TContentPlaceHolder ID="body"/>
 </com:TForm>
 </body>
</html>