source: sandbox/jabberit_messenger/trophy/xsl/contactsList.xsl @ 2325

Revision 2325, 1.3 KB checked in by alexandrecorreia, 14 years ago (diff)

Ticket #986 - Adicionado function ao botao troca de status e criacao de div.

Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
3        <xsl:output method="html" omit-xml-declaration="yes"/>
4       
5        <xsl:template match="contacts_list">
6               
7                <fieldset style="margin:2px; border:1px dotted #000000; height: 90px;">
8                        <div style="margin:0px; width:70px; height:93px; background-image:url('images/photo.png');"/>
9                       
10                        <div style="position: absolute; margin-top: -19px; margin-left: 75px; cursor: pointer;" onclick="loadIM.setPresence(this);">
11                                <div id="statusJabberImg" style="background-image: url('images/available.gif'); margin-left: 13px;width:15px; height:15px;"></div>
12                                <div id="statusJabberText" style="margin-top: -13px; margin-left: 30px;"> Disponível </div>
13                                <div style="background-image: url('images/arrow_down.gif'); margin-top: -8px; margin-left: 0px; width:15px; height:15px;"/>
14                        </div>
15                       
16                        <div style="position: absolute; margin-top: -50px; margin-left: 75px;">
17                                <button style="width:35px;" alt="Adicionar Contatos" title="Adicionar Contatos" onclick="alert('Adicionar Contatos');">
18                                        <img src="images/users.png"/>
19                                </button>
20                        </div> 
21                        <div style="positon: absolute; margin-top: -75px; margin-left: 75px;"> Fulano da Silva </div>
22                </fieldset>
23                               
24                <div id="trophyimroster" style="margin-top:3px;"/>
25                 
26        </xsl:template>
27       
28</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.