Changed to use Authenticate asp.net event instead of Authorize
[castle.git] / Samples / MonoRail / BinderSample / BinderSample.Web / Views / Layouts / scaffold.vm
blob6889c1d25efb921be691c7cfca12766a947cafdb
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                 <link rel="STYLESHEET" type="text/css" href="${siteRoot}/Content/style.css" />\r
5                 <title>Binder Sample</title>\r
6                 $Ajax.InstallScripts()\r
7                 $Behaviour.InstallScripts()\r
8                 $Scriptaculous.InstallScripts()\r
9                 $Form.InstallScripts()\r
10         </head>\r
12 <body>\r
14   $childContent\r
16         <hr/>\r
17         \r
18         $Url.Link('Back to home', "%{controller='Scaffolding',action='index'}")\r
20 </body>\r
22 </html>\r