equal
deleted
inserted
replaced
|
1 <table summary="Current Projects"> |
|
2 <caption>Project list</caption> |
|
3 <thead> |
|
4 <tr> |
|
5 <th scope="col">Name</th> |
|
6 <th scope="col">Responsible</th> |
|
7 <th scope="col">Status</th> |
|
8 <th scope="col">Deadline</th> |
|
9 </tr> |
|
10 </thead> |
|
11 <tfoot> |
|
12 <tr> |
|
13 <th scope="row">Total</th> |
|
14 <td colspan="3">...</td> |
|
15 </tr> |
|
16 </tfoot> |
|
17 <tbody> |
|
18 <tr> |
|
19 <th id="1" scope="row">100Mbit ABC, s.r.o.</th> |
|
20 <td>Jan Novák</td> |
|
21 <td>Assigned</td> |
|
22 <td>13.3.2012</td> |
|
23 </tr> |
|
24 <tr> |
|
25 <th id="2" scope="row">Dekonfigurace sluzby XYZ</th> |
|
26 <td>Bohuslav Martinů</td> |
|
27 <td>In progress</td> |
|
28 <td>3.2.2012</td> |
|
29 </tr> |
|
30 </tbody> |
|
31 </table> |
|
32 |