';
$parameters_display .= ''.htmlentities($parametername,ENT_QUOTES, $charset).' | ';
$parameters_display .= ''.htmlentities($parameter["title"]['value'],ENT_QUOTES, $charset).' | ';
$parameters_display .= ''.htmlentities($type_list[$parameter["type"]["value"]],ENT_QUOTES, $charset).' | ';
switch ($parameter["type"]["value"]) {
case "query_list":
$parameters_display .= '- '.htmlentities($msg["procs_options_requete"], ENT_QUOTES, $charset).': '.htmlentities($parameter["options"]["QUERY"][0]["value"],ENT_QUOTES, $charset).'
- '.htmlentities($msg["procs_options_liste_multi"], ENT_QUOTES, $charset).': '.($parameter["options"]["MULTIPLE"][0]["value"] == "yes" ? htmlentities($msg["40"], ENT_QUOTES, $charset) : htmlentities($msg["39"], ENT_QUOTES, $charset)).'
| ';
break;
case "text":
$parameters_display .= '- '.htmlentities($msg["procs_options_text_taille"], ENT_QUOTES, $charset).': '.htmlentities($parameter["options"]["SIZE"][0]["value"],ENT_QUOTES, $charset).'
- '.htmlentities($msg["procs_options_text_max"], ENT_QUOTES, $charset).': '.($parameter["options"]["MAXSIZE"][0]["value"]).'
| ';
break;
case "list":
$parameters_display .= '';
$parameters_display .= '- '.htmlentities($msg["procs_options_liste_multi"], ENT_QUOTES, $charset).': '.($parameter["options"]["MULTIPLE"][0]["value"] == "yes" ? htmlentities($msg["40"], ENT_QUOTES, $charset) : htmlentities($msg["39"], ENT_QUOTES, $charset)).'
';
$parameters_display .= '- '.htmlentities($msg["procs_options_choix_vide"], ENT_QUOTES, $charset).': '.(htmlentities($parameter["options"]["UNSELECT_ITEM"][0]["value"],ENT_QUOTES, $charset)).' ('.htmlentities($parameter["options"]["UNSELECT_ITEM"][0]["VALUE"],ENT_QUOTES, $charset).')
';
$choix=array();
foreach($parameter["options"]["ITEMS"][0]["ITEM"] as $achoix) {
$choix[] = $achoix["value"]." (".$achoix["VALUE"].")";
}
$parameters_display .= '- '.htmlentities($msg["procs_options_liste_options"], ENT_QUOTES, $charset).': '.(htmlentities(implode("; ", $choix),ENT_QUOTES, $charset)).'
';
$parameters_display .= ' | ';
break;
case "date_box":
$parameters_display .= '
| ';
break;
case "selector":
$parameters_display .= '';
$parameters_display .= '- '.htmlentities($msg["include_option_methode"], ENT_QUOTES, $charset).': '.($parameter["options"]["METHOD"][0]["value"] == "1" ? $msg['parperso_include_option_selectors_id'] : $msg['parperso_include_option_selectors_label']).'
';
$id_captions=array($msg['133'], $msg['134'], $msg['135'], $msg['136'], $msg['137'], $msg['333'], $msg['indexint_menu']);
$parameters_display .= '- '.htmlentities($msg["include_option_type_donnees"], ENT_QUOTES, $charset).': '.(htmlentities($id_captions[$parameter["options"]["DATA_TYPE"][0]["value"]], ENT_QUOTES, $charset)).'
';
$parameters_display .= ' | ';
break;
case "file_box":
$parameters_display .= '';
$parameters_display .= '- '.htmlentities($msg["include_option_methode"], ENT_QUOTES, $charset).': '.($parameter["options"]["METHOD"][0]["value"] == "1" ? htmlentities($msg["57"], ENT_QUOTES, $charset) : htmlentities($msg["include_option_table"], ENT_QUOTES, $charset)).'
';
$parameters_display .= '- '.htmlentities($msg["include_option_nom_table"], ENT_QUOTES, $charset).': '.(htmlentities($parameter["options"]["TEMP_TABLE_NAME"][0]["value"],ENT_QUOTES, $charset)).'
';
$parameters_display .= '- '.htmlentities($msg["include_option_type_donnees"], ENT_QUOTES, $charset).': '.($parameter["options"]["DATA_TYPE"][0]["value"] == "1" ? "Chaine" : "Entier").'
';
$parameters_display .= ' | ';
break;
default:
break;
}
$parameters_display .= '
';
}
$parameters_display .= '