{:L('RNINQUIRE_NOW')}$xiayige_url = M('product')->where("id > $id and is_del=0 and catid = $catid and status = 99")->order('listorder ASC,id ASC')->find() ;{:L('RNNEX_PRODUCTS')}
{$xq_title}{:L('RNMATERIAL_GRADE')}
{$content}
$keywords = M('product_list_keyword')->alias('a')->field('b.name,b.url')->join('__KEYWORDS__ as b ON a.kid = b.id')->where('a.pid='.$id)->select();
$relation = show_relation($catid,$id);
$pro= M('product')->where("id != $id and catid =$catid and status=99 and isdelay=0 and is_del=0")->order('rand()')->limit(10)->select();