home *** CD-ROM | disk | FTP | other *** search
/ Incas / Incas.iso / Kimera / karisma / kimera / republicadominicana / Recorrido.php < prev    next >
PHP Script  |  2005-02-09  |  3KB  |  86 lines

  1. <?php 
  2.  session_start();
  3.  require("FuncionesHistoria.php");
  4.  
  5. ?> 
  6.  
  7.  
  8.  
  9. <html>
  10. <head>
  11. <title>index.jpg</title>
  12. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  13. <!-- Fireworks MX Dreamweaver MX target.  Created Thu Aug 14 11:52:29 GMT-0500 (Hora est. del Pacφfico de SA) 2003-->
  14. <script language="JavaScript" type="text/JavaScript">
  15. <!--
  16.  
  17.  
  18.  
  19. function MM_preloadImages() { //v3.0
  20.   var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
  21.     var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
  22.     if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
  23. }
  24. //-->
  25. </script>
  26. </head>
  27. <body bgcolor="26568A" leftmargin="0" topmargin="0">
  28. <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  29.   <!--DWLayoutTable-->
  30.   <!-- fwtable fwsrc="Home.png" fwbase="index.jpg" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->
  31.   <tr> 
  32.     <td height="1" colspan="5"><img src="images/spacer.gif" width="12" height="1" border="0" alt=""></td>
  33.   </tr>
  34.   <tr> 
  35.     <td height="21" colspan="2" valign="top" bgcolor="FF9C00"><!--DWLayoutEmptyCell--> </td>
  36.     <td width="133" rowspan="2" valign="top" bgcolor="FF9C00"><!--DWLayoutEmptyCell--> </td>
  37.     <td width="289" rowspan="2" valign="top" bgcolor="FF9C00"><img name="fotos" src="images/fotos.jpg" width="289" height="41" border="0" alt=""></td>
  38.     <td width="3"> </td>
  39.   </tr>
  40.   <tr> 
  41.     <td height="20" colspan="2" valign="top" bgcolor="FF9C00"><img name="historia" src="images/historia.jpg" width="373" height="20" border="0" alt=""></td>
  42.     <td> </td>
  43.   </tr>
  44.   <tr> 
  45.     <td height="29" colspan="4" valign="top" bgcolor="26568A"> <div align="center"><font color="#FFFFFF" size="5" face="Arial, Helvetica, sans-serif"><strong>Recorrido</strong></font></div></td>
  46.     <td></td>
  47.   </tr>
  48.   <tr> 
  49.     <td width="89" height="8"></td>
  50.     <td width="284"></td>
  51.     <td></td>
  52.     <td></td>
  53.     <td></td>
  54.   </tr>
  55.   <tr> 
  56.     <td height="44" valign="top" background="images/patron_lineas.gif"><img src="images/logokimeramini.gif" width="89" height="43"></td>
  57.     <td colspan="3" valign="middle" background="images/patron_lineas.gif"> <div align="center"><img src="images/botones-3.gif" width="104" height="44" border="0" usemap="#Map"> 
  58.       </div></td>
  59.     <td></td>
  60.   </tr>
  61. </table>
  62.   <table width="80%" border="0" cellpadding="0" valign="top" bgcolor="90C1F5">
  63.   <?php
  64.        $i=1;
  65.        while (($_SESSION['History']['Topico'][$i]!="")&&($i<31))
  66.        {
  67.             echo('<tr>');
  68.          echo('<td><font color="#000000" size="3" face="Arial, Helvetica, sans-serif"><a href="general.php?topico='.$_SESSION['History']['Topico'][$i].
  69.               '&menu='.$_SESSION['History']['Menu'][$i].'">'.$i.'  '.$_SESSION['History']['Topico'][$i].'</a></font></td>');
  70.             echo('</tr>');
  71.             $i++;
  72.        }       
  73.   ?>
  74.   </table>
  75.   <p> </p>
  76. <map name="Map">
  77.   <area shape="rect" coords="-3,-13,51,43" href="Busqueda.php?buscar=NO" target="_top">
  78.   <area shape="rect" coords="59,1,101,42" href="index.php" target="_top">
  79.   <area shape="rect" coords="56,-2,58,3" href="#">
  80.   <area shape="rect" coords="57,0,60,4" href="#">
  81. </map>
  82. </body>
  83. </html>
  84.  
  85.  
  86.