'; /* Store the p_start parameter */ $g_start=HtmlInput::default_value_get('p_start',1); ?>
exec_sql("select pcm_val,pcm_lib,pcm_val_parent,pcm_type,array_to_string(array_agg(j_qcode) , ',') as acode from tmp_pcmn left join vw_poste_qcode on (j_poste=pcm_val) where substr(pcm_val::text,1,1)='".$g_start."'". " group by pcm_val,pcm_lib,pcm_val_parent, pcm_type order by pcm_val::text"); $MaxRow=Database::num_row($Ret); ?>
", $str_dossier, $A['pcm_val']); echo h($A['pcm_lib']); ?> 0 ) : if (strpos($A['acode'], ",") >0 ) : $det_qcode= explode(",", $A['acode']); echo '
    '; $max=(count($det_qcode)>MAX_QCODE)?MAX_QCODE:count($det_qcode); for ($e=0;$e<$max;$e++) : echo '
  • '.HtmlInput::card_detail($det_qcode[$e],'',' style="display:inline"').'
  • '; endfor; echo ''; if ($max < count($det_qcode)) : echo "..."; else : echo HtmlInput::card_detail($A['acode']); endif; endif; endif; ?>