E:
/
home
/
kbcomunicacao1
/
Web
/
sistema
/
Upload File
HOME
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <!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=utf-8" /> <title>KB COMUNICAÇÃO - SISTEMA ADMINISTRATIVO</title> <link href="estilo.css" rel="stylesheet" type="text/css"> </head> <!-- #include file ="conexao.asp" --> <% acao = request("acao") if acao = "sair" then For Each objCookie In Request.Cookies Response.Cookies(objCookie) = "" Next response.Redirect "login.asp" end if logado = request.cookies("logado") if logado <> "logado" then 'response.redirect "login.asp" else end if menu = request("menu") if menu = "" then menu = "1" end if Session.lcid = 1046 %> <body> <link rel="stylesheet" type="text/css" href="js/jquery.qtip.min.css" /> <!--JavaScript - Might want to move these to the footer of the page to prevent blocking--> <script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript" src="js/jquery.qtip.min.js"></script> <table width="999" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="16%"><img src="layout/logo.jpg" width="125" height="114" /></td> <td width="84%" height="129"> <!--MENU TOPO COM FILTRO --> <!--FINAL MENU TOPO COM FILTRO --> </td> </tr> </table> </td> </tr> <tr> <td height="50"> </td> </tr> <tr> <td> </td> </tr> <tr> <td> </td> </tr> <tr> <td> <table width="100%" border="0" cellspacing="3" cellpadding="3"> <tr> <td width="50%" align="left" valign="top"> <table width="100%" style="border:1px solid #cacaca; background-color:#FFF;" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6%" height="41" background="layout/fundo_topo_menu.jpg"><img src="layout/noticias.png" width="37" height="32" hspace="5" /></td> <td width="94%" background="layout/fundo_topo_menu.jpg" class="fontBranca"><strong>Últimas notícias</strong></td> </tr> <tr> <td colspan="2"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td onmouseover="this.style.background='#efefef'" onmouseout="this.style.background=''" style="cursor:pointer;"> <table width="100%" border="0" cellspacing="0" cellpadding="0" style="border-top:#c7c7c7 solid 1px; border-bottom:#c7c7c7 solid 1px;"> <tr> <td width="90%" height="26" > </td> <td width="6%"><a href="#" title="EDITAR"><img src="layout/editar.png" alt="EDITAR" width="18" height="18" hspace="5" border="0" /></a></td> <td width="4%"><a href="#" title="DELETAR"><img src="layout/deletar.png" alt="DELETAR" width="14" height="16" hspace="5" border="0" /></a></td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> <td width="50%" align="left" valign="top"> <table width="100%" style="border:1px solid #cacaca; background-color:#FFF;" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6%" height="41" background="layout/fundo_topo_menu.jpg"><img src="layout/usuarios.png" width="29" height="29" hspace="5" /></td> <td width="94%" background="layout/fundo_topo_menu.jpg" class="fontBranca"><strong>Usuários cadastrados</strong></td> </tr> <tr> <td colspan="2"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td onmouseover="this.style.background='#efefef'" onmouseout="this.style.background=''" style="cursor:pointer;"> <table width="100%" border="0" cellspacing="0" cellpadding="0" style="border-top:#c7c7c7 solid 1px; border-bottom:#c7c7c7 solid 1px;"> <tr> <td width="90%" height="26" > </td> <td width="6%"><a href="#" title="EDITAR"><img src="layout/editar.png" alt="EDITAR" width="18" height="18" hspace="5" border="0" /></a></td> <td width="4%"><a href="a" title="DELETAR"><img src="layout/deletar.png" alt="DELETAR" width="14" height="16" hspace="5" border="0" /></a></td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td> </td> </tr> <tr> <td> <table width="100%" style="border:1px solid #cacaca; background-color:#FFF;" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6%" height="41" background="layout/fundo_topo_menu.jpg"><img src="layout/foto.png" width="37" height="34" hspace="5" /></td> <td width="94%" background="layout/fundo_topo_menu.jpg" class="fontBranca"><strong>Últimas fotos adicionadas</strong></td> </tr> <tr> <td colspan="2"> <table width="100%" border="0" cellspacing="3" cellpadding="3"> <tr> <td height="230" align="center" valign="top"> <div id="fotos"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="154"> </td> </tr> <tr> <td align="center"><a href="a" title="VER FOTO"><img src="layout/ver_foto.png" alt="VER FOTO" width="30" height="18" hspace="5" border="0" /></a><a href="#" title="EDITAR"><img src="layout/editar.png" alt="EDITAR" width="18" height="18" hspace="5" border="0" /></a><a href="a" title="DELETAR"><img src="layout/deletar.png" alt="DELETAR" width="14" height="16" hspace="5" border="0" /></a></td> </tr> </table> </div> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> <script type="text/javascript" class="example"> $(document).ready(function() { // Match all <A/> links with a title tag and use it as the content (default). $('a[title]').qtip(); }); </script> </body> </html>