source: companies/serpro/instant_messenger/xsl/del_user.xsl @ 903

Revision 903, 777 bytes checked in by niltonneto, 15 years ago (diff)

Importacao inicial do Expresso do Serpro

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="/deluser/body">
6        <html>
7                <head>
8                </head>
9                <body> 
10                        <div style="margin-left:20px;margin-top:20px">
11                                <span><b><xsl:value-of select="@lang1"/> .: </b></span>
12                                <div style="margin-top:3px">
13                                        <select id="sel_contact"></select>
14                                        <span style="margin-left:7px">
15                                                <input type="button" value="{@lang2}" onclick="javascript:IM_Preferences.RemoveContact()" />
16                                                <input type="button" value="{@lang3}" onclick="javascript:im_win.windowClose('divDelUser_im');"/>                                                                                                               
17                                        </span>
18                                </div>
19                        </div>
20                </body>
21        </html>
22</xsl:template>
23</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.