mi tabla
Código PHP:
<table width="200" border="1">
<tr>
<th scope="col">Vaca/Codi</a></th> <!-- com sordena¿? -->
<th scope="col">Estat</th>
<th scope="col">Data ultim part</th>
<th scope="col">Dt.insem</th>
<th scope="col">Dies Insem.</th>
<th scope="col">Últim Control</th>
</tr>
{section name=sect2 loop=$resultatsgesteix}
<tr BGCOLOR="#778899">
<th scope="row"><a href="infovaca.php?codi={$resultatsgesteix[sect2].vaca}">{$resultatsgesteix[sect2].vaca}</th>
<td> {if $$resultatsgesteix[sect2].estat eq "L"} Buida Lactant{/if}
{if $resultatsgesteix[sect2].estat eq "P"} Gestant Lactant{/if}
{if $resultatsgesteix[sect2].estat eq "D"} Gestant Eixuta{/if}
{if $resultatsgesteix[sect2].estat eq "S"} Inseminada o Buida {/if}
</td>
<td>{$resultatsgesteix[sect2].datapart}</td>
<td>{$resultatsgesteix[sect2].datainsem}</td>
<td>{$resultatsgesteix[sect2].diesinseminat}</td>
<td>{$resultatsgesteix[sect2].ultimcontrol}</td>
</tr>
<tr BGCOLOR="#778899">
gracias :)