data/user-42-contacts.html
author Tomas Zeman <tzeman@volny.cz>
Wed, 11 Jan 2012 12:10:10 +0100
changeset 22 3b2416b568ca
permissions -rw-r--r--
User page, panel

<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>