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
Minor style changes
[castle.git]
/
MonoRail
/
TestSiteNVelocity
/
views
/
UsingComponent2
/
GridComponent1.vm
blob
034254d49bf103cd51b125dbc855ed70376c4d4f
1
#blockcomponent(GridComponent with "source=$contacts")
\r
2
#header
\r
3
<th>EMail</th>
\r
4
<th>Phone</th>
\r
5
#end
\r
6
#item
\r
7
<td>$item.Email</td>
\r
8
<td>$item.phone</td>
\r
9
#end
\r
10
#end