Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Samples / MonoRail / WizardSample / WizardSampleSite / views / layouts / SimpleWizard.vm
blob2403ed90855dad49d388911635c51137f6e3de54
1 <!-- ================== -->\r
2 <!-- this is the layout -->\r
3 <!-- ================== -->\r
4 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">\r
5 <html>\r
6 <head>\r
7 <title>Simple Wizard</title>\r
8 $Ajax.InstallScripts()\r
9 $Form.InstallScripts()\r
10 </head>\r
12 <body>\r
14 <div>\r
15 $childContent\r
16 </div>\r
18 <hr>\r
20 <!-- Just for debugging purposes \r
21 <pre>\r
22 Current index $session.get_Item("wizard.simplewizardcurrentstepindex") \r
23 current step  $session.get_Item("wizard.simplewizardcurrentstep") \r
24 just started  $session.get_Item("wizard.simplewizardjuststarted") \r
25 </pre>\r
26 -->\r
28 </body>\r
30 </html>\r