<%
'-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
' Loja Exemplo Locaweb
' Versão: 6.5
' Data: 12/09/06
' Arquivo: infos.asp
' Versão do arquivo: 0.0
' Data da ultima atualização: 26/08/08
'
'-----------------------------------------------------------------------------
' Licença Código Livre: http://comercio.Locaweb.com.br/gpl/gpl.txt
'-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-

rodape = "no"
%>
<table height="100%" width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
        <td colspan="3" valign="top" height="30"><!--#INCLUDE FILE="cabecalho.asp" --></td>
    </tr>
    <tr>
        <td valign="top" height="10%" width="10%" class="TBLlatesquerda"><!--#INCLUDE FILE="menu.asp" --></td>
        <td valign="top" height="95%" align="center" width="100%">
            <%      
            codigo_texto = request("codigo_texto")
            Call abre_ArquivoXML(Application("XMLTextosAdicionais"),FctobjXML,FctobjRoot) 
            Set configuracao = FctobjRoot.selectSingleNode("configuracao/infos[@codigo_texto="&codigo_texto&"]")
            %>
            <table width="100%" border=0 align="center" cellpadding="0" cellspacing="10">
                <tr class="FUNDOTABtopico">
                    <td align="center" height="18" valign="middle"><B><span class="TXTTABtopico"><%=configuracao.getAttribute("titulo")%></span></B></td>
                </tr>
                <tr>
                    <td><img src="config/templates/<%=varLang%>/<%=varSkin%>/regua1x1.gif" height="10"></td>
                </tr>
                <tr>
                    <td class="menu_divisor"><div align="justify"><FONT COLOR="#000000"><%response.write configuracao.text%></font></div></td>
                </tr>
                <%If configuracao.getAttribute("urlImagem") <> "" Then%>
                <tr>
                    <td><img src="config/templates/<%=varLang%>/<%=varSkin%>/regua1x1.gif" height="10"></td>
                </tr>
                <tr class="Linha2Tabela">
                    <td align = "center"><img src="<%=configuracao.getAttribute("urlImagem")%>" border="0"></td>
                </tr>
                <%End if%>
                <tr>
                    <td><img src="config/templates/<%=varLang%>/<%=varSkin%>/regua1x1.gif" height="10"></td>
                </tr>
            </table>
        </td>
        <td valign="top" height="10%" width="10%" class="TBLlatdireita"><!--#INCLUDE FILE="lateral_servicos.asp" --></td>
    </tr>
    <tr>
        <td colspan="3" valign="top"><!--#INCLUDE FILE="rodape.htm" --></td>
    </tr>
</table>