source: trunk/instant_messenger/xsl/remove_user.xsl @ 140

Revision 140, 695 bytes checked in by niltonneto, 16 years ago (diff)

* empty log message *

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
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="/remove_user">
6                <div style="margin:20px 20px">
7                        <span><b><xsl:value-of select="lang1"/> .: </b></span>
8                        <div style="margin-top:3px">
9                                <select id="im_remove_contact"></select>
10                                <span style="margin-left:7px">
11                                        <input type="button" value="{lang2}" onclick="javascript:im.remove_contact('im_remove_contact');"/>
12                                        <input type="button" value="{lang3}" onclick="javascript:buildIM.window_close('remove_user_im');"/>
13                                </span>
14                        </div>
15                </div>
16</xsl:template>
17
18</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.