include ("forixinc.php");
include ("util.php");
$cmd=intval(get_arg("c"));
// log_page($REF_FLAG,$cmd,0);
fxhead("Forix: Formula 1 flags");
tab_ini();
tab_bar(2);
?>
| As bandeiras na Fórmula 1 |
$SQLQuery="SELECT notes.ID, notes.page, notes.titulo, notes.texto, contactos.copynote FROM notes, contactos Where notes.autor=contactos.sig and notes.cref=".$REF_FLAG." and (notes.lin=".$lin;
if ($lin==$linBra)
{
$SQLQuery=$SQLQuery." or notes.lin=".$linPor;
}
$SQLQuery=$SQLQuery.") Order by notes.page";
if (($result = mysql_query($SQLQuery)) and ($RStriv= mysql_fetch_array($result)))
{
?>| echo $RStriv["copynote"]; ?> |
tab_bar(4);
tab_bor();
?>
mysql_data_seek($result, 0);
while ($RStriv= mysql_fetch_array($result))
{
$n=$RStriv["page"];
?>
" align="left" BORDER="0"> echo $RStriv["titulo"]; ?> echo $RStriv["texto"]; ?>
if ($super_modo==$Modo_total)
{
?> [&c=14">Edit]
}
?> |
}
?> |
}
tab_fim();
fxtail();
?>