54bf4d481407cf504998b18b85fe7815144c59e8
[biaweb2.git] / templates / doclist.tpl.html
1 <h2>%s</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 %s
12 </tbody>
13 </table>