[' . $row['lang'] . ']'; $ordre[$row['id_rubrique']] = $t; } } } $next = isset($list[$col]) ? $list[$col] : 0; if ($ordre) { $rec = generer_url_ecrire('plonger',"rac=$idom&exclus=$exclu&do=$do&col=".($col+1)); $info = generer_url_ecrire('informer', "type=rubrique&rac=$idom&do=$do&id="); $args = "'$idom',this,$col,'$spip_lang_left','$info',event"; while (list($id, $titrebrut) = each($ordre)) { $titre = supprimer_numero($titrebrut); $classe1 = $id_rubrique ? 'petite-rubrique' : "petit-secteur"; if (isset($rub[$id]["enfants"])) { $classe2 = " class='rub-ouverte'"; $url = "\nhref='$rec&id=$id'" ; } else { $url = $classe2 = '' ; } $js_func = $do . '_selection_titre'; $click = "\nonclick=\"changerhighlight(this.parentNode.parentNode.parentNode);\nreturn " . (!is_array($list) ? ' false' : "aff_selection_provisoire($id,$args)") # ce lien provoque la selection (directe) de la rubrique cliquee # et l'affichage de son titre dans le bandeau . "\"\nondblclick=\"" . "$js_func(this." . "firstChild.nodeValue," . $id . ",'selection_rubrique','id_parent');" . "\nreturn aff_selection_provisoire($id,$args);" . "\""; $ret .= "
" . $titre . "
"; } } $idom2 = $idom . "_col_".($col+1); $left = ($col*150); return http_img_pack("searching.gif", "*", "style='visibility: hidden; position: absolute; $spip_lang_left: " . ($left-30) . "px; top: 2px; z-index: 2;' id='img_$idom2'") . "
" . $ret . "\n
\n
" . ($next ? inc_plonger_dist($id_rubrique, $idom, $list, $col+1, $exclu) : "") . "\n
"; } ?>