diff options
| author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:55:42 +0000 |
|---|---|---|
| committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:55:42 +0000 |
| commit | 844ecc37072d515513177c65a8c9dc35c9cdfc1a (patch) | |
| tree | 733b1fe039c0c37095a594b66d5076f3f5a0153d /html/server/option8.html | |
| parent | 25adbdabb47499fe641c7bd9595024ff82667058 (diff) | |
httrack 3.33.16
Diffstat (limited to 'html/server/option8.html')
| -rwxr-xr-x | html/server/option8.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/html/server/option8.html b/html/server/option8.html index 389311f..397e33c 100755 --- a/html/server/option8.html +++ b/html/server/option8.html @@ -1,4 +1,4 @@ -<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="${LANGUAGE_ISO}"> <head> <meta http-equiv="Content-Type" content="text/html; charset=${LANGUAGE_CHARSET}" /> @@ -202,6 +202,11 @@ ${listid:robots:LISTDEF_8} > ${LANG_I62b} <br><br> +<input type="checkbox" name="urlhack" ${checked:urlhack} + onMouseOver="info('${LANG_I1k2}'); return true" onMouseOut="info(' '); return true" +> ${LANG_I62b2} +<br><br> + <input type="checkbox" name="toler" ${checked:toler} onMouseOver="info('${LANG_I1i}'); return true" onMouseOut="info(' '); return true" > ${LANG_I62} |
