--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/data/user-42-contacts.html Wed Jan 11 12:10:10 2012 +0100
@@ -0,0 +1,24 @@
+<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>
+