mirror of
https://github.com/xroche/httrack.git
synced 2026-05-17 08:26:14 +03:00
36 lines
674 B
HTML
36 lines
674 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml" lang="${LANGUAGE_ISO}">
|
|
|
|
<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>
|
|
|
|
|