Applied patch from Tanner Burson, adding Brail support to the generator.
[castle.git] / Tools / Generator / Generators / Scaffold / Templates / views / layout.vm
blob55e0bb3c85dffafd823742bca70645fa17591f08
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"\r
2         "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">\r
3 \r
4 <html xmlns="http://www.w3.org/1999/xhtml" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en">\r
5 <head>\r
6         <title>$!title</title>\r
7         <link rel="stylesheet" type="text/css" href="$siteRoot/<%= ContentBasePath %>/stylesheets/scaffold.css">\r
8         $AjaxHelper.GetJavascriptFunctions()\r
9         $Effects2Helper.GetJavascriptFunctions()\r
10         $EffectsFatHelper.GetJavascriptFunctions()\r
11 </head>\r
12 <body>\r
13 <h1>$!title</h1>\r
14 $childContent\r
15 </body> \r
16 </html>\r