data/project-1-tasks.html
author Tomas Zeman <tzeman@volny.cz>
Mon, 26 Dec 2011 21:49:24 +0100
changeset 5 ae8a528bc0e5
child 9 c7b5367e6076
permissions -rw-r--r--
Project + tasks
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     1
<table summary="Tasks" class="datatable">
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     2
	<caption>Project tasks</caption>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     3
	<thead>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     4
		<tr>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     5
			<th scope="col">ID</th>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     6
			<th scope="col">Name</th>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     7
			<th scope="col">Responsible</th>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     8
			<th scope="col">Status</th>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     9
			<th scope="col">% complete</th>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    10
			<th scope="col">Deadline</th>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    11
		</tr>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    12
	</thead>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    13
	<tfoot>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    14
		<tr>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    15
			<th scope="row">Total</th>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    16
			<td colspan="5">...</td>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    17
		</tr>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    18
	</tfoot>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    19
	<tbody>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    20
		<tr>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    21
			<th id="1" scope="row"><a href="task-1.html">1</a></th>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    22
			<td><a href="task-1.html">Předprojektová příprava</a></td>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    23
			<td>Jan Novák</td>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    24
			<td>Finished</td>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    25
			<td class="td-right">100</td>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    26
			<td>10.1.2012</td>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    27
		</tr>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    28
		<tr>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    29
			<th id="2" scope="row">2</th>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    30
			<td>Objednávka materiálu</td>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    31
			<td>Jan Novák</td>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    32
			<td>In progress</td>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    33
			<td class="td-right">70</td>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    34
			<td>10.1.2012</td>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    35
		</tr>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    36
	</tbody>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    37
</table>
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    38
ae8a528bc0e5 Project + tasks
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    39