get("amount", "number"); $table_id=$http->get("t"); $ledger=$http->get('led',"number"); } catch (Exception $exc) { error_log($exc->getTraceAsString()); return; } require_once 'class/anc_key.class.php'; ob_start(); echo HtmlInput::title_box(_("Choix d'une clef"), 'div_anc_key_choice'); Anc_Key::display_choice($amount,$table_id,$ledger); echo HtmlInput::button_close('div_anc_key_choice'); $response = ob_get_clean(); $html = escape_xml($response); header('Content-type: text/xml; charset=UTF-8'); echo << $html EOF; ?>