Minor style changes
[castle.git] / MonoRail / TestSiteNVelocity / views / UsingComponent2 / GridComponent2.vm
blob561f4ebc13e87f320af6bb4af30d5c7e9c302142
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   #empty\r
11 <td colspan=2>Nothing here</td>\r
12   #end\r
13 #end