RetroShare/retroshare-gui/src/gui/qss/chat/default.htm
2009-05-07 23:02:07 +00:00

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>