equal
deleted
inserted
replaced
|
1 <table summary="Tasks" class="datatable"> |
|
2 <caption>Tasks of Jan Novák</caption> |
|
3 <thead> |
|
4 <tr> |
|
5 <th scope="col">ID</th> |
|
6 <th scope="col">Name</th> |
|
7 <th scope="col">Project</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" class="td-right"><a href="task-1.html">1</a></th> |
|
22 <td><a href="task-1.html">Předprojektová příprava</a></td> |
|
23 <td><a href="project-1.html">100Mbit ABC, s.r.o.</a></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="5" scope="row" class="td-right">5</th> |
|
30 <td>Objednávka materiálu</td> |
|
31 <td><a href="project-1.html">100Mbit ABC, s.r.o.</a></td> |
|
32 <td>In progress</td> |
|
33 <td class="td-right">70</td> |
|
34 <td>10.1.2012</td> |
|
35 </tr> |
|
36 <tr> |
|
37 <th id="43" scope="row" class="td-right">43</th> |
|
38 <td>Task 43...</td> |
|
39 <td>Poject xyz</td> |
|
40 <td>New</td> |
|
41 <td class="td-right">0</td> |
|
42 <td>12.1.2012</td> |
|
43 </tr> |
|
44 </tbody> |
|
45 </table> |
|
46 |
|
47 |
|
48 |