Changeset 18

Show
Ignore:
Timestamp:
04/25/08 14:31:53 (5 months ago)
Author:
drlecter
Message:

minor changes...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/internet/cabecera.php

    r1 r18  
    3636<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
    3737</head> 
    38  
    3938<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0"> 
    40 </body> 
    41 </html> 
    4239<?php 
    4340include("admin/config.php"); 
     
    4744$res=mysql_query($query,$link); 
    4845$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>"; 
    5846?> 
     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>