summaryrefslogtreecommitdiff
path: root/html/server/exit.html
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2012-03-19 12:51:31 +0000
committerXavier Roche <xroche@users.noreply.github.com>2012-03-19 12:51:31 +0000
commit25adbdabb47499fe641c7bd9595024ff82667058 (patch)
tree4200bb5e746bc1c0606de615ec99f0a247d4d9ba /html/server/exit.html
parentad5b7acc19290ff91e0f42a0de448a26760fcf99 (diff)
httrack 3.30.1
Diffstat (limited to 'html/server/exit.html')
-rwxr-xr-xhtml/server/exit.html35
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}.&nbsp;
+<a href="javascript:window.close();">
+${LANG_CANCLSWND}.
+</a>
+
+</body>
+
+</html>
+
+