| |
 |
include "./BarraTitulo.inc"; ?>
| |
Referências
Tecnológicas |
 |
 |
|
 |
 |
include "./BarraSuperior.inc"; ?>
|
 |
|
include "./Menu.inc"; ?>
|
|
 |
|
 |
| |
Procurar
por sub-tema:
include "$DOCUMENT_ROOT/plantiodireto/Class/Conexao.inc";
include "$DOCUMENT_ROOT/plantiodireto/Class/String.inc";
$id = conectar();
$query = "select id_linha_tematica, ds_linha_tematica
from sodtb011
order by ds_linha_tematica";
$result = executar($id, $query);
$linTem = getValores($result);
$query = "select id_subtema, ds_subtema, id_linha_tematica
from sodtb010
order by ds_subtema";
$result = executar($id, $query);
$subTema = getValores($result);
desconectar($id);
$tamanho = sizeof($linTem);
$quociente = (integer)($tamanho/2) - 1;
echo "";
for ($i=0;$i ";
echo strtoupper($linTem[$i][1])." | ";
for ($j=0;$j | ";
echo "";
echo "";
echo "".ucfirst(strtolower($subTema[$j][1])).
"";
echo " | ";
}
}
// Quando a metade do numero de linhas tematica for
// atingida será enviado o comando para criar uma
// nova coluna
if ($i == $quociente){
echo " | | ";
?> |
|
|
 |
|
 |
|
  |
|
include "./Contador.inc"; ?>
|
 |
include "./BarraInferior.inc"; ?>
|
 |
|
|