Tables restyled
[dataminer.git] / src / main / webapp / index.html
blobd89605638e1cfbbc3e0f07a6cd574e1734048c99
1 <lift:surround with="default" at="content">
2 <lift:Miners.latest>
3 <h2>Latest miners</h2>
4 <table class="styled-table">
5 <thead>
6 <tr>
7 <th>Name</th>
8 <th>Added by</th>
9 </tr>
10 </thead>
11 <tbody>
12 <miners:entries>
13 <miner:entry>
14 <tr>
15 <td>
16 <entry:href />
17 </td>
18 <td>
19 <entry:user />
20 </td>
21 </tr>
22 </miner:entry>
23 </miners:entries>
24 </tbody>
25 </table>
26 </lift:Miners.latest>
27 </lift:surround>