source: trunk/instant_messenger/xsl/disconnected.xsl @ 164

Revision 164, 917 bytes checked in by niltonneto, 16 years ago (diff)
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="/disconnected">
6        <div class="disconnected">
7                <img src="{path}templates/default/images/logo.png" align="bottom" style="margin:2px"/>
8                <font style="font-weight:bold;margin:5px">Expresso Messenger</font>
9                <br/>
10                <br/>
11                <font style="font-weight:bold;margin:5px"> Aviso : </font>
12                <br/>
13                <br/>
14                <div style="margin:5px">
15                        Sua conexão com o
16                        <br/>
17                        Servidor parou.
18                        <br/>
19                        Tente novamente
20                        <br/>
21                        ou entre em contato
22                        <br/>
23                        com o Administrador.
24                </div>
25                <br/>
26                <br/>
27                <img src="{path}templates/default/images/available.gif" />
28                <a href="javascript:disconnected = false; client();"><font style="font-size:7pt;margin:2px">Reconectar ...</font></a>
29        </div>
30</xsl:template>
31
32</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.