diff options
Diffstat (limited to 'html/server/exit.html')
-rwxr-xr-x | html/server/exit.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/html/server/exit.html b/html/server/exit.html new file mode 100755 index 0000000..21b7f9b --- /dev/null +++ b/html/server/exit.html @@ -0,0 +1,35 @@ +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> + +<head> + <meta http-equiv="Content-Type" content="text/html; charset=${LANGUAGE_CHARSET}" /> + <meta name="description" content="${LANG_METADESC}" /> + <meta name="keywords" content="${LANG_METAKEYW}" /> + <title>'${projname}' - HTTrack Website Copier</title> + +<script language="javascript"> +<!--
+function do_load() { + window.status=' '; + window.close();
+} +function do_unload() { +} +function info(str) { + window.status = str; +} +// --> +</script> + +</head> +<body onLoad="do_load();" onUnload="do_unload();"> + +${LANG_SERVEND}. +<a href="javascript:window.close();"> +${LANG_CANCLSWND}. +</a> + +</body> + +</html> + + |