Ignore:
Timestamp:
04/13/10 17:48:28 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #986 - Implementado o status de mensagem e a busca da foto no ldap.

Location:
sandbox/jabberit_messenger/trophy_expresso/xsl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sandbox/jabberit_messenger/trophy_expresso/xsl/chatBox.xsl

    r2437 r2511  
    1313                                <div style="margin:2px;"> 
    1414                                        <textarea id="{$jidTo}__sendBox" class="trophyimchatinput" style="padding-left: 78px; height:130px; width:360px;"></textarea> 
    15                                         <div style="position:relative;margin:-126px 0 0 3px;width:60px ;height:80px ;background-image:url('{$path_jabberit}templates/default/images/photo.png');"></div> 
    16                                          
     15                                        <div id="{$jidTo}__photo" style="position:relative;margin:-126px 0 0 3px;width:60px ;height:80px ;background-image:url('{$path_jabberit}templates/default/images/photo.png');" /> 
    1716                                        <div style="margin: 5px;"> 
    1817                                                <input type="button" value="Send" onclick="TrophyIM.sendMessage('{$jidTo}')"/> 
  • sandbox/jabberit_messenger/trophy_expresso/xsl/contactsList.xsl

    r2491 r2511  
    33        <xsl:output method="html" omit-xml-declaration="yes"/> 
    44         
     5        <xsl:param name="idUser"/> 
     6        <xsl:param name="full_name" /> 
    57        <xsl:param name="path_jabberit" /> 
    6         <xsl:param name="full_name" /> 
     8        <xsl:param name="zIndex_" /> 
    79         
    810        <xsl:template match="contacts_list"> 
    911                 
    1012                <fieldset style="margin:2px; border:1px dotted #000000; height: 90px;"> 
    11                         <div style="margin:0px; width:60px; height:80px; background-image:url('{$path_jabberit}/templates/default/images/photo.png');"/> 
    12                          
     13                        <div id="{$idUser}__photo" style="margin:0px; width:60px; height:80px; background-image:url('{$path_jabberit}/templates/default/images/photo.png');"/> 
    1314                        <div style="position: absolute; margin-top: -19px; margin-left: 75px; cursor: pointer;" onclick="loadIM.setPresence(this);"> 
    1415                                <div id="statusJabberImg" style="background-image: url('{$path_jabberit}/templates/default/images/available.gif'); margin-left: 13px;width:15px; height:15px;"></div> 
     
    2526                </fieldset> 
    2627                                 
    27                 <div id="JabberIMRoster" style="margin-top:3px;overflow-y: auto; height: 267px;"></div> 
     28                <div id="JabberIMRoster" style="margin-top:3px;overflow-y: auto; height: 267px; z-index:{$zIndex_};"></div> 
    2829                  
    2930        </xsl:template> 
Note: See TracChangeset for help on using the changeset viewer.