source: trunk/instant_messenger/xsl/preferences.xsl @ 151

Revision 151, 929 bytes checked in by niltonneto, 16 years ago (diff)

Commit da nova versão do módulo, usando agente em C.
Vide Página do módulo do Trac:
http://www.expressolivre.org/dev/wiki/messenger

A versão anterior encontra-se na subpasta bkp (32/64).

  • Property svn:eol-style set to native
  • 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="preferences">
6        <dl style="margin:5px">
7                <dt><a href="javascript:void(0);" onclick="javascript:{function1};"><img src="{path}templates/default/images/menu.gif"/><xsl:value-of select="lang1"/></a></dt>
8                <dt><a href="javascript:void(0);" onclick="javascript:{function2};"><img src="{path}templates/default/images/menu.gif"/><xsl:value-of select="lang2"/></a></dt>
9                <dt><a href="javascript:void(0);" onclick="javascript:{function3};"><img src="{path}templates/default/images/menu.gif"/><xsl:value-of select="lang3"/></a></dt>
10                <dt><a href="javascript:void(0);" onclick="javascript:{function4};"><img src="{path}templates/default/images/menu.gif"/><xsl:value-of select="lang4"/></a></dt>
11        </dl>
12</xsl:template>
13
14</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.