<%@ Register TagPrefix="uc1" TagName="bottom" Src="controls/bottom.ascx" %> <%@ Register TagPrefix="uc1" TagName="right" Src="controls/right.ascx" %> <%@ Register TagPrefix="uc1" TagName="topo" Src="controls/topo.ascx" %> <%@ Register TagPrefix="uc1" TagName="left" Src="controls/left.ascx" %> <%@ Page Language="vb" AutoEventWireup="false" Inherits="PAmarelas.erros" CodeFile="erros.aspx.vb" %> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-1851137-1"; urchinTracker(); </script> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title> <%=tituloPagina%> </title> <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema" /> <meta http-equiv="Content-Type" content="text/html; charset=unicode" /> <link href="css/default.css" type="text/css" rel="stylesheet" /> </head> <body style="margin-top: 10px;"> <form> <!-- TOPO --> <uc1:topo ID="topo1" runat="server" EnableViewState="False"></uc1:topo> <table id="Table1" cellspacing="0" cellpadding="0" width="772" align="center" border="0"> <tr> <td valign="top" width="173" height="400" rowspan="1"> <!-- MENU --> <uc1:left ID="left1" runat="server" EnableViewState="False"></uc1:left> </td> <td valign="top" align="center" width="100%"> <table id="Table2" cellspacing="0" cellpadding="0" width="100%" border="0"> <tr> <td class="right_top" height="17"> <img height="22" alt="" src="images/cont_fd.gif" width="6" /></td> </tr> <tr> <td valign="middle" align="center" height="300"> <table id="Table3" cellspacing="0" cellpadding="0" width="431" border="0"> <tr> <td class="txt_cont_02" valign="bottom" align="center"> <asp:Label ID="lblErroMsg" runat="server" EnableViewState="False"></asp:Label></td> </tr> </table> </td> </tr> </table> <!-- PESQUISA --> <a href="javascript:void(null)" onclick="history.go(-1); return false;"> <img alt="" src="<%=imagePath%>/bot_voltar.gif" width="84" height="36" border="0" id="bot_voltar" onmouseover="swapImg('bot_voltar',true);" onmouseout="swapImg('bot_voltar',false);" /></a> <a href="index.aspx?lang=<%=lang%>"> <img alt="" src="<%=imagePath%>/bot_home.gif" width="84" height="36" border="0" id="bot_home" onmouseover="swapImg('bot_home',true);" onmouseout="swapImg('bot_home',false);" /></a> </td> </tr> </table> <!-- BOTTOM --> <uc1:bottom ID="Bottom1" runat="server" EnableViewState="False"></uc1:bottom> </form> </body> </html>