<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style> .smvc_titulo { width:80px; text-align:right; padding:0 5px 0 0; font-size:9px;} .smvc_conteudo { width:180px; font-size:9px;} .smvc_report_box { border:1px solid #C90; margin:10px auto; padding:5px;} .smvc_report_geral {width:400px; margin:0 auto; padding:10px; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:16px; color:#FFF; background-color:#F60; border:2px dotted #930} .smvc_report_geral h1 {text-align:center; font-size:22px} .smvc_report { margin:0 auto; text-align:center;} .smvc_report tr td { font-family:Verdana,Tahoma; color:#FFF; padding:0 3px; text-align:left;} </style> <title>Página não encontrada!</title> </head> <body> <div class="smvc_report_geral"> <h1>Erro no Script!</h1> <div class="smvc_report_box"> <p><span class="smvc_titulo">código:</span><span class="smvc_conteudo"><?=$num?></span></p> <p><span class="smvc_titulo">mensagem:</span><span class="smvc_conteudo"><?=$msg?></span></p> <p><span class="smvc_titulo">linha:</span><span class="smvc_conteudo"><?=$line?></span></p> <p><span class="smvc_titulo">arquivo:</span><span class="smvc_conteudo"><?=$file?></span></p> </div> </div> </body> </html>
|