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]
/
MonoRail
/
TestSiteBrail
/
Views
/
UsingComponent2
/
GridComponent2.brail
blob
c1d02b4f2b3ff5667cc55929bfe8dda82981ac6f
1
<?brail
\r
2
component GridComponent, {"source" : contacts}:
\r
3
section header:
\r
4
?>
\r
5
<th>EMail</th>
\r
6
<th>Phone</th>
\r
7
<?brail
\r
8
end
\r
9
section item:
\r
10
?>
\r
11
<td>${item.Email}</td>
\r
12
<td>${item.Phone}</td>
\r
13
<?brail
\r
14
end
\r
15
section empty:
\r
16
?>
\r
17
<td colspan=2>Nothing here</td>
\r
18
<?brail
\r
19
end
\r
20
end
\r
21
?>