Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Samples / MonoRail / DiggPaginationSample / DiggExample / Views / Home / indexselect4.vm
blob841b9b4f4c0c8c6b8258b3332dbf66858c5e622c
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 #blockcomponent(SelectStylePagination with "page=$items" "renderifonlyonepage=false")\r
10 #startblock\r
11 <tr>\r
12     <td colspan="2">\r
13 #end\r
14 #endblock\r
15     </td>\r
16 </tr>\r
17 #end\r
18 #end\r
19 </table>