Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Samples / MonoRail / DiggPaginationSample / DiggExample / Views / layouts / default.vm
blob33867f6d713f46cb12a76e156eacbaa6a6c7fd3a
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">\r
2 <html>\r
3         <head>\r
4                 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />\r
5                 <title>Layout</title>\r
6                 <style type="text/css" media="screen">\r
7 body\r
8 {\r
9         background-color: white;\r
10         font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;\r
11         font-size: small;\r
12 }\r
13 table\r
14 {\r
15     border: 1px solid black;\r
16     border-collapse: collapse;\r
17 }\r
18 td \r
19 {\r
20     border: 1px solid black;\r
21 }\r
23 .pagination {\r
24     /* Complete box */\r
25     background-color: yellow;\r
26     font-size: large;\r
27 }\r
29 .pagination a {\r
30     /* links */\r
31     color: red;\r
32 }\r
34 .disabled {\r
35     /* disabled "buttons" */\r
36     color: purple;\r
37 }\r
39 .current {\r
40     /* current page */\r
41     color: blue;\r
42 }               \r
43                 </style>\r
44         </head>\r
45         <body>\r
47 $childContent   \r
48         \r
49         </body>\r
50 </html>\r