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
587 B
22 lines
587 B
<div class="KopeteMessage">
|
|
<div class="OutgoingMessageHeader">
|
|
<!-- Protocol Icon -->
|
|
<img class="outStatusIcon" src="%senderStatusIcon%" />
|
|
<!-- Time Display -->
|
|
<div class="outTime">%time%</div>
|
|
<!-- MetaContact display -->
|
|
<div class="outMetacontact">%sender%  </div>
|
|
</div>
|
|
<div class="OutgoingMessage" style="direction: %messageDirection%;">
|
|
<!-- Contact photo -->
|
|
<img class="outUserPicture" src="%userIconPath%" />
|
|
%message%
|
|
<!-- For support of consecutive messages -->
|
|
<div id="insert" />
|
|
<div style="clear: both;"> </div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|