Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Samples / Castle / PetStore.Web / views / Layouts / admin.vm
blobeafb9c807cc87a31a13ec4e2b36e576d23efaa9d
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">\r
2 <html>\r
3 <head>\r
4   <link rel="STYLESHEET" type="text/css" href="${siteRoot}/Content/css/admin.css">\r
5   $AjaxHelper.GetJavascriptFunctions()\r
6   $Effects2Helper.GetJavascriptFunctions()\r
7   $ValidationHelper.InstallScripts()\r
8 </head>\r
9 \r
10 <body>\r
12 $childContent\r
15 <br/>\r
17 <hr noshade/>\r
19 <div style="text-align: center;">\r
20   $HtmlHelper.LinkTo("Back to maintenance", "admin", "index")\r
21 </div>\r
23 </body>\r
25 </html>\r