repo.or.cz
/
castle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixing an issue with output parameters that are of type IntPtr
[castle.git]
/
Samples
/
MonoRail
/
DiggPaginationSample
/
DiggExample
/
Views
/
Home
/
indexselect1.vm
blob
996607465ab874c2c5383f6ce1f20adf1cb7588e
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
#component(SelectStylePagination with "page=$items")
\r
12
</td>
\r
13
</tr>
\r
14
</table>
\r