Changeset 18
- Timestamp:
- 04/25/08 14:31:53 (5 months ago)
- Files:
-
- trunk/internet/cabecera.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/internet/cabecera.php
r1 r18 36 36 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 37 37 </head> 38 39 38 <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0"> 40 </body>41 </html>42 39 <?php 43 40 include("admin/config.php"); … … 47 44 $res=mysql_query($query,$link); 48 45 $row=mysql_fetch_array($res); 49 echo"<div align=center>";50 echo"<table width=100% border=1>";51 echo"<tr>";52 echo"<td width=35% height=114><div align=center><img src=index_archivos/logo.jpg width=308 height=110></div></td>";53 echo"<td width=65% bgcolor=#84A0CD>";54 echo"<div align=center><font color=#FF0000 size=7>".$row["nombre"]."</font></div></td>";55 echo"</tr>";56 echo"</table>";57 echo"</div>";58 46 ?> 47 <div align=center> 48 <table width=100% border=1> 49 <tr> 50 <td width=35% height=114> 51 <div align=center> 52 <img src=index_archivos/logo.jpg width=308 height=110> 53 </div> 54 </td> 55 <td width=65% bgcolor=#84A0CD> 56 <div align=center> 57 <font color="#FF0000" size="7"> 58 <?=@$row["nombre"]?> 59 </font> 60 </div> 61 </td> 62 </tr> 63 </table> 64 </div> 65 </body> 66 </html>
