Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Samples / MonoRail / DiggPaginationSample / DiggExample / Views / Home / index9.vm
blob3dbeda658ee64126964cf59851258ea82d6fa1e1
1 <table>\r
2 <tr><th>Name</th><th>Index</th></tr>\r
3 #foreach($row in $items)\r
4   <tr>\r
5     <td>$row.Name</td>\r
6     <td>$row.Index</td>\r
7   </tr>\r
8 #end\r
9 <tr>\r
10     <td colspan="2">\r
11 #blockcomponent(DiggStylePagination with "page=$items")\r
12 #link\r
13 <button type="button" onclick="location.href='$url?page=$pageIndex';">$text</button>\r
14 #end\r
15 #end\r
16     </td>\r
17 </tr>\r
18 </table>\r