mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-05 05:12:51 -04:00

added first basic default style. style Button disabled need to be fix. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@500 b45a01b8-16f6-495d-af2f-9b41ad6348cc
28 lines
No EOL
498 B
HTML
28 lines
No EOL
498 B
HTML
<style type="text/css">
|
|
%css-style%
|
|
</style>
|
|
|
|
<table width='100%' cellpadding='0' cellspacing='0'>
|
|
<tr>
|
|
<td align='right' width='32' bgcolor='white' rowspan='2'>
|
|
<div>
|
|
<img src='%avatar%'>
|
|
</div>
|
|
</td>
|
|
<td class='header incomingHeader'>
|
|
%name%
|
|
</td>
|
|
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<table width='100%' cellpadding='0' cellspacing='0'>
|
|
<tr>
|
|
<td>%message%</td>
|
|
<td width='50' align='left' class='time incomingTime'>%timestamp%</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|