fixing ${siteroot} in the layout template.
[castle.git] / Tools / VSNetWizards / CastleTemplates / VS8 / CSharp / MRProject / ViewsPlaceHolder / layout_default.brail
blob002a1d62c24707d8f687cba98d37ed78b1515d2b
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
2 <html>\r
3         <head>\r
4                 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />\r
5                 <title>Sample application - ${?title}</title>\r
6                 <link rel="stylesheet" href="${siteroot}/Content/css/style.css" type="text/css" media="screen" />\r
7 \r
8                 ${?head}\r
9 \r
10                 <!-- We have added the common js files to the project. You can either bring them as static files: -->\r
12                 <script type="text/javascript" src="${siteroot}/Content/js/prototype.js"></script>\r
13                 <script type="text/javascript" src="${siteroot}/Content/js/scriptaculous.js"></script>\r
14                 <script type="text/javascript" src="${siteroot}/Content/js/behaviour.js"></script>\r
15                 <script type="text/javascript" src="${siteroot}/Content/js/formhelper.js"></script>\r
17                 <!-- or use the files bundled with MonoRail. We recommend the former, though -->\r
19                 <!-- \r
20                 ${Ajax.InstallScripts()}\r
21                 ${Behaviour.InstallScripts()}\r
22                 ${Scriptaculous.InstallScripts()}\r
23                 ${Form.InstallScripts()}\r
24                 -->\r
26                 <script type="text/javascript">\r
27                 ${?scripts}\r
28                 </script>\r
30         </head>\r
32 <body>\r
34         <div id="topbar">\r
35                 <h1>Welcome to MonoRail</h1>\r
36         </div>\r
37         \r
38         <div id="sidebar">\r
39         <div>\r
40                 <h2>Further Reference</h2>\r
41                 <ul>\r
42                 <li><a href="#">MonoRail Documentation</a> <p>Dive on MonoRail's official documentation</p> </li>\r
43                 <li><a href="#">MonoRail on using.castleproject</a> <p>Check the latest user contributed samples and discussions</p> </li>\r
44                 <li><a href="#">API Documentation</a> <p>Surf through the public API</p> </li>\r
45                 <li><a href="#">Forum</a> <p>Ask a question</p> </li>\r
46                 </ul>\r
47         </div>\r
48         </div>\r
50         <div id="maincontent">\r
51                 <div>\r
53                         ${ChildOutput}\r
55                         <div style="clear: both;">&nbsp;</div>\r
56                         \r
57                         ${Url.Link('Main page', {@controller: 'Home', @action: 'Index'})}\r
59                 </div>\r
60         </div>\r
62         \r
63 </body>\r
65 </html>\r