".$txtart1."
";
echo $txtart2."
";
echo $web95." ".$txtart5."
";
echo $web20." ".$txtart4."
";
echo $web21." ".$txtart3."
";
if ($serviz[33] == "on" && $countit == 1) {
$artcounter = UpdateDocCounter($pg);
if ($artcounter <= 1) {
$txtcount = $web188;
}
else {
$txtcount = $web189;
}
echo $web190." ".$artcounter." ".$txtcount."
";
}
if ($serviz[29] == "on" && $countit == 1) {
$dbreaction = ReadDBFields(DBREACT);
for ($i = 0; $i < count($dbreaction); $i++) {
if ($dbreaction[$i][1] == $pg) {
$dbwork[] = $dbreaction[$i][0];
}
}
@rsort($dbwork);
echo "
".$web184."
";
if (empty($id)) {
$id = 1;
}
if (!empty($dbwork)) {
for ($i = $serviz[30]*($id-1); $i < Min($serviz[30]*$id, count($dbwork)); $i++) {
ReadDoc(DBBASE.$dbwork[$i]);
echo "".$web185.$fielda1." ";
echo $web6." ";
echo "".$author."";
echo " ".$web7." ".FormatDate($creadate)."
";
echo PathToImage($fieldc1)."
";
if ($i < Min($serviz[30]*$id, count($dbwork))-1) {
echo "
";
}
}
}
else {
echo $web186."
";
}
if (count($dbwork)>$serviz[30])
{
echo '
'.GetNavBar("articles.php?lng=".$lng."&pg=".$pg."&id=", count($dbwork), $id, $serviz[30]); $idp = $id-1;
}
}
include("inc/bpalm.inc");
}
?>