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

Revision 287, 969 bytes checked in by niltonneto, 16 years ago (diff)

Verificar Wiki/Trac? do módulo.

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                <div style="background:url('{path}templates/default/images/logo.png');width:32px;height:32px;margin:2px"></div>
8                <font style="font-weight:bold;margin:5px"><center>Aviso</center> </font>
9                <div style="margin:5px; font-size: 8pt; font-family: Arial, Verdana, helvetica, sans;">
10                        Sua conexão com o Servidor parou.
11                        <br/>
12                        Tente novamente ou entre em 
13                        <br/>
14                        contato com o Administrador.
15                </div>
16                <br/>
17                <div onclick="disconnected = false; client();" style="background:url('{path}templates/default/images/server_connect.png') no-repeat;padding-left:16px;height:16px;margin:3px;cursor:pointer">
18                        <font style="font-size:7pt;margin:2px">Reconectar ...</font>
19                </div>
20        </div>
21</xsl:template>
22
23</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.