You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
618 B
22 lines
618 B
<div class="KopeteMessage">
|
|
<div class="IncomingMessageHeader" style="border-color: %senderColor%">
|
|
<!-- Protocol Icon -->
|
|
<img class="inStatusIcon" src="%senderStatusIcon%" />
|
|
<!-- Time Display -->
|
|
<div class="inTime">%time%</div>
|
|
<!-- MetaContact display -->
|
|
<div class="inMetacontact">%sender%  </div>
|
|
</div>
|
|
<div class="IncomingMessage" style="direction: %messageDirection%;">
|
|
<!-- Contact photo -->
|
|
<img class="inUserPicture" src="%userIconPath%" />
|
|
%message%
|
|
<!-- For support of consecutive messages -->
|
|
<div id="insert" />
|
|
<div style="clear: both;"> </div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|