Changed the rendering code for templating output
[biaweb2.git] / templates / doclist.tpl.html
1 <h2>{title}</h2>
2 <table style="width:100%;" >
3 <thead style="font-weight:bold;">
4 <tr>
5 <td style="width:50%">Document title</td>
6 <td>Created on</td>
7 <td>Last modified</td>
8 </tr>
9 </thead>
10 <tbody>
11 {docitems}
12 </tbody>
13 </table>