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

Revision 151, 1.3 KB 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).

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="settings">
6          <div id="im_preferences" style="margin:5px">
7                  <fieldset><legend> <xsl:value-of select="lang1"/> :</legend>
8                          <input id="ch_offline" type="checkbox" /> <xsl:value-of select="lang2"/>
9                  </fieldset>
10                  <br />
11                  <fieldset><legend> <xsl:value-of select="lang3" /> : </legend>       
12                          <xsl:value-of select="lang4"/><input id="time_xa_im" type="input" size="2" maxlength="2" style="margin:0px 3px" onclick="javascript:im.focus_select(this,event);" onmousedown="javascript:im.focus_select(this,event);"/><xsl:value-of select="lang5"/>
13                  </fieldset>           
14                  <br />       
15                  <fieldset>
16                          <legend> <xsl:value-of select="lang6" /> :</legend>
17                  <input id="rd_nm" type="radio" name="rd_aviso" /> <xsl:value-of select="lang7" /> <br />
18                          <input id="rd_ch" type="radio" name="rd_aviso" /> <xsl:value-of select="lang8" />
19                  </fieldset>
20                        <br/>
21                        <input type="button" value="{lang9}" onclick="javascript:im.set_preferences();"/>
22                        <input type="button" value="{lang10}" onclick="javascript:im_window.window_close('my_settings_im');"/>
23          </div>
24</xsl:template>
25
26</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.