equal
deleted
inserted
replaced
|
1 <table summary="Tasks" class="datatable"> |
|
2 <caption>Project tasks</caption> |
|
3 <thead> |
|
4 <tr> |
|
5 <th scope="col">ID</th> |
|
6 <th scope="col">Name</th> |
|
7 <th scope="col">Responsible</th> |
|
8 <th scope="col">Status</th> |
|
9 <th scope="col">% complete</th> |
|
10 <th scope="col">Deadline</th> |
|
11 </tr> |
|
12 </thead> |
|
13 <tfoot> |
|
14 <tr> |
|
15 <th scope="row">Total</th> |
|
16 <td colspan="5">...</td> |
|
17 </tr> |
|
18 </tfoot> |
|
19 <tbody> |
|
20 <tr> |
|
21 <th id="1" scope="row"><a href="task-1.html">1</a></th> |
|
22 <td><a href="task-1.html">Předprojektová příprava</a></td> |
|
23 <td>Jan Novák</td> |
|
24 <td>Finished</td> |
|
25 <td class="td-right">100</td> |
|
26 <td>10.1.2012</td> |
|
27 </tr> |
|
28 <tr> |
|
29 <th id="2" scope="row">2</th> |
|
30 <td>Objednávka materiálu</td> |
|
31 <td>Jan Novák</td> |
|
32 <td>In progress</td> |
|
33 <td class="td-right">70</td> |
|
34 <td>10.1.2012</td> |
|
35 </tr> |
|
36 </tbody> |
|
37 </table> |
|
38 |
|
39 |