@greeting[] Продажи @submenu[] команда  проекты  продажи @infa[] ^if($form:id>0){ ^connect[$connect_string]{ $show[^table::sql{select id, name, text, price from sale where id=$form:id}] ^if(def $show){

^untaint{$show.name}

^untaint{$show.text}

Цена: ^untaint{$show.price}

} } }{ ^connect[$connect_string]{ $show[^table::sql{select id, name from sale order by id desc}] ^if(def $show){ ^show.menu{

^untaint{$show.name}

} } } }