[set page_title]Database export[/set] [set ui_class]Admin[/set] [set help_name]dbdownload.main[/set] [set icon_name]admin/icon_config.gif[/set] [set page_perm]dbdownload[/set] [set exported_tables][/set] [if cgi ui_do_export] [/if] @_UI_STD_HEAD_@ [if scratch exported_tables]
[backup-database compress="[cgi ui_compress]" gnumeric="[cgi ui_gnumeric]" xls="[cgi ui_export_xls]" tables="[scratch exported_tables]" ] tables backed up.[/if] [set mv_deliver][/set] [if file backup/DBDOWNLOAD.all.gz]
[calc] $Scratch->{mv_deliver} .= ' backup/DBDOWNLOAD.all.gz'; return; [/calc] [page href="ui/backup/DBDOWNLOAD.all.gz" form=" mv_data_file=backup/DBDOWNLOAD.all.gz mv_todo=deliver "]Download compressed gnumeric file ([file-info name="backup/DBDOWNLOAD.all.gz" date=1])[/if] [if file backup/DBDOWNLOAD.all] [calc] $Scratch->{mv_deliver} .= ' backup/DBDOWNLOAD.all'; return; [/calc] [page href="ui/backup/DBDOWNLOAD.all" form=" mv_data_file=backup/DBDOWNLOAD.all mv_todo=deliver "]Download gnumeric file ([file-info name="backup/DBDOWNLOAD.all" date=1])