PortalTitulo.aph 789 B

12345678910111213141516171819
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <link rel="stylesheet" href="portal/css/titulo.css">
  6. <link rel="shortcut icon" href="images/favicon.png" type="image/x-icon" />
  7. <script src="portal/js/jquery-2.0.3.js"></script>
  8. </head>
  9. <body>
  10. <div class="logo"><img src="images/logo.png" width="185" border="0" /></div>
  11. <div class="identificacao">
  12. <div class="logado">
  13. Usuário logado: <span style="color:#2EA4DF;font-weight: bold;"><%=cFulano%></span><br><br>
  14. <span style="color:#2EA4DF"><a href="#" onclick="parent.logoff();" >Sair</a></span>
  15. </div>
  16. </div>
  17. </body>
  18. </html>