diff --git a/src/elogd.c b/src/elogd.c index 18c8cb52..b7a28e96 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -12980,7 +12980,7 @@ int download_config() /*------------------------------------------------------------------*/ -void show_import_page(LOGBOOK * lbs) +void show_import_page_csv(LOGBOOK * lbs) { char str[256], str2[256]; @@ -13084,6 +13084,66 @@ void show_import_page(LOGBOOK * lbs) /*------------------------------------------------------------------*/ +void show_import_page_xml(LOGBOOK * lbs) +{ + /*---- header ----*/ + + show_html_header(lbs, FALSE, loc("ELOG XML import"), TRUE, FALSE, NULL, FALSE); + + rsprintf("