Ignore:
Timestamp:
04/23/10 15:57:20 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #986 - Correcao para compatibilizar o carregamento do script para o IE.

File:
1 edited

Legend:

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

    r2511 r2626  
    1111                 
    1212                <fieldset style="margin:2px; border:1px dotted #000000; height: 90px;"> 
    13                         <div id="{$idUser}__photo" style="margin:0px; width:60px; height:80px; background-image:url('{$path_jabberit}/templates/default/images/photo.png');"/> 
    14                         <div style="position: absolute; margin-top: -19px; margin-left: 75px; cursor: pointer;" onclick="loadIM.setPresence(this);"> 
    15                                 <div id="statusJabberImg" style="background-image: url('{$path_jabberit}/templates/default/images/available.gif'); margin-left: 13px;width:15px; height:15px;"></div> 
    16                                 <div id="statusJabberText" style="margin-top: -13px; margin-left: 30px;"> Disponível </div> 
    17                                 <div style="background-image: url('{$path_jabberit}/templates/default/images/arrow_down.gif'); margin-top: -8px; margin-left: 0px; width:15px; height:15px;"/>  
    18                         </div> 
    19                          
    20                         <div style="position: absolute; margin-top: -50px; margin-left: 75px;"> 
     13                        <div id="{$idUser}__photo" style="position: absolute; left: 5px; top: 5px; width:60px; height:80px; background-image:url('{$path_jabberit}/templates/default/images/photo.png');"/> 
     14 
     15                        <div style="position: absolute; left: 80px; top: 10px;"> <xsl:value-of select="$full_name"/> </div> 
     16 
     17                        <div style="position: absolute; top: 30px; left: 80px;"> 
    2118                                <button style="width:35px;" alt="Adicionar Contatos" title="Adicionar Contatos" onclick="loadIM.addContact();"> 
    2219                                        <img src="{$path_jabberit}/templates/default/images/users.png"/> 
    2320                                </button> 
    24                         </div>   
    25                         <div style="positon: absolute; margin-top: -75px; margin-left: 75px;"> <xsl:value-of select="$full_name"/> </div> 
     21                        </div> 
     22 
     23                        <div style="position: absolute; left: 80px; top: 55px; cursor: pointer;" onclick="loadIM.setPresence(this);"> 
     24                                <div id="statusJabberImg" style="background: url('{$path_jabberit}/templates/default/images/available.gif'); margin-left: 13px;width:15px; height:15px;"></div> 
     25                                <div id="statusJabberText" style="margin-top: -13px; margin-left: 30px;"> Disponível </div> 
     26                                <div style="background-image: url('{$path_jabberit}/templates/default/images/arrow_down.gif'); margin-top: -13px; margin-left: 0px; width:15px; height:15px;"/>  
     27                        </div> 
     28 
    2629                </fieldset> 
    2730                                 
Note: See TracChangeset for help on using the changeset viewer.