source: sandbox/jabberit_messenger/trophy/xsl/loginPage.xsl @ 2390

Revision 2390, 764 bytes checked in by alexandrecorreia, 14 years ago (diff)

Ticket #986 - Lista de contatos refeita e mudanças nos carregamentos dos layouts(xsl).

  • Property svn:executable set to *
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="login_page">
6               
7                <div id="trophyimlogin">
8                       
9                        <form name="cred">
10                                <table border="0">
11                                        <tr>
12                                                <td align="right">JID:</td>
13                                                <td><input type="text" id="trophyimjid"/></td>
14                                        </tr>
15                                        <tr>
16                                                <td align="right">Password:</td>
17                                                <td><input type="password" id="trophyimpass"/></td>
18                                        </tr>
19                                        <tr>
20                                                <td colspan="2" align="center">
21                                                        <input type="button" id="trophyimconnect" value="connect" onclick="TrophyIM.login()"/>
22                                                </td>
23                                        </tr>
24                                </table>
25                        </form>
26                       
27                </div>
28                 
29        </xsl:template>
30       
31</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.