mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
2919f7a94a
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1193 b45a01b8-16f6-495d-af2f-9b41ad6348cc
16 lines
283 B
HTML
16 lines
283 B
HTML
<style type="text/css">
|
|
%css-style%
|
|
</style>
|
|
<table width='100%'>
|
|
<tr>
|
|
<td class='header incomingHeader'>%name%</td>
|
|
<td width='10%' align='left' class='time incomingTime'>%timestamp% </td>
|
|
|
|
</tr>
|
|
</table>
|
|
<table width="100%">
|
|
<tr>
|
|
<td>%message%</td>
|
|
</tr>
|
|
</table>
|
|
|