Forgot these files.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3442 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-09-04 14:36:49 +00:00
parent 8213a2aa77
commit b067ab5560
4 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,16 @@
<style type="text/css">
%css-style%
</style>
<table width='100%'>
<tr>
<td class='header hincomingHeader'>%name%</td>
<td width='10%' align='left' class='time hincomingTime'>[%timestamp%] </td>
</tr>
</table>
<table width="100%">
<tr>
<td>%message%</td>
</tr>
</table>

View File

@ -0,0 +1,16 @@
<style type="text/css">
%css-style%
</style>
<table width='100%'>
<tr>
<td class='header houtgoingHeader'>%name%</td>
<td width='10%' align='left' class='time houtgoingTime'>[%timestamp%] </td>
</tr>
</table>
<table width="100%">
<tr>
<td>%message%</td>
</tr>
</table>

View File

@ -0,0 +1,7 @@
<style type="text/css">
%css-style%
</style>
<span class='hincomingTime'>%timestamp%</span>
<span class='hincomingName'><strong>%name%</strong></span>
%message%

View File

@ -0,0 +1,7 @@
<style type="text/css">
%css-style%
</style>
<span class='houtgoingTime'>%timestamp%</span>
<span class='houtgoingName'><strong>%name%</strong></span>
%message%