blob: 5ace0f94f5295aed61e602f5e5e750cc90096a3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<div class="KopeteMessage">
<div style="padding:0;margin:0;border:none;border-color:%senderColor{180}% %senderColor{140}% %senderColor{140}% %senderColor{180}%;background-color:%senderColor{155}%">
<div class="OutgoingMessageHeader">
<!-- Contact photo -->
<img class="outUserPicture" src="%userIconPath%" />
<!-- Protocol Icon -->
<img class="outStatusIcon" src="%senderStatusIcon%" />
<!-- Time Display -->
<div class="outTime">%time%</div>
<!-- MetaContact display -->
<div class="outMetacontact">%sender%  </div>
</div>
</div>
<ul class="OutgoingList" style="direction: %messageDirection%;">
<li class="OutgoingMessage" style="direction: %messageDirection%;">%message%</li>
<!-- For support of consecutive messages -->
<div id="insert" />
</ul>
</div>
|