Added RedirectUsingNamedRoute
[castle.git] / Samples / MonoRail / MRCCnetDashboard / Dashboard.Web / views / layouts / default.vm
blobf8f07e97207c0ed70fc6e1308f7e0c5d286f7734
1 <html>\r
2 <head> \r
3         <title>Castle's CCNet Dashboard</title>\r
4         <link rel="STYLESHEET" type="text/css" href="${siteRoot}/content/css/cruisecontrol.css">\r
5         <link rel="STYLESHEET" type="text/css" href="${siteRoot}/content/css/common.css">\r
6 </head>\r
7 \r
8 <body>\r
9 $AjaxHelper.GetJavascriptFunctions()\r
10 $Effects2Helper.GetJavascriptFunctions()\r
11 $ValidationHelper.InstallScripts()\r
14 $childContent\r
17 </body>\r
18 </html>\r