tablerender("","
".$message."
"); } show_importdb_form(); function show_importdb_form() { $ns = e107::getRender(); $parm = altAuthGetParams('importdb'); $frm = new form; $text = $frm -> form_open('post', e_SELF); $text .= ""; $text .= ""; $text .= ""; $text .= "
".IMPORTDB_LAN_11."
".IMPORTDB_LAN_9.""; $text .= altAuthGetPasswordSelector('importdb_password_method', $frm, $parm['importdb_password_method'], TRUE); $text .= "
"; $text .= e107::getForm()->admin_button("update", LAN_UPDATE,'update'); $text .= "
"; $text .= $frm -> form_close(); $ns -> tablerender(IMPORTDB_LAN_10, $text); $ns->tablerender(LAN_ALT_40.LAN_ALT_41,alt_auth_test_form('importdb',$frm)); } require_once(e_ADMIN.'footer.php'); function importdb_conf_adminmenu() { alt_auth_adminmenu(); } ?>