mirror of
https://github.com/friendica/friendica
synced 2024-11-11 02:22:53 +00:00
15 lines
220 B
HTML
15 lines
220 B
HTML
<table border="1">
|
|
<thead>
|
|
<tr>
|
|
<td>Column 1</td>
|
|
<td>Column 2</td>
|
|
</tr>
|
|
</thead>
|
|
|
|
<tbody>
|
|
<tr>
|
|
<td>Username: {$username}</td>
|
|
<td>Staffid: {$staffid}</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|