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
793 B
22 lines
793 B
15 years ago
|
<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>
|
||
|
|
||
|
|