Audiovox P965 Ficha Técnica Página 158

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 280
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 157
Api php template
155
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
if ($regtable['authorized']=="true")
{
echo "<font color=#04B404 size=3>" .
$regtable['authorized'] . "</font><br>";
}else{
echo "<font color=#FF0000 size=3>".
$regtable['authorized'] ."</font><br>";
}
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
if ($regtable['bypassed']=="true")
{
echo "<font color=#04B404 size=3>" .
$regtable['bypassed'] . "</font><br>";
}else{
echo "<font color=#FF0000 size=3>".
$regtable['bypassed'] ."</font><br>";
}
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
echo "<font color=#04B404 size=3>" . $regtable['comment'] .
"</font><br>";
}
echo "</td><td>";
Vista de página 157
1 2 ... 153 154 155 156 157 158 159 160 161 162 163 ... 279 280

Comentários a estes Manuais

Sem comentários