acceso.php 1004 B

12345678910111213141516171819202122232425
  1. <?php
  2. $q = 'acceso_principal.php';
  3. ?>
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head>
  7. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  8. <meta http-equiv="imagetoolbar" content="no" />
  9. <title>Smart Portal de S&amp;P</title>
  10. <link rel="shortcut icon" type="image/x-icon" href="css/layout/global/sp.ico" />
  11. <script type="text/JavaScript">
  12. if(top.location != self.location)top.location = self.location;
  13. </script>
  14. </head>
  15. <frameset rows="135,*,52" frameborder="0" framespacing="0" border="0">
  16. <frame name="menu" src="acceso_encabezado.php" marginwidth="0" marginheight="0" scrolling="no" >
  17. <frame name="aplicacion" src="<?php echo($q); ?>" marginwidth="0" marginheight="0" scrolling="auto" >
  18. <frame name="pie" src="acceso_footer.php" marginwidth="0" marginheight="0" scrolling="auto" >
  19. </frameset>
  20. <noframes>
  21. </noframes>
  22. </html>