$root=$DOCUMENT_ROOT;
require ("$root"."/templates/main.inc");
$category_id=18;
$subcategory_id=26;
$subcat=2;
$title='Другие средства защиты информации. АБС,ЦУНАМИ,2С_994e,Nero Consulting,Компьютерные сервисные устройства и др.';
bd_connect();
get_category_info($category_id,$subcategory_id);
print_header($category,$subcategory,$heading,$headspecial,$bodyspecial);
print_official_table(0);
print_menu_table(1);
print_subcategory_table($category_link,$category,$subcategory_link,$subcategory,$heading);
echo '
Другие средства защиты информации
';
print_main_table_start();
start_show();
?>
Модель
Тип изделия
Производитель
Класс защ.
Сертификаты
ГТК
ФАПСИ
МО
Другие
$i=0;
$directory='security/other';
$query="
SELECT
secother_reviews.id,
secother_reviews.manufacturer,
secother_reviews.filename,
secother_reviews.heading,
secother_reviews.review,
secother_reviews.active,
secother_reviews.cert_gtk,
secother_reviews.cert_fapsi,
secother_reviews.cert_mo,
secother_reviews.cert_other,
secother_reviews.desctype,
security_gtk.id,
security_gtk.name,
security_fapsi.id,
security_fapsi.name,
security_mo.id,
security_mo.name,
security_other.id,
security_other.name,
manufacturers.id,
manufacturers.name,
manufacturers.directory,
manufacturers.kind,
secother_reviews.class,
security_class.id,
security_class.name
FROM secother_reviews
LEFT JOIN manufacturers ON manufacturers.id=secother_reviews.manufacturer
LEFT JOIN security_gtk ON security_gtk.id=secother_reviews.cert_gtk
LEFT JOIN security_fapsi ON security_fapsi.id=secother_reviews.cert_fapsi
LEFT JOIN security_mo ON security_mo.id=secother_reviews.cert_mo
LEFT JOIN security_other ON security_other.id=secother_reviews.cert_other
LEFT JOIN security_class ON security_class.id=secother_reviews.class
WHERE secother_reviews.active=1 AND manufacturers.kind='$cat'
ORDER BY manufacturers.name,secother_reviews.heading";
$result=mysql_query($query,$db);
while ($row_array = mysql_fetch_array ($result)) {
if ($i==0) {$bgcolor='white'; $i++;} else {$bgcolor='#e7e7e7'; $i--;}
echo "