data/user-42-contacts.html
author Tomas Zeman <tzeman@volny.cz>
Wed, 11 Jan 2012 12:20:02 +0100
changeset 24 b2e28b22abc9
parent 22 3b2416b568ca
permissions -rw-r--r--
User page: table switches -> links

<table summary="Contacts" class="datatable">
	<caption>Contacts of Jan Novák</caption>
	<thead>
		<tr>
			<th scope="col">Name</th>
			<th scope="col">Phone</th>
			<th scope="col">Address</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<th id="1" scope="row">Jan Novák</th>
			<td>+420 123 456 789</td>
			<td>Na bělidle 789/12, Praha 22</td>
		</tr>
		<tr>
			<th id="2" scope="row">Jan Novák</th>
			<td>+420 987 654 321</td>
			<td></td>
		</tr>
	</tbody>

</table>