MINOR Added missing test controller template

This commit is contained in:
Sean Harvey 2009-07-20 10:58:47 +00:00
parent 75aa55be48
commit 1e434e5acf

View File

@ -0,0 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<base href="$BaseHref"></base>
<title>Test multiform controller</title>
</head>
<body>
$Form
</body>
</html>