chrome lo lanza erroneo, lo raro es que al refrescar ... queda bien.
Código PHP:
<?
print '
<div class="tac marginCenter" style=" width:100%;">
<div class="maintitle tac"><b>Lista de Servidores</b>
</div>';
print'
<div class="titlemedium" style="height: 27px;">
<form id="form1" name="form1" method="post" action="">
<label>
<select name="filtro" id="filtro">
<option value="serverid">ID Servidor</option>
<option value="nameserver">Nombre Servidor</option>
<option value="port">Puerto Servidor</option>
<option value="clientid">ID Cliente</option>
</select>
</label>
<label>
<input name="llave" type="text" id="llave" size="40" />
</label>
<label>
<input type="submit" name="buscar" id="buscar" value="Buscar" />
</label>
</form>
</div>';
print'
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<th height="20" scope="col" class="titlemedium"><a href="">Estado</a></th>
<th height="20" scope="col" class="titlemedium"><a href="">#ID</a></th>
<th height="20" scope="col" class="titlemedium"><a href="">Nombre</a></th>
<th height="20" scope="col" class="titlemedium"><a href="">Juego</a></th>
<th height="20" scope="col" class="titlemedium"><a href="">Modalidad</a></th>
<th class="titlemedium" scope="col"><a href="">IP</th>
<th scope="col" class="titlemedium"><a href="">Dueño</a></th>
<th scope="col" class="titlemedium"><a href="">Creador</a></th>
<th scope="col" class="titlemedium" colspan="3">Acción</th>
</tr>';
print '
<tr height="20">
<td class="tdrow2"><div align="center"></div></td>
<td class="tdrow2"></td>
<td class="tdrow2"></td>
<td class="tdrow2"></td>
<td class="tdrow2"></td>
<td class="tdrow2"</td>
<td class="tdrow2"></td>
<td class="tdrow2"></td>';
print'
<td class="tdrow2">
<div align="center"><a alt="Asignar Servidor" href=""
onclick="return confirm(\'\')"><img src="themes/'.$theme_default.'/images/enlace.png" width="12" height="12" border="0" title="Asignar Servidor"></a>';
print'
</div></td>
<td class="tdrow2">
<div align="center"><a href=""
onclick="return confirm(\'?\')"><img src="themes/'.$theme_default.'/images/edit.png" width="12" height="12" border="0" title="Editar Servidor"></a></div></td>
<td class="tdrow2">
<div align="center"><a href=""
onclick="return confirm(\'?\')"><img src="themes/'.$theme_default.'/images/delete.png" title="Eliminar Servidor" width="12" height="12" border="0"></a></div></td>
';
#finalizamos el while de datos
print '</tr>';
}
#terminamos nuestra estructura
print '
</tbody></table></div>';
#mostramos nuestras paginas
print '<div class="navigation">'.$paging->fetchNavegacion().'</div>';
#dejamos nuestra imagen con map
print' <img src="themes/'.$theme_default.'/images/bar_servidor.jpg" width="788" height="40" border="0" usemap="#Map" />
<map name="Map" id="Map"><area shape="rect" coords="0,1,151,40" href="?'.$key.'=agregar_servidor" />
</map>';
?>