Removed stale snippet
[dataminer.git] / src / main / webapp / templates-hidden / crud / list.html
blob3a6dde7e7289f2623207be272b7575b2cdca16e1
1 <lift:surround with="default" at="content">
2 <table>
3 <thead>
4 <tr>
5 <entities:headers>
6 <th><header:content /></th>
7 </entities:headers>
8 </tr>
9 </thead>
10 <tbody>
11 <entities:values>
12 <tr>
13 <entity:value>
14 <td>
15 <value:content />
16 </td>
17 </entity:value>
18 </tr>
19 </entities:values>
20 </tbody>
21 </table>
22 </lift:surround>