diff options
Diffstat (limited to 'html/server')
31 files changed, 5921 insertions, 0 deletions
diff --git a/html/server/about.html b/html/server/about.html new file mode 100755 index 0000000..4dc0ca8 --- /dev/null +++ b/html/server/about.html @@ -0,0 +1,173 @@ +<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> + + <style type="text/css"> + <!-- + +body { + margin: 0; padding: 0; margin-bottom: 15px; margin-top: 8px; + background: #77b; +} +body, td { + font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + } + +#subTitle { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +.tabCtrl { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +#siteNavigation a, #siteNavigation .current { + font-weight: bold; color: #448; + } +#siteNavigation a:link { text-decoration: none; } +#siteNavigation a:visited { text-decoration: none; } + +#siteNavigation .current { background-color: #ccd; } + +#siteNavigation a:hover { text-decoration: none; background-color: #fff; color: #000; } +#siteNavigation a:active { text-decoration: none; background-color: #ccc; } + + +a:link { text-decoration: underline; color: #00f; } +a:visited { text-decoration: underline; color: #000; } +a:hover { text-decoration: underline; color: #c00; } +a:active { text-decoration: underline; } + +#pageContent { + clear: both; + border-bottom: 6px solid #000; + padding: 10px; padding-top: 20px; + line-height: 1.65em; + background-image: url(images/bg_rings.gif); + background-repeat: no-repeat; + background-position: top right; + } + +#pageContent, #siteNavigation { + background-color: #ccd; + } + + +.imgLeft { float: left; margin-right: 10px; margin-bottom: 10px; } +.imgRight { float: right; margin-left: 10px; margin-bottom: 10px; } + +hr { height: 1px; color: #000; background-color: #000; margin-bottom: 15px; } + +h1 { margin: 0; font-weight: bold; font-size: 2em; } +h2 { margin: 0; font-weight: bold; font-size: 1.6em; } +h3 { margin: 0; font-weight: bold; font-size: 1.3em; } +h4 { margin: 0; font-weight: bold; font-size: 1.18em; } + +.blak { background-color: #000; } +.hide { display: none; } +.tableWidth { min-width: 400px; } + +.tblRegular { border-collapse: collapse; } +.tblRegular td { padding: 6px; background-image: url(fade.gif); border: 2px solid #99c; } +.tblHeaderColor, .tblHeaderColor td { background: #99c; } +.tblNoBorder td { border: 0; } + + +// --> +</style> + +<script language="javascript"> +<!-- +function do_load() { + window.status=' '; +} +function do_unload() { +} +function info(str) { + window.status = str; +} +// --> +</script> + +</head> +<body onLoad="do_load();" onUnload="do_unload();"> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> + <tr> + <td><img src="images/header_title_4.gif" width="400" height="34" alt="HTTrack Website Copier" title="" border="0" id="title" /></td> + </tr> +</table> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="3" class="tableWidth"> + <tr> + <td id="subTitle">${LANG_OSFWB}</td> + </tr> +</table> +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> +<tr class="blak"> +<td> + <table width="100%" border="0" align="center" cellspacing="1" cellpadding="0"> + <tr> + <td colspan="6"> + <table width="100%" border="0" align="center" cellspacing="0" cellpadding="10"> + <tr> + <td id="pageContent"> +<!-- ==================== End prologue ==================== --> + +<table border="0" width="100%"> +<tr><td width="90%"> + <h2 align="center"><em>${LANG_K2}</em></h2> +</td> +</tr></table> + +<br> + +<table class="tableWidth" border="0" width="100%" cellspacing="0"> +<tr><td> + +<pre> +${LANG_K1} + +${LANG_K3} : ${HTTRACK_WEB} +</pre> + +<br> + +<form> +<input type="button" value="OK" onClick="window.close();" + onMouseOver="info('${LANG_TIPOK}'); return true" onMouseOut="info(' '); return true" +> +</form> + +</td></tr> +</table> + +<br><br> + + +<!-- ==================== Start epilogue ==================== --> + </td> + </tr> + </table> + </td> + </tr> + </table> +</td> +</tr> +</table> + +<table width="76%" border="0" align="center" valign="bottom" cellspacing="0" cellpadding="0"> + <tr> + <td id="footer"><small><small>© 2003 Xavier Roche & other contributors - Web Design: Leto Kauler.</small></small></td> + </tr> +</table> + +</body> + +</html> + + diff --git a/html/server/addurl.html b/html/server/addurl.html new file mode 100755 index 0000000..932212b --- /dev/null +++ b/html/server/addurl.html @@ -0,0 +1,229 @@ +<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> + + <style type="text/css"> + <!-- + +body { + margin: 0; padding: 0; margin-bottom: 15px; margin-top: 8px; + background: #77b; +} +body, td { + font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + } + +#subTitle { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +#siteNavigation a, #siteNavigation .current { + font-weight: bold; color: #448; + } +#siteNavigation a:link { text-decoration: none; } +#siteNavigation a:visited { text-decoration: none; } + +#siteNavigation .current { background-color: #ccd; } + +#siteNavigation a:hover { text-decoration: none; background-color: #fff; color: #000; } +#siteNavigation a:active { text-decoration: none; background-color: #ccc; } + + +a:link { text-decoration: underline; color: #00f; } +a:visited { text-decoration: underline; color: #000; } +a:hover { text-decoration: underline; color: #c00; } +a:active { text-decoration: underline; } + +#pageContent { + clear: both; + border-bottom: 6px solid #000; + padding: 10px; padding-top: 20px; + line-height: 1.65em; + background-image: url(images/bg_rings.gif); + background-repeat: no-repeat; + background-position: top right; + } + +#pageContent, #siteNavigation { + background-color: #ccd; + } + + +.imgLeft { float: left; margin-right: 10px; margin-bottom: 10px; } +.imgRight { float: right; margin-left: 10px; margin-bottom: 10px; } + +hr { height: 1px; color: #000; background-color: #000; margin-bottom: 15px; } + +h1 { margin: 0; font-weight: bold; font-size: 2em; } +h2 { margin: 0; font-weight: bold; font-size: 1.6em; } +h3 { margin: 0; font-weight: bold; font-size: 1.3em; } +h4 { margin: 0; font-weight: bold; font-size: 1.18em; } + +.blak { background-color: #000; } +.hide { display: none; } +.tableWidth { min-width: 400px; } + +.tblRegular { border-collapse: collapse; } +.tblRegular td { padding: 6px; background-image: url(fade.gif); border: 2px solid #99c; } +.tblHeaderColor, .tblHeaderColor td { background: #99c; } +.tblNoBorder td { border: 0; } + + +// --> +</style> + +<script language="javascript"> +<!-- +function do_load() { + window.status=' '; +} +function do_unload() { +} +function do_add() { + if (document.wparent) + pparent = document.wparent; + else if (parent && parent.document) + pparent = parent.document; + if (pparent + && pparent.form + && pparent.form.urls + && document.form.urladr.value.length > 0 + ) { + str = ""; + if (pparent.form.urls.value.length > 0) { + pparent.form.urls.value += "\r\n"; + } + str="http://"; + if (document.form.urllogin.value.length > 0) { + str += document.form.urllogin.value; + str += ":"; + str += document.form.urlpass.value; + str += "@"; + } + str += document.form.urladr.value; + pparent.form.urls.value += str; + return 1; + } else { + alert('Javascript error, or parent window lost'); + } + return 0; +} +function info(str) { + window.status = str; +} +// --> +</script> + +</head> +<body onLoad="do_load();" onUnload="do_unload();"> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> + <tr> + <td><img src="images/header_title_4.gif" width="400" height="34" alt="HTTrack Website Copier" title="" border="0" id="title" /></td> + </tr> +</table> +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="3" class="tableWidth"> + <tr> + <td width="90%" id="subTitle">${LANG_OSFWB}</td> + <td id="subTitle" align="right"> + <a href="/server/file.html" target="_blank" + onClick="window.open('/server/file.html', 'help', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480'); return false" + onMouseOver="info('${LANG_O1}'); return true" onMouseOut="info(' '); return true" + style="color:#FFFFFF" + > + ${LANG_O1} + </a> + </td> +${/* show help only if available */} +${do:if-file-exists:html/index.html} + <td id="subTitle">|</td> + <td id="subTitle" align="right"> + <a href="/index.html" target="_blank" + onClick="window.open('/server/help.html', 'help', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480'); return false" + onMouseOver="info('${LANG_TIPHELP}'); return true" onMouseOut="info(' '); return true" + style="color:#FFFFFF" + > + ${LANG_O5} + </a> + </td> +${do:end-if} + </tr> +</table> +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> +<tr class="blak"> +<td> + <table width="100%" border="0" align="center" cellspacing="1" cellpadding="0"> + <tr> + <td colspan="6"> + <table width="100%" border="0" align="center" cellspacing="0" cellpadding="10"> + <tr> + <td id="pageContent"> +<!-- ==================== End prologue ==================== --> + +<table border="0" width="100%"> +<tr><td width="90%"> + <h2 align="center"><em>${LANG_G43}</em></h2> +</td><td> + <a href="/index.html" target="_blank">${LANG_TIPHELP}</a> +</td></tr></table> + +<br> + + +<form action="${thisfile}" name="form"> +<table width="100%"> +<tr><td>${LANG_T2}</td><td>http://<input name="urladr" + onMouseOver="info('${LANG_T10}'); return true" onMouseOut="info(' '); return true" +></td></tr> +<tr><td colspan=2> + +<table width="100%"> +<th>${LANG_T4}</th> +<tr><td>${LANG_T5}:</td><td><input name="urllogin" + onMouseOver="info('${LANG_T12}'); return true" onMouseOut="info(' '); return true" +></td></tr> +<tr><td>${LANG_T6}:</td><td><input name="urlpass" + onMouseOver="info('${LANG_T13}'); return true" onMouseOut="info(' '); return true" +></td></tr> +<tr><td>${LANG_T7}:</td><td><input type="button" value="${LANG_T8}" onClick="alert('not yet implemented!')" + onMouseOver="info('${LANG_T14}'); return true" onMouseOut="info(' '); return true" +></td></tr> +</table> + +</td></tr> + +<tr><td> +<input type="button" value="OK" onClick="if (do_add()) { window.close(); }" + onMouseOver="info('${LANG_TIPOK}'); return true" onMouseOut="info(' '); return true" +> +</td></tr> + +</table> +</form> + +<!-- ==================== Start epilogue ==================== --> + </td> + </tr> + </table> + </td> + </tr> + </table> +</td> +</tr> +</table> + +<table width="76%" border="0" align="center" valign="bottom" cellspacing="0" cellpadding="0"> + <tr> + <td id="footer"><small><small>© 2003 Xavier Roche & other contributors - Web Design: Leto Kauler.</small></small></td> + </tr> +</table> + +</body> + +</html> + + diff --git a/html/server/div/WebHTTrack-Websites.desktop b/html/server/div/WebHTTrack-Websites.desktop new file mode 100644 index 0000000..cc3c3d9 --- /dev/null +++ b/html/server/div/WebHTTrack-Websites.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Categories=Application;Network +Terminal=false +Name=Browse Mirrored Websites +Comment=Browse Websites Mirrored by WebHTTrack +Exec=webhttrack browse +Icon=/usr/share/httrack/icons/webhttrack.xpm +Terminal=false +MultipleArgs=false +Type=Application diff --git a/html/server/div/WebHTTrack.desktop b/html/server/div/WebHTTrack.desktop new file mode 100644 index 0000000..49f70d0 --- /dev/null +++ b/html/server/div/WebHTTrack.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Categories=Application;Network +Terminal=false +Name=WebHTTrack Website Copier +Comment=Copy websites to your computer +Exec=webhttrack +Icon=/usr/share/httrack/icons/webhttrack.xpm +Terminal=false +MultipleArgs=false +Type=Application diff --git a/html/server/div/httrack.xpm b/html/server/div/httrack.xpm new file mode 100644 index 0000000..74755e7 --- /dev/null +++ b/html/server/div/httrack.xpm @@ -0,0 +1,47 @@ +/* XPM */ +static char *httrack[] = { +/* columns rows colors chars-per-pixel */ +"32 32 9 1", +" c opaque", +". c #191919", +"X c #00007f", +"o c #4c4c4c", +"O c #666667", +"+ c gray50", +"@ c blue", +"# c gray60", +"$ c #b2b2b2", +/* pixels */ +"$$+... .$#########$+X . $#$", +"$#+ $#########$+ . $##", +"##@. .. ##########$@ X###", +"###. .X##########$+ . .###", +"##+ .$##########@ .. . $$#", +"##+.. . $#########$# $##", +"##+. ##########$# X###", +"##+ . .X###########@ . . .###", +"##@.. . $$########$+ $$#", +"##+. #$$$#####$#+ . . $##", +"##+.. . ##$$$###$$#@ . . X###", +"#$O. .X@XoXoX@oXoo .###", +"##+.. . ... . . $$#", +"##+ . . . . .. $##", +"##@. . . . X###", +"###. . . . . .###", +"##+ . . . .$#$", +"##+.. . . . .. . $##", +"##+. . X...X. X.... . .X###", +"##+ . #$#$##$$#$$+. .###", +"##@. . $$####$####@. . . $$#", +"##+. . #$#####$##$# $##", +"##+. . .##########$+. X###", +"#$O. . X###########@. . .###", +"##+.. .$#########$+ $$#", +"##+ . $##########+ . . $##", +"##@. . ###########@ . . X###", +"###. . .X#########$$# .###", +"##+ .$#########$+X . . $$#", +"##+.. . $#########$+ $##", +"##O. ##########$@ X###", +"##+. ..X###########+. . .###" +}; diff --git a/html/server/div/webhttrack.xpm b/html/server/div/webhttrack.xpm new file mode 100644 index 0000000..0297b40 --- /dev/null +++ b/html/server/div/webhttrack.xpm @@ -0,0 +1,88 @@ +/* XPM */ +static char *pixmap[] = { +/* width height ncols cpp */ +"48 48 34 2", + /* Colors */ + "00 c #C0C0C0", + "01 c #040404", + "02 c #080808", + "03 c #0C0C0C", + "04 c #111111", + "05 c #161616", + "06 c #1C1C1C", + "07 c #222222", + "08 c #292929", + "09 c #555555", + "0A c #4D4D4D", + "0B c #424242", + "0C c #393939", + "0D c #333333", + "0E c #333366", + "0F c #666666", + "10 c #999999", + "11 c #666699", + "12 c #9999CC", + "13 c #CCCCCC", + "14 c #6666CC", + "15 c #5F5F5F", + "16 c #777777", + "17 c #868686", + "18 c #969696", + "19 c #B2B2B2", + "1A c #D7D7D7", + "1B c #DDDDDD", + "1C c #E3E3E3", + "1D c #EAEAEA", + "1E c #F1F1F1", + "1F c #A0A0A4", + "20 c #808080", + ".. s None c None", + "121212121212121212121212121212121212121212121212121212121212121212121212121212121214111114121212", + "150E111212110E0914090E0E0E0E0E11090E0E0E0E0E11121212121212121212121212121212121212140D0D14121212", + "080111121211010614040101010101090601010101010B12121212121212121212121212121212121214040414121212", + "080111121211010614040101010101090601010101010B12121212121212121212121212121212121214040414121212", + "080111121211010614040101010101090601010101010B12121212121212121212121212121212121214040414121212", + "080111121211010614040101010101090601010101010B12121212121212121212121212121212121214040414121212", + "080111121211010614070501010405150805020104050E12121212121212121212121212121212121214040414121212", + "0801111212110106121212060111121212120C0115121212121212121212121212121212121212121214040414121212", + "0801111212110106121212060111121212120C0115121212121212121212121212121212121212121214040414121212", + "0801111212110106121212060111121212120C0115121214141414141214111414141412121411141414040414141414", + "0801111212110106121212060111121212120C011512121109110E141209010911091112121501051114040414110909", + "0801080E0E0D0106121212060111121212120C011512120E010E0114140401050D011112110401010D140404140E0108", + "0801010101010106121212060111121212120C011512120E01060114110101010301111209010101081404041407010E", + "0801010101010106121212060111121212120C011512120E010101140C01010101011112070101010814040411010111", + "0801010101010106121212060111121212120C011512120E0101011406010101010111140201060D0814040415010514", + "0801010101010106121212060111121212120C011512120E0101021104010E0E0101111101011111091404040C010D12", + "0801030404040106121212060111121212120C011512120E010514110102141404011111010512121214040303011112", + "08010E1111090106121212060111121212120C011512120E010E12110105141208011111010812121214040101011112", + "0801111212110106121212060111121212120C011512120E01091211010812120D011111010D12121214040101011412", + "0801111212110106121212060111121212120C011512120E01091211010812120D011111010D12121214040405011112", + "0801111212110106121212060111121212120C011512120E01091211010612120801111101061212121404040C010E12", + "0801111212110106121212060111121212120C011512120E010912110104141404011111010111121414040409010712", + "0801111212110106121212060111121212120C011512120E01091214040115150101111101010D090C14040411010414", + "0801111212110106121212060111121212120C011512120E010912140701010101011112040101010814040414050111", + "0801111212110106121212060111121212120C011512120E010912120C010101010111120D01010108140404140D0109", + "0801111212110106121212060111121212120C011512120E0109121211010101070111121501010108140404140E0108", + "0801111212110106121212060111121212120C011512120E01091212140501080D011112140601010D14040414110104", + "0401080E0E0D01030E0E0E04010D0E0E0E0E0501080E0E0601080E0E0E0601070501080E0E060101070E02010C0C0101", + "010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101", + "010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101", + "010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101", + "010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101", + "0B07010705010B0B101008180A01061C20060A1710170F10200101010A1E1001081B000501171603150618100C172003", + "151501090D011715....0B1B1B050F1A1A0C201B..1B19..0001010113131B01101A1D0F031B1C0A100D1E..0F131C09", + "0D2001200901100B100A0719190D1F0C0F0D200C130C1F090D01010D00080A05130D0F0003190F17100D190A06191510", + "0510011F2001100B16010510160C1F05010D200119011005010101160901010B1701031A031F051F100D18010119051F", + "011901191005170B100907101706180F010D200119011F0F0B0101180701010F0901011F081F0510100D190907190510", + "01190510190D160B1E1D0B1A00010A1C0B0D20011901191D1901011F030101170D0101170C191620100D1D1D15190F17", + "01170A201F0F0A0B13190D1D1D0C0110000D200119011F192001011F03010117080101200C1C1B07100D1A190B1A1C0D", + "010F10091710070B160105100F170103130B2001190110050101011F050101170C0101170D000B01100D180101000001", + "010C1C080F1A030B16010510081801011015200119011005010101180D01010F15010119061F0101100D180101190003", + "01051E050C1A010B16010510081710031815200119011006010101162001010B19010300031F0101100D100101191008", + "01011901061F010B19200819170F190F000B200119011F170F0101081C0A0F031B0F2018031F0101100D00200D19150F", + "01011601010F010B....0B1D1A060F1E000D2001190119..00010101001D1B01181E1E0C031F0101100D1E..0F190810", + "01010701010701060F0F05150801051F0B0508010B010B0F0B0101010D190F0106192001010C01010C05150F070C010C", + "010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101", + "010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101", + "010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101", +}; diff --git a/html/server/error.html b/html/server/error.html new file mode 100755 index 0000000..088f427 --- /dev/null +++ b/html/server/error.html @@ -0,0 +1,150 @@ +<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> + + <style type="text/css"> + <!-- + +body { + margin: 0; padding: 0; margin-bottom: 15px; margin-top: 8px; + background: #77b; +} +body, td { + font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + } + +#subTitle { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +#siteNavigation a, #siteNavigation .current { + font-weight: bold; color: #448; + } +#siteNavigation a:link { text-decoration: none; } +#siteNavigation a:visited { text-decoration: none; } + +#siteNavigation .current { background-color: #ccd; } + +#siteNavigation a:hover { text-decoration: none; background-color: #fff; color: #000; } +#siteNavigation a:active { text-decoration: none; background-color: #ccc; } + + +a:link { text-decoration: underline; color: #00f; } +a:visited { text-decoration: underline; color: #000; } +a:hover { text-decoration: underline; color: #c00; } +a:active { text-decoration: underline; } + +#pageContent { + clear: both; + border-bottom: 6px solid #000; + padding: 10px; padding-top: 20px; + line-height: 1.65em; + background-image: url(images/bg_rings.gif); + background-repeat: no-repeat; + background-position: top right; + } + +#pageContent, #siteNavigation { + background-color: #ccd; + } + + +.imgLeft { float: left; margin-right: 10px; margin-bottom: 10px; } +.imgRight { float: right; margin-left: 10px; margin-bottom: 10px; } + +hr { height: 1px; color: #000; background-color: #000; margin-bottom: 15px; } + +h1 { margin: 0; font-weight: bold; font-size: 2em; } +h2 { margin: 0; font-weight: bold; font-size: 1.6em; } +h3 { margin: 0; font-weight: bold; font-size: 1.3em; } +h4 { margin: 0; font-weight: bold; font-size: 1.18em; } + +.blak { background-color: #000; } +.hide { display: none; } +.tableWidth { min-width: 400px; } + +.tblRegular { border-collapse: collapse; } +.tblRegular td { padding: 6px; background-image: url(fade.gif); border: 2px solid #99c; } +.tblHeaderColor, .tblHeaderColor td { background: #99c; } +.tblNoBorder td { border: 0; } + + +// --> +</style> + +<script language="javascript"> +<!-- +function do_load() { + window.status=' '; +} +function do_unload() { +} +function info(str) { + window.status = str; +} +// --> +</script> + +</head> +<body onLoad="do_load();" onUnload="do_unload();"> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> + <tr> + <td><img src="images/header_title_4.gif" width="400" height="34" alt="HTTrack Website Copier" title="" border="0" id="title" /></td> + </tr> +</table> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="3" class="tableWidth"> + <tr> + <td id="subTitle">${LANG_OSFWB}</td> + </tr> +</table> +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> +<tr class="blak"> +<td> + <table width="100%" border="0" align="center" cellspacing="1" cellpadding="0"> + <tr> + <td colspan="6"> + <table width="100%" border="0" align="center" cellspacing="0" cellpadding="10"> + <tr> + <td id="pageContent"> +<!-- ==================== End prologue ==================== --> + +<h2> +${LANG_FATALERR}: +</h2> +<br> +<tt> +${error} +</tt> + +<br> +<a href="javascript:window.close();">${LANG_CANCLSWND}.</a> + + +<!-- ==================== Start epilogue ==================== --> + </td> + </tr> + </table> + </td> + </tr> + </table> +</td> +</tr> +</table> + +<table width="76%" border="0" align="center" valign="bottom" cellspacing="0" cellpadding="0"> + <tr> + <td id="footer"><small><small>© 2003 Xavier Roche & other contributors - Web Design: Leto Kauler.</small></small></td> + </tr> +</table> + +</body> + +</html> + + 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> + + diff --git a/html/server/file.html b/html/server/file.html new file mode 100755 index 0000000..409e313 --- /dev/null +++ b/html/server/file.html @@ -0,0 +1,178 @@ +<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> + + <style type="text/css"> + <!-- + +body { + margin: 0; padding: 0; margin-bottom: 15px; margin-top: 8px; + background: #77b; +} +body, td { + font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + } + +#subTitle { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +.tabCtrl { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +#siteNavigation a, #siteNavigation .current { + font-weight: bold; color: #448; + } +#siteNavigation a:link { text-decoration: none; } +#siteNavigation a:visited { text-decoration: none; } + +#siteNavigation .current { background-color: #ccd; } + +#siteNavigation a:hover { text-decoration: none; background-color: #fff; color: #000; } +#siteNavigation a:active { text-decoration: none; background-color: #ccc; } + + +a:link { text-decoration: underline; color: #00f; } +a:visited { text-decoration: underline; color: #000; } +a:hover { text-decoration: underline; color: #c00; } +a:active { text-decoration: underline; } + +#pageContent { + clear: both; + border-bottom: 6px solid #000; + padding: 10px; padding-top: 20px; + line-height: 1.65em; + background-image: url(images/bg_rings.gif); + background-repeat: no-repeat; + background-position: top right; + } + +#pageContent, #siteNavigation { + background-color: #ccd; + } + + +.imgLeft { float: left; margin-right: 10px; margin-bottom: 10px; } +.imgRight { float: right; margin-left: 10px; margin-bottom: 10px; } + +hr { height: 1px; color: #000; background-color: #000; margin-bottom: 15px; } + +h1 { margin: 0; font-weight: bold; font-size: 2em; } +h2 { margin: 0; font-weight: bold; font-size: 1.6em; } +h3 { margin: 0; font-weight: bold; font-size: 1.3em; } +h4 { margin: 0; font-weight: bold; font-size: 1.18em; } + +.blak { background-color: #000; } +.hide { display: none; } +.tableWidth { min-width: 400px; } + +.tblRegular { border-collapse: collapse; } +.tblRegular td { padding: 6px; background-image: url(fade.gif); border: 2px solid #99c; } +.tblHeaderColor, .tblHeaderColor td { background: #99c; } +.tblNoBorder td { border: 0; } + + +// --> +</style> + +<script language="javascript"> +<!-- +function do_load() { + window.status=' '; +} +function do_unload() { +} +function info(str) { + window.status = str; +} +// --> +</script> + +</head> +<body onLoad="do_load();" onUnload="do_unload();"> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> + <tr> + <td><img src="images/header_title_4.gif" width="400" height="34" alt="HTTrack Website Copier" title="" border="0" id="title" /></td> + </tr> +</table> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="3" class="tableWidth"> + <tr> + <td id="subTitle">${LANG_OSFWB}</td> + </tr> +</table> +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> +<tr class="blak"> +<td> + <table width="100%" border="0" align="center" cellspacing="1" cellpadding="0"> + <tr> + <td colspan="6"> + <table width="100%" border="0" align="center" cellspacing="0" cellpadding="10"> + <tr> + <td id="pageContent"> +<!-- ==================== End prologue ==================== --> + +<table border="0" width="100%"> +<tr><td width="90%"> + <h2 align="center"><em>${LANG_O1}</em></h2> +</td> +</tr></table> + +<br> + +<table class="tableWidth" border="0" width="100%" cellspacing="0"> +<tr><td class="tabCtrl" align="left"> +<a style="background:black;color: white" +${do:output-mode:html-urlescaped} + href="file://${path}/" +${do:output-mode:} + target="_new"> +${LANG_D8} +</a> +</td></tr> + +<tr><td class="tabCtrl" align="left"> +${do:loadhash} +<form method="GET" action="" name="form"> + ${LANG_S11b} + <select name="name" + onChange="window.open('file://${path}/' + form.name.value + '/index.html')"> + <option value=""> </option> + ${liststr:winprofile} + </select> +</form> +</td></tr> + +</table> + +<br><br> + + +<!-- ==================== Start epilogue ==================== --> + </td> + </tr> + </table> + </td> + </tr> + </table> +</td> +</tr> +</table> + +<table width="76%" border="0" align="center" valign="bottom" cellspacing="0" cellpadding="0"> + <tr> + <td id="footer"><small><small>© 2003 Xavier Roche & other contributors - Web Design: Leto Kauler.</small></small></td> + </tr> +</table> + +</body> + +</html> + + diff --git a/html/server/finished.html b/html/server/finished.html new file mode 100755 index 0000000..c9d81c2 --- /dev/null +++ b/html/server/finished.html @@ -0,0 +1,221 @@ +<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> + + <style type="text/css"> + <!-- + +body { + margin: 0; padding: 0; margin-bottom: 15px; margin-top: 8px; + background: #77b; +} +body, td { + font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + } + +#subTitle { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +#siteNavigation a, #siteNavigation .current { + font-weight: bold; color: #448; + } +#siteNavigation a:link { text-decoration: none; } +#siteNavigation a:visited { text-decoration: none; } + +#siteNavigation .current { background-color: #ccd; } + +#siteNavigation a:hover { text-decoration: none; background-color: #fff; color: #000; } +#siteNavigation a:active { text-decoration: none; background-color: #ccc; } + + +a:link { text-decoration: underline; color: #00f; } +a:visited { text-decoration: underline; color: #000; } +a:hover { text-decoration: underline; color: #c00; } +a:active { text-decoration: underline; } + +#pageContent { + clear: both; + border-bottom: 6px solid #000; + padding: 10px; padding-top: 20px; + line-height: 1.65em; + background-image: url(images/bg_rings.gif); + background-repeat: no-repeat; + background-position: top right; + } + +#pageContent, #siteNavigation { + background-color: #ccd; + } + + +.imgLeft { float: left; margin-right: 10px; margin-bottom: 10px; } +.imgRight { float: right; margin-left: 10px; margin-bottom: 10px; } + +hr { height: 1px; color: #000; background-color: #000; margin-bottom: 15px; } + +h1 { margin: 0; font-weight: bold; font-size: 2em; } +h2 { margin: 0; font-weight: bold; font-size: 1.6em; } +h3 { margin: 0; font-weight: bold; font-size: 1.3em; } +h4 { margin: 0; font-weight: bold; font-size: 1.18em; } + +.blak { background-color: #000; } +.hide { display: none; } +.tableWidth { min-width: 400px; } + +.tblRegular { border-collapse: collapse; } +.tblRegular td { padding: 6px; background-image: url(fade.gif); border: 2px solid #99c; } +.tblHeaderColor, .tblHeaderColor td { background: #99c; } +.tblNoBorder td { border: 0; } + + +// --> +</style> + +<script language="javascript"> +<!-- +function do_load() { + window.status=' '; +} +function do_unload() { +} +function info(str) { + window.status = str; +} +// --> +</script> + +</head> +<body onLoad="do_load();" onUnload="do_unload();"> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> + <tr> + <td><img src="images/header_title_4.gif" width="400" height="34" alt="HTTrack Website Copier" title="" border="0" id="title" /></td> + </tr> +</table> +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="3" class="tableWidth"> + <tr> + <td width="90%" id="subTitle">${LANG_OSFWB}</td> + <td id="subTitle" align="right"> + <a href="/server/file.html" target="_blank" + onClick="window.open('/server/file.html', 'help', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480'); return false" + onMouseOver="info('${LANG_O1}'); return true" onMouseOut="info(' '); return true" + style="color:#FFFFFF" + > + ${LANG_O1} + </a> + </td> +${/* show help only if available */} +${do:if-file-exists:html/index.html} + <td id="subTitle">|</td> + <td id="subTitle" align="right"> + <a href="/index.html" target="_blank" + onClick="window.open('/server/help.html', 'help', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480'); return false" + onMouseOver="info('${LANG_TIPHELP}'); return true" onMouseOut="info(' '); return true" + style="color:#FFFFFF" + > + ${LANG_O5} + </a> + </td> +${do:end-if} + </tr> +</table> +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> +<tr class="blak"> +<td> + <table width="100%" border="0" align="center" cellspacing="1" cellpadding="0"> + <tr> + <td colspan="6"> + <table width="100%" border="0" align="center" cellspacing="0" cellpadding="10"> + <tr> + <td id="pageContent"> +<!-- ==================== End prologue ==================== --> + +<table border="0" width="100%"> +<tr><td width="90%"> + <h2 align="center"><em>${LANG_F18b}</em></h2> +</td><td> + <a href="/step3.html" target="_blank">${LANG_TIPHELP}</a> +</td></tr></table> + +<br> + +<pre>
+
+${do:if-not-empty:commandReturn}
+${LANG_F19}
+<font color="red">
+${commandReturnMsg}
+</font>
+${LANG_F20}
+<font color="blue">
+httrack ${commandReturnCmdl}
+</font>
+${LANG_F21}
+${do:end-if}
+
+${do:if-empty:commandReturn}
+${LANG_F22} +${do:end-if}
+</pre> + +${LANG_G8} : +${do:output-mode:html-urlescaped} +<a href="file://${path}/${projname}/" target="_new"> +${do:output-mode:} +${path}/${projname} +</a></li> +<ul> +<li><a href="/website/index.html" target="_new">${LANG_D8}</a></li> +<li><a href="/website/hts-log.txt" target="_new">${LANG_D4}</a></li> +</ul> + +<form method="POST" action="exit.html" name="form">
+<input type="hidden" name="sid" value="${sid}"> +<input type="hidden" name="command" value="quit"> + +<table border="0" width="100%"> +<tr><td> + +</td></tr><tr><td> + +</td></tr><tr><td> + + <table width="100%" border="0"><tr><td align="left"> + + </td><td align="right"> + <input type="submit" value=" ${LANG_QUIT} "
+ onClick="form.submit()">
+ </td></tr></table> + +</td></tr> +</table> + +</form> + +<!-- ==================== Start epilogue ==================== --> + </td> + </tr> + </table> + </td> + </tr> + </table> +</td> +</tr> +</table> + +<table width="76%" border="0" align="center" valign="bottom" cellspacing="0" cellpadding="0"> + <tr> + <td id="footer"><small><small>© 2003 Xavier Roche & other contributors - Web Design: Leto Kauler.</small></small></td> + </tr> +</table> + +</body> + +</html> + + diff --git a/html/server/help.html b/html/server/help.html new file mode 100755 index 0000000..9da3104 --- /dev/null +++ b/html/server/help.html @@ -0,0 +1,185 @@ +<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> + + <style type="text/css"> + <!-- + +body { + margin: 0; padding: 0; margin-bottom: 15px; margin-top: 8px; + background: #77b; +} +body, td { + font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + } + +#subTitle { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +.tabCtrl { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +#siteNavigation a, #siteNavigation .current { + font-weight: bold; color: #448; + } +#siteNavigation a:link { text-decoration: none; } +#siteNavigation a:visited { text-decoration: none; } + +#siteNavigation .current { background-color: #ccd; } + +#siteNavigation a:hover { text-decoration: none; background-color: #fff; color: #000; } +#siteNavigation a:active { text-decoration: none; background-color: #ccc; } + + +a:link { text-decoration: underline; color: #00f; } +a:visited { text-decoration: underline; color: #000; } +a:hover { text-decoration: underline; color: #c00; } +a:active { text-decoration: underline; } + +#pageContent { + clear: both; + border-bottom: 6px solid #000; + padding: 10px; padding-top: 20px; + line-height: 1.65em; + background-image: url(images/bg_rings.gif); + background-repeat: no-repeat; + background-position: top right; + } + +#pageContent, #siteNavigation { + background-color: #ccd; + } + + +.imgLeft { float: left; margin-right: 10px; margin-bottom: 10px; } +.imgRight { float: right; margin-left: 10px; margin-bottom: 10px; } + +hr { height: 1px; color: #000; background-color: #000; margin-bottom: 15px; } + +h1 { margin: 0; font-weight: bold; font-size: 2em; } +h2 { margin: 0; font-weight: bold; font-size: 1.6em; } +h3 { margin: 0; font-weight: bold; font-size: 1.3em; } +h4 { margin: 0; font-weight: bold; font-size: 1.18em; } + +.blak { background-color: #000; } +.hide { display: none; } +.tableWidth { min-width: 400px; } + +.tblRegular { border-collapse: collapse; } +.tblRegular td { padding: 6px; background-image: url(fade.gif); border: 2px solid #99c; } +.tblHeaderColor, .tblHeaderColor td { background: #99c; } +.tblNoBorder td { border: 0; } + + +// --> +</style> + +<script language="javascript"> +<!-- +function do_load() { + window.status=' '; +} +function do_unload() { +} +function info(str) { + window.status = str; +} +// --> +</script> + +</head> +<body onLoad="do_load();" onUnload="do_unload();"> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> + <tr> + <td><img src="images/header_title_4.gif" width="400" height="34" alt="HTTrack Website Copier" title="" border="0" id="title" /></td> + </tr> +</table> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="3" class="tableWidth"> + <tr> + <td id="subTitle">${LANG_OSFWB}</td> + </tr> +</table> +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> +<tr class="blak"> +<td> + <table width="100%" border="0" align="center" cellspacing="1" cellpadding="0"> + <tr> + <td colspan="6"> + <table width="100%" border="0" align="center" cellspacing="0" cellpadding="10"> + <tr> + <td id="pageContent"> +<!-- ==================== End prologue ==================== --> + +<table border="0" width="100%"> +<tr><td width="90%"> + <h2 align="center"><em>${LANG_O1}</em></h2> +</td> +</tr></table> + +<br> + +<table class="tableWidth" border="0" width="100%" cellspacing="0"> +<tr><td class="tabCtrl" align="left"> +<a style="background:black;color: white" href="about.html" target="_new" + onMouseOver="info('${LANG_G21}'); return true" onMouseOut="info(' '); return true" + > +${LANG_O16}... +</a> +</td></tr> + +<tr><td class="tabCtrl" align="left"> +<a style="background:black;color: white" + href="http://www.httrack.com/update.php3?Product=HTTrack&Version=${HTTRACK_VERSIONID}&VersionStr=${HTTRACK_VERSION}&Platform=${HTS_PLATFORM}&LanguageId=${lang}" target="_new" + onMouseOver="info('${LANG_O17}'); return true" onMouseOut="info(' '); return true" + > +${LANG_O17}... +</a> +</td></tr> + +${/* show help only if available */} +${do:if-file-exists:html/index.html} +<tr><td class="tabCtrl" align="left"> +<a style="background:black;color: white" + href="/index.html" target="_new" + onMouseOver="info('${LANG_TIPHELP}'); return true" onMouseOut="info(' '); return true" + > +${LANG_P16} +</a> +</td></tr> +${do:end-if} + +</table> + +<br><br> + + +<!-- ==================== Start epilogue ==================== --> + </td> + </tr> + </table> + </td> + </tr> + </table> +</td> +</tr> +</table> + +<table width="76%" border="0" align="center" valign="bottom" cellspacing="0" cellpadding="0"> + <tr> + <td id="footer"><small><small>© 2003 Xavier Roche & other contributors - Web Design: Leto Kauler.</small></small></td> + </tr> +</table> + +</body> + +</html> + + diff --git a/html/server/images/bg_rings.gif b/html/server/images/bg_rings.gif Binary files differnew file mode 100755 index 0000000..da7c5c8 --- /dev/null +++ b/html/server/images/bg_rings.gif diff --git a/html/server/images/fade.gif b/html/server/images/fade.gif Binary files differnew file mode 100755 index 0000000..579cc5f --- /dev/null +++ b/html/server/images/fade.gif diff --git a/html/server/images/header_title_4.gif b/html/server/images/header_title_4.gif Binary files differnew file mode 100755 index 0000000..93847d3 --- /dev/null +++ b/html/server/images/header_title_4.gif diff --git a/html/server/index.html b/html/server/index.html new file mode 100755 index 0000000..05698f5 --- /dev/null +++ b/html/server/index.html @@ -0,0 +1,211 @@ +<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>HTTrack Website Copier - Offline Browser</title> + + <style type="text/css"> + <!-- + +body { + margin: 0; padding: 0; margin-bottom: 15px; margin-top: 8px; + background: #77b; +} +body, td { + font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + } + +#subTitle { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +#siteNavigation a, #siteNavigation .current { + font-weight: bold; color: #448; + } +#siteNavigation a:link { text-decoration: none; } +#siteNavigation a:visited { text-decoration: none; } + +#siteNavigation .current { background-color: #ccd; } + +#siteNavigation a:hover { text-decoration: none; background-color: #fff; color: #000; } +#siteNavigation a:active { text-decoration: none; background-color: #ccc; } + + +a:link { text-decoration: underline; color: #00f; } +a:visited { text-decoration: underline; color: #000; } +a:hover { text-decoration: underline; color: #c00; } +a:active { text-decoration: underline; } + +#pageContent { + clear: both; + border-bottom: 6px solid #000; + padding: 10px; padding-top: 20px; + line-height: 1.65em; + background-image: url(images/bg_rings.gif); + background-repeat: no-repeat; + background-position: top right; + } + +#pageContent, #siteNavigation { + background-color: #ccd; + } + + +.imgLeft { float: left; margin-right: 10px; margin-bottom: 10px; } +.imgRight { float: right; margin-left: 10px; margin-bottom: 10px; } + +hr { height: 1px; color: #000; background-color: #000; margin-bottom: 15px; } + +h1 { margin: 0; font-weight: bold; font-size: 2em; } +h2 { margin: 0; font-weight: bold; font-size: 1.6em; } +h3 { margin: 0; font-weight: bold; font-size: 1.3em; } +h4 { margin: 0; font-weight: bold; font-size: 1.18em; } + +.blak { background-color: #000; } +.hide { display: none; } +.tableWidth { min-width: 400px; } + +.tblRegular { border-collapse: collapse; } +.tblRegular td { padding: 6px; background-image: url(fade.gif); border: 2px solid #99c; } +.tblHeaderColor, .tblHeaderColor td { background: #99c; } +.tblNoBorder td { border: 0; } + + +// --> +</style> + +<script language="javascript"> +<!-- +function do_load() { + window.status=' '; +} +function do_unload() { +} +function key_event(event) { + if (event && event.keyCode && (event.keyCode == 13 || event.keyCode == 10)) { + form.nextBtn.click(); + return false; + } + return true; +} +function info(str) { + window.status = str; +} +// --> +</script> + +</head> +<body onLoad="do_load(); return true" onUnload="do_unload();" onKeyPress="return key_event(event);"> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> + <tr> + <td><img src="images/header_title_4.gif" width="400" height="34" alt="HTTrack Website Copier" title="" border="0" id="title" /></td> + </tr> +</table> +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="3" class="tableWidth"> + <tr> + <td width="90%" id="subTitle">${LANG_OSFWB}</td> + <td id="subTitle" align="right"> + <a href="/server/file.html" target="_blank" + onClick="window.open('/server/file.html', 'help', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480'); return false" + onMouseOver="info('${LANG_O1}'); return true" onMouseOut="info(' '); return true" + style="color:#FFFFFF" + > + ${LANG_O1} + </a> + </td> +${/* show help only if available */} +${do:if-file-exists:html/index.html} + <td id="subTitle">|</td> + <td id="subTitle" align="right"> + <a href="/index.html" target="_blank" + onClick="window.open('/server/help.html', 'help', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480'); return false" + onMouseOver="info('${LANG_TIPHELP}'); return true" onMouseOut="info(' '); return true" + style="color:#FFFFFF" + > + ${LANG_O5} + </a> + </td> +${do:end-if} + </tr> +</table> +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> +<tr class="blak"> +<td> + <table width="100%" border="0" align="center" cellspacing="1" cellpadding="0"> + <tr> + <td colspan="6"> + <table width="100%" border="0" align="center" cellspacing="0" cellpadding="10"> + <tr> + <td id="pageContent"> +<!-- ==================== End prologue ==================== --> + +<table border="0" width="100%"> +<tr><td width="90%"> + <h2 align="center"><em>${LANG_G30}</em></h2> +</td> +</tr></table> + +${html:LANG_Y1} + +<noscript> +<h2> +<br> +${LANG_WARNING}!! +</h2> +<font color="red"> +${LANG_NOJS} +</font> +<br> +${LANG_THANKYOU}! +</noscript> + +<br><br> + +<form method="POST" action="step2.html" name="form"> +<input type="hidden" name="sid" value="${sid}"> +<input type="hidden" name="redirect" value=""> + +<table border="0" width="100%"> + <tr><td align="right"> + ${LANG_P15} + <select name="lang" onChange="form.redirect.value='index.html'; form.submit()"> + <option value=0></option> + ${list:#iso} + </select> + </td></tr> + + + <tr><td align="right"> + <input name="nextBtn" type="submit" value=" ${LANG_NEXT} >> " + onMouseOver="info('${LANG_TIPNEXT}'); return true" onMouseOut="info(' '); return true" + > + </td></tr> +</table> + +</form> + +<!-- ==================== Start epilogue ==================== --> + </td> + </tr> + </table> + </td> + </tr> + </table> +</td> +</tr> +</table> + +<table width="76%" border="0" align="center" valign="bottom" cellspacing="0" cellpadding="0"> + <tr> + <td id="footer"><small><small>© 2003 Xavier Roche & other contributors - Web Design: Leto Kauler.</small></small></td> + </tr> +</table> + +</body> + +</html> + + diff --git a/html/server/option1.html b/html/server/option1.html new file mode 100755 index 0000000..bc5c345 --- /dev/null +++ b/html/server/option1.html @@ -0,0 +1,240 @@ +<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> + + <style type="text/css"> + <!-- + +body { + margin: 0; padding: 0; margin-bottom: 15px; margin-top: 8px; + background: #77b; +} +body, td { + font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + } + +#subTitle { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +.tabCtrl { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +#siteNavigation a, #siteNavigation .current { + font-weight: bold; color: #448; + } +#siteNavigation a:link { text-decoration: none; } +#siteNavigation a:visited { text-decoration: none; } + +#siteNavigation .current { background-color: #ccd; } + +#siteNavigation a:hover { text-decoration: none; background-color: #fff; color: #000; } +#siteNavigation a:active { text-decoration: none; background-color: #ccc; } + + +a:link { text-decoration: underline; color: #00f; } +a:visited { text-decoration: underline; color: #000; } +a:hover { text-decoration: underline; color: #c00; } +a:active { text-decoration: underline; } + +#pageContent { + clear: both; + border-bottom: 6px solid #000; + padding: 10px; padding-top: 20px; + line-height: 1.65em; + background-image: url(images/bg_rings.gif); + background-repeat: no-repeat; + background-position: top right; + } + +#pageContent, #siteNavigation { + background-color: #ccd; + } + + +.imgLeft { float: left; margin-right: 10px; margin-bottom: 10px; } +.imgRight { float: right; margin-left: 10px; margin-bottom: 10px; } + +hr { height: 1px; color: #000; background-color: #000; margin-bottom: 15px; } + +h1 { margin: 0; font-weight: bold; font-size: 2em; } +h2 { margin: 0; font-weight: bold; font-size: 1.6em; } +h3 { margin: 0; font-weight: bold; font-size: 1.3em; } +h4 { margin: 0; font-weight: bold; font-size: 1.18em; } + +.blak { background-color: #000; } +.hide { display: none; } +.tableWidth { min-width: 400px; } + +.tblRegular { border-collapse: collapse; } +.tblRegular td { padding: 6px; background-image: url(fade.gif); border: 2px solid #99c; } +.tblHeaderColor, .tblHeaderColor td { background: #99c; } +.tblNoBorder td { border: 0; } + + +// --> +</style> + +<script language="javascript"> +<!-- +function do_load() { + window.status=' '; +${do:if-not-empty:closeme}
+ window.close();
+${do:end-if}
+${do:set:closeme:}
+} +function do_unload() { +} +function info(str) { + window.status = str; +} +// --> +</script> + +</head> +<body onLoad="do_load();" onUnload="do_unload();"> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> + <tr> + <td><img src="images/header_title_4.gif" width="400" height="34" alt="HTTrack Website Copier" title="" border="0" id="title" /></td> + </tr> +</table> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="3" class="tableWidth"> + <tr> + <td id="subTitle">${LANG_OSFWB}</td> + </tr> +</table> +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> +<tr class="blak"> +<td> + <table width="100%" border="0" align="center" cellspacing="1" cellpadding="0"> + <tr> + <td colspan="6"> + <table width="100%" border="0" align="center" cellspacing="0" cellpadding="10"> + <tr> + <td id="pageContent"> +<!-- ==================== End prologue ==================== --> + +<table border="0" width="100%"> +<tr><td width="90%"> + <h2 align="center"><em>${LANG_O2} - ${LANG_IOPT1}</em></h2> +</td> +${/* show help only if available */} +${do:if-file-exists:html/index.html} +<td> + <a href="/step9_opt1.html" target="_blank" + onClick="window.open('/step9_opt1.html', 'help', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480'); return false" + onMouseOver="info('${LANG_TIPHELP}'); return true" onMouseOut="info(' '); return true" + >${LANG_TIPHELP}</a> +</td> +${do:end-if} +</tr></table> + +<br> + +<table class="tableWidth" border="0" width="100%" cellspacing="0"> +<tr> + +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option1.html" onClick="form.redirect.value='option1.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT1}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT1}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option2.html" onClick="form.redirect.value='option2.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT2}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT2}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option3.html" onClick="form.redirect.value='option3.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT3}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT3}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option4.html" onClick="form.redirect.value='option4.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT4}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT4}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option5.html" onClick="form.redirect.value='option5.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT5}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT5}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option11.html" onClick="form.redirect.value='option11.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT11}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT11}</a></td> +</tr><tr> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option6.html" onClick="form.redirect.value='option6.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT6}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT6}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option7.html" onClick="form.redirect.value='option7.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT7}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT7}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option8.html" onClick="form.redirect.value='option8.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT8}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT8}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option9.html" onClick="form.redirect.value='option9.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT9}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT9}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option10.html" onClick="form.redirect.value='option10.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT10}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT10}</a></td> +<td class="tabCtrl" align="center"> </td> + +</tr> +</table> + +<br><br> + +<table> +<tr><td> + +<form method="POST" action="${thisfile}" name="form"> +<input type="hidden" name="sid" value="${sid}"> +<input type="hidden" name="redirect" value=""> +<input type="hidden" name="closeme" value="">
+ +<!-- clear if not checked --> +<input type="hidden" name="parseall" value=""> +<input type="hidden" name="link" value=""> +<input type="hidden" name="testall" value=""> +<input type="hidden" name="htmlfirst" value=""> + +<!-- checkboxes --> +<table border="0" width="100%" cellspacing="0"> +<tr><td><input type="checkbox" name="parseall" ${checked:parseall} + onMouseOver="info('${LANG_I1}'); return true" onMouseOut="info(' '); return true" +> ${LANG_I31}</td></tr> +<tr><td><input type="checkbox" name="link" ${checked:link} + onMouseOver="info('${LANG_I2}'); return true" onMouseOut="info(' '); return true" +> ${LANG_I32}</td></tr> +<tr><td><input type="checkbox" name="testall" ${checked:testall} + onMouseOver="info('${LANG_I2b}'); return true" onMouseOut="info(' '); return true" +> ${LANG_I32b}</td></tr> +<tr><td><input type="checkbox" name="htmlfirst" ${checked:htmlfirst} + onMouseOver="info('${LANG_I2c}'); return true" onMouseOut="info(' '); return true" +> ${LANG_I32c}</td></tr> +</table> + +<tr><td>
+ <table width="100%">
+ <tr><td align="left">
+ <input type="submit" value="${LANG_OK}"
+ onClick="form.closeme.value=1; form.submit(); return false;"
+ onMouseOver="info('${LANG_TIPOK}'); return true" onMouseOut="info(' '); return true"
+ >
+ </td><td align="right">
+ <input type="button" value="${LANG_CANCEL}"
+ onClick="window.close();"
+ onMouseOver="info('${LANG_TIPCANCEL}'); return true" onMouseOut="info(' '); return true"
+ >
+ </td></tr>
+ </table>
+</td></tr>
+ +</form> + +</td></tr> + +</table> + + + + +<!-- ==================== Start epilogue ==================== --> + </td> + </tr> + </table> + </td> + </tr> + </table> +</td> +</tr> +</table> + +<table width="76%" border="0" align="center" valign="bottom" cellspacing="0" cellpadding="0"> + <tr> + <td id="footer"><small><small>© 2003 Xavier Roche & other contributors - Web Design: Leto Kauler.</small></small></td> + </tr> +</table> + +</body> + +</html> + + diff --git a/html/server/option10.html b/html/server/option10.html new file mode 100755 index 0000000..ce8c56c --- /dev/null +++ b/html/server/option10.html @@ -0,0 +1,232 @@ +<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> + + <style type="text/css"> + <!-- + +body { + margin: 0; padding: 0; margin-bottom: 15px; margin-top: 8px; + background: #77b; +} +body, td { + font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + } + +#subTitle { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +.tabCtrl { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +#siteNavigation a, #siteNavigation .current { + font-weight: bold; color: #448; + } +#siteNavigation a:link { text-decoration: none; } +#siteNavigation a:visited { text-decoration: none; } + +#siteNavigation .current { background-color: #ccd; } + +#siteNavigation a:hover { text-decoration: none; background-color: #fff; color: #000; } +#siteNavigation a:active { text-decoration: none; background-color: #ccc; } + + +a:link { text-decoration: underline; color: #00f; } +a:visited { text-decoration: underline; color: #000; } +a:hover { text-decoration: underline; color: #c00; } +a:active { text-decoration: underline; } + +#pageContent { + clear: both; + border-bottom: 6px solid #000; + padding: 10px; padding-top: 20px; + line-height: 1.65em; + background-image: url(images/bg_rings.gif); + background-repeat: no-repeat; + background-position: top right; + } + +#pageContent, #siteNavigation { + background-color: #ccd; + } + + +.imgLeft { float: left; margin-right: 10px; margin-bottom: 10px; } +.imgRight { float: right; margin-left: 10px; margin-bottom: 10px; } + +hr { height: 1px; color: #000; background-color: #000; margin-bottom: 15px; } + +h1 { margin: 0; font-weight: bold; font-size: 2em; } +h2 { margin: 0; font-weight: bold; font-size: 1.6em; } +h3 { margin: 0; font-weight: bold; font-size: 1.3em; } +h4 { margin: 0; font-weight: bold; font-size: 1.18em; } + +.blak { background-color: #000; } +.hide { display: none; } +.tableWidth { min-width: 400px; } + +.tblRegular { border-collapse: collapse; } +.tblRegular td { padding: 6px; background-image: url(fade.gif); border: 2px solid #99c; } +.tblHeaderColor, .tblHeaderColor td { background: #99c; } +.tblNoBorder td { border: 0; } + + +// --> +</style> + +<script language="javascript"> +<!-- +function do_load() { + window.status=' '; +${do:if-not-empty:closeme}
+ window.close();
+${do:end-if}
+${do:set:closeme:}
+} +function do_unload() { +} +function info(str) { + window.status = str; +} +// --> +</script> + +</head> +<body onLoad="do_load();" onUnload="do_unload();"> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> + <tr> + <td><img src="images/header_title_4.gif" width="400" height="34" alt="HTTrack Website Copier" title="" border="0" id="title" /></td> + </tr> +</table> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="3" class="tableWidth"> + <tr> + <td id="subTitle">${LANG_OSFWB}</td> + </tr> +</table> +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> +<tr class="blak"> +<td> + <table width="100%" border="0" align="center" cellspacing="1" cellpadding="0"> + <tr> + <td colspan="6"> + <table width="100%" border="0" align="center" cellspacing="0" cellpadding="10"> + <tr> + <td id="pageContent"> +<!-- ==================== End prologue ==================== --> + +<table border="0" width="100%"> +<tr><td width="90%"> + <h2 align="center"><em>${LANG_O2} - ${LANG_IOPT10}</em></h2> +</td> +${/* show help only if available */} +${do:if-file-exists:html/index.html} +<td> + <a href="/step9_opt7.html" target="_blank" + onClick="window.open('/step9_opt7.html', 'help', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480'); return false" + onMouseOver="info('${LANG_TIPHELP}'); return true" onMouseOut="info(' '); return true" + >${LANG_TIPHELP}</a> +</td> +${do:end-if} +</tr></table> + +<br> + +<table class="tableWidth" border="0" width="100%" cellspacing="0"> +<tr> + +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option1.html" onClick="form.redirect.value='option1.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT1}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT1}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option2.html" onClick="form.redirect.value='option2.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT2}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT2}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option3.html" onClick="form.redirect.value='option3.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT3}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT3}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option4.html" onClick="form.redirect.value='option4.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT4}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT4}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option5.html" onClick="form.redirect.value='option5.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT5}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT5}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option11.html" onClick="form.redirect.value='option11.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT11}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT11}</a></td> +</tr><tr> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option6.html" onClick="form.redirect.value='option6.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT6}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT6}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option7.html" onClick="form.redirect.value='option7.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT7}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT7}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option8.html" onClick="form.redirect.value='option8.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT8}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT8}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option9.html" onClick="form.redirect.value='option9.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT9}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT9}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option10.html" onClick="form.redirect.value='option10.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT10}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT10}</a></td> +<td class="tabCtrl" align="center"> </td> + +</tr> +</table> + +<br><br> + +<table> +<tr><td> + +<form method="POST" action="${thisfile}" name="form"> +<input type="hidden" name="sid" value="${sid}"> +<input type="hidden" name="redirect" value=""> +<input type="hidden" name="closeme" value="">
+ +${LANG_IOPT10}: +<input name="prox" value="${prox}" size="32" + onMouseOver="info('${LANG_G14}'); return true" onMouseOut="info(' '); return true" +>: +<input name="portprox" value="${portprox}" size="4" + onMouseOver="info('${LANG_G15}'); return true" onMouseOut="info(' '); return true" +> +<br> + +<input type="checkbox" name="ftpprox" ${checked:ftpprox} + onMouseOver="info('${LANG_G15c}'); return true" onMouseOut="info(' '); return true" +> ${LANG_I47c} +<br><br> + +<tr><td>
+ <table width="100%">
+ <tr><td align="left">
+ <input type="submit" value="${LANG_OK}"
+ onClick="form.closeme.value=1; form.submit(); return false;"
+ onMouseOver="info('${LANG_TIPOK}'); return true" onMouseOut="info(' '); return true"
+ >
+ </td><td align="right">
+ <input type="button" value="${LANG_CANCEL}"
+ onClick="window.close();"
+ onMouseOver="info('${LANG_TIPCANCEL}'); return true" onMouseOut="info(' '); return true"
+ >
+ </td></tr>
+ </table>
+</td></tr>
+ +</form> + +</td></tr> + +</table> + + + + +<!-- ==================== Start epilogue ==================== --> + </td> + </tr> + </table> + </td> + </tr> + </table> +</td> +</tr> +</table> + +<table width="76%" border="0" align="center" valign="bottom" cellspacing="0" cellpadding="0"> + <tr> + <td id="footer"><small><small>© 2003 Xavier Roche & other contributors - Web Design: Leto Kauler.</small></small></td> + </tr> +</table> + +</body> + +</html> + + diff --git a/html/server/option11.html b/html/server/option11.html new file mode 100755 index 0000000..b491e88 --- /dev/null +++ b/html/server/option11.html @@ -0,0 +1,332 @@ +<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> + + <style type="text/css"> + <!-- + +body { + margin: 0; padding: 0; margin-bottom: 15px; margin-top: 8px; + background: #77b; +} +body, td { + font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + } + +#subTitle { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +.tabCtrl { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +#siteNavigation a, #siteNavigation .current { + font-weight: bold; color: #448; + } +#siteNavigation a:link { text-decoration: none; } +#siteNavigation a:visited { text-decoration: none; } + +#siteNavigation .current { background-color: #ccd; } + +#siteNavigation a:hover { text-decoration: none; background-color: #fff; color: #000; } +#siteNavigation a:active { text-decoration: none; background-color: #ccc; } + + +a:link { text-decoration: underline; color: #00f; } +a:visited { text-decoration: underline; color: #000; } +a:hover { text-decoration: underline; color: #c00; } +a:active { text-decoration: underline; } + +#pageContent { + clear: both; + border-bottom: 6px solid #000; + padding: 10px; padding-top: 20px; + line-height: 1.65em; + background-image: url(images/bg_rings.gif); + background-repeat: no-repeat; + background-position: top right; + } + +#pageContent, #siteNavigation { + background-color: #ccd; + } + + +.imgLeft { float: left; margin-right: 10px; margin-bottom: 10px; } +.imgRight { float: right; margin-left: 10px; margin-bottom: 10px; } + +hr { height: 1px; color: #000; background-color: #000; margin-bottom: 15px; } + +h1 { margin: 0; font-weight: bold; font-size: 2em; } +h2 { margin: 0; font-weight: bold; font-size: 1.6em; } +h3 { margin: 0; font-weight: bold; font-size: 1.3em; } +h4 { margin: 0; font-weight: bold; font-size: 1.18em; } + +.blak { background-color: #000; } +.hide { display: none; } +.tableWidth { min-width: 400px; } + +.tblRegular { border-collapse: collapse; } +.tblRegular td { padding: 6px; background-image: url(fade.gif); border: 2px solid #99c; } +.tblHeaderColor, .tblHeaderColor td { background: #99c; } +.tblNoBorder td { border: 0; } + + +// --> +</style> + +<script language="javascript"> +<!-- +function do_load() { + window.status=' '; +${do:if-not-empty:closeme}
+ window.close();
+${do:end-if}
+${do:set:closeme:}
+} +function do_unload() { +} +function info(str) { + window.status = str; +} +// --> +</script> + +</head> +<body onLoad="do_load();" onUnload="do_unload();"> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> + <tr> + <td><img src="images/header_title_4.gif" width="400" height="34" alt="HTTrack Website Copier" title="" border="0" id="title" /></td> + </tr> +</table> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="3" class="tableWidth"> + <tr> + <td id="subTitle">${LANG_OSFWB}</td> + </tr> +</table> +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> +<tr class="blak"> +<td> + <table width="100%" border="0" align="center" cellspacing="1" cellpadding="0"> + <tr> + <td colspan="6"> + <table width="100%" border="0" align="center" cellspacing="0" cellpadding="10"> + <tr> + <td id="pageContent"> +<!-- ==================== End prologue ==================== --> + +<table border="0" width="100%"> +<tr><td width="90%"> + <h2 align="center"><em>${LANG_O2} - ${LANG_IOPT11}</em></h2> +</td> +${/* show help only if available */} +${do:if-file-exists:html/index.html} +<td> + <a href="/step9_opt9.html" target="_blank" + onClick="window.open('/step9_opt9.html', 'help', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480'); return false" + onMouseOver="info('${LANG_TIPHELP}'); return true" onMouseOut="info(' '); return true" + >${LANG_TIPHELP}</a> +</td> +${do:end-if} +</tr></table> + +<br> + +<table class="tableWidth" border="0" width="100%" cellspacing="0"> +<tr> + +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option1.html" onClick="form.redirect.value='option1.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT1}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT1}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option2.html" onClick="form.redirect.value='option2.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT2}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT2}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option3.html" onClick="form.redirect.value='option3.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT3}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT3}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option4.html" onClick="form.redirect.value='option4.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT4}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT4}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option5.html" onClick="form.redirect.value='option5.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT5}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT5}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option11.html" onClick="form.redirect.value='option11.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT11}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT11}</a></td> +</tr><tr> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option6.html" onClick="form.redirect.value='option6.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT6}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT6}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option7.html" onClick="form.redirect.value='option7.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT7}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT7}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option8.html" onClick="form.redirect.value='option8.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT8}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT8}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option9.html" onClick="form.redirect.value='option9.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT9}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT9}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option10.html" onClick="form.redirect.value='option10.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT10}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT10}</a></td> +<td class="tabCtrl" align="center"> </td> + +</tr> +</table> + +<br><br> + +<table> +<tr><td> + +<form method="POST" action="${thisfile}" name="form"> +<input type="hidden" name="sid" value="${sid}"> +<input type="hidden" name="redirect" value=""> +<input type="hidden" name="closeme" value="">
+ +${LANG_W1}: +<br> + +<table width="100%"> +<tr><td align="left"> +${LANG_W2} +</td><td align="left"> + +</td><td align="left"> +${LANG_W3} +</td></tr> + +<td align="left"> +<input name="ext1" value="${ext1}" + onMouseOver="info('${LANG_W4}'); return true" onMouseOut="info(' '); return true" +> +</td><td align="left"> +⇔ +</td><td align="left"> +<input name="mime1" value="${mime1}" + onMouseOver="info('${LANG_W5}'); return true" onMouseOut="info(' '); return true" +> +</td></tr> +<!-- --> +<td align="left"> +<input name="ext2" value="${ext2}" + onMouseOver="info('${LANG_W4}'); return true" onMouseOut="info(' '); return true" +> +</td><td align="left"> +⇔ +</td><td align="left"> +<input name="mime2" value="${mime2}" + onMouseOver="info('${LANG_W5}'); return true" onMouseOut="info(' '); return true" +> +</td></tr> +<!-- --> +<td align="left"> +<input name="ext3" value="${ext3}" + onMouseOver="info('${LANG_W4}'); return true" onMouseOut="info(' '); return true" +> +</td><td align="left"> +⇔ +</td><td align="left"> +<input name="mime3" value="${mime3}" + onMouseOver="info('${LANG_W5}'); return true" onMouseOut="info(' '); return true" +> +</td></tr> +<!-- --> +<td align="left"> +<input name="ext4" value="${ext4}" + onMouseOver="info('${LANG_W4}'); return true" onMouseOut="info(' '); return true" +> +</td><td align="left"> +⇔ +</td><td align="left"> +<input name="mime4" value="${mime4}" + onMouseOver="info('${LANG_W5}'); return true" onMouseOut="info(' '); return true" +> +</td></tr> +<!-- --> +<td align="left"> +<input name="ext5" value="${ext5}" + onMouseOver="info('${LANG_W4}'); return true" onMouseOut="info(' '); return true" +> +</td><td align="left"> +⇔ +</td><td align="left"> +<input name="mime5" value="${mime5}" + onMouseOver="info('${LANG_W5}'); return true" onMouseOut="info(' '); return true" +> +</td></tr> +<!-- --> +<td align="left"> +<input name="ext6" value="${ext6}" + onMouseOver="info('${LANG_W4}'); return true" onMouseOut="info(' '); return true" +> +</td><td align="left"> +⇔ +</td><td align="left"> +<input name="mime6" value="${mime6}" + onMouseOver="info('${LANG_W5}'); return true" onMouseOut="info(' '); return true" +> +</td></tr> +<!-- --> +<td align="left"> +<input name="ext7" value="${ext7}" + onMouseOver="info('${LANG_W4}'); return true" onMouseOut="info(' '); return true" +> +</td><td align="left"> +⇔ +</td><td align="left"> +<input name="mime7" value="${mime7}" + onMouseOver="info('${LANG_W5}'); return true" onMouseOut="info(' '); return true" +> +</td></tr> +<!-- --> +<td align="left"> +<input name="ext8" value="${ext8}" + onMouseOver="info('${LANG_W4}'); return true" onMouseOut="info(' '); return true" +> +</td><td align="left"> +⇔ +</td><td align="left"> +<input name="mime8" value="${mime8}" + onMouseOver="info('${LANG_W5}'); return true" onMouseOut="info(' '); return true" +> +</td></tr> +<!-- --> + +</table> + +<br><br> + + +<tr><td>
+ <table width="100%">
+ <tr><td align="left">
+ <input type="submit" value="${LANG_OK}"
+ onClick="form.closeme.value=1; form.submit(); return false;"
+ onMouseOver="info('${LANG_TIPOK}'); return true" onMouseOut="info(' '); return true"
+ >
+ </td><td align="right">
+ <input type="button" value="${LANG_CANCEL}"
+ onClick="window.close();"
+ onMouseOver="info('${LANG_TIPCANCEL}'); return true" onMouseOut="info(' '); return true"
+ >
+ </td></tr>
+ </table>
+</td></tr>
+ +</form> + +</td></tr> + +</table> + + + + +<!-- ==================== Start epilogue ==================== --> + </td> + </tr> + </table> + </td> + </tr> + </table> +</td> +</tr> +</table> + +<table width="76%" border="0" align="center" valign="bottom" cellspacing="0" cellpadding="0"> + <tr> + <td id="footer"><small><small>© 2003 Xavier Roche & other contributors - Web Design: Leto Kauler.</small></small></td> + </tr> +</table> + +</body> + +</html> + + diff --git a/html/server/option2.html b/html/server/option2.html new file mode 100755 index 0000000..df57399 --- /dev/null +++ b/html/server/option2.html @@ -0,0 +1,258 @@ +<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> + + <style type="text/css"> + <!-- + +body { + margin: 0; padding: 0; margin-bottom: 15px; margin-top: 8px; + background: #77b; +} +body, td { + font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + } + +#subTitle { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +.tabCtrl { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +#siteNavigation a, #siteNavigation .current { + font-weight: bold; color: #448; + } +#siteNavigation a:link { text-decoration: none; } +#siteNavigation a:visited { text-decoration: none; } + +#siteNavigation .current { background-color: #ccd; } + +#siteNavigation a:hover { text-decoration: none; background-color: #fff; color: #000; } +#siteNavigation a:active { text-decoration: none; background-color: #ccc; } + + +a:link { text-decoration: underline; color: #00f; } +a:visited { text-decoration: underline; color: #000; } +a:hover { text-decoration: underline; color: #c00; } +a:active { text-decoration: underline; } + +#pageContent { + clear: both; + border-bottom: 6px solid #000; + padding: 10px; padding-top: 20px; + line-height: 1.65em; + background-image: url(images/bg_rings.gif); + background-repeat: no-repeat; + background-position: top right; + } + +#pageContent, #siteNavigation { + background-color: #ccd; + } + + +.imgLeft { float: left; margin-right: 10px; margin-bottom: 10px; } +.imgRight { float: right; margin-left: 10px; margin-bottom: 10px; } + +hr { height: 1px; color: #000; background-color: #000; margin-bottom: 15px; } + +h1 { margin: 0; font-weight: bold; font-size: 2em; } +h2 { margin: 0; font-weight: bold; font-size: 1.6em; } +h3 { margin: 0; font-weight: bold; font-size: 1.3em; } +h4 { margin: 0; font-weight: bold; font-size: 1.18em; } + +.blak { background-color: #000; } +.hide { display: none; } +.tableWidth { min-width: 400px; } + +.tblRegular { border-collapse: collapse; } +.tblRegular td { padding: 6px; background-image: url(fade.gif); border: 2px solid #99c; } +.tblHeaderColor, .tblHeaderColor td { background: #99c; } +.tblNoBorder td { border: 0; } + + +// --> +</style> + +<script language="javascript"> +<!-- +function do_load() { + window.status=' ';
+${do:if-not-empty:closeme}
+ window.close();
+${do:end-if}
+${do:set:closeme:}
+} +function do_unload() { +} +function info(str) { + window.status = str; +}
+// --> +</script> + +</head> +<body onLoad="do_load();" onUnload="do_unload();"> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> + <tr> + <td><img src="images/header_title_4.gif" width="400" height="34" alt="HTTrack Website Copier" title="" border="0" id="title" /></td> + </tr> +</table> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="3" class="tableWidth"> + <tr> + <td id="subTitle">${LANG_OSFWB}</td> + </tr> +</table> +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> +<tr class="blak"> +<td> + <table width="100%" border="0" align="center" cellspacing="1" cellpadding="0"> + <tr> + <td colspan="6"> + <table width="100%" border="0" align="center" cellspacing="0" cellpadding="10"> + <tr> + <td id="pageContent"> +<!-- ==================== End prologue ==================== --> + +<table border="0" width="100%"> +<tr><td width="90%"> + <h2 align="center"><em>${LANG_O2} - ${LANG_IOPT2}</em></h2> +</td> +${/* show help only if available */} +${do:if-file-exists:html/index.html} +<td> + <a href="/step9_opt5.html" target="_blank" + onClick="window.open('/step9_opt5.html', 'help', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480'); return false" + onMouseOver="info('${LANG_TIPHELP}'); return true" onMouseOut="info(' '); return true" + >${LANG_TIPHELP}</a> +</td> +${do:end-if} +</tr></table> + +<br> + +<table class="tableWidth" border="0" width="100%" cellspacing="0"> +<tr> + +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option1.html" onClick="form.redirect.value='option1.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT1}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT1}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option2.html" onClick="form.redirect.value='option2.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT2}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT2}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option3.html" onClick="form.redirect.value='option3.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT3}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT3}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option4.html" onClick="form.redirect.value='option4.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT4}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT4}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option5.html" onClick="form.redirect.value='option5.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT5}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT5}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option11.html" onClick="form.redirect.value='option11.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT11}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT11}</a></td> +</tr><tr> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option6.html" onClick="form.redirect.value='option6.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT6}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT6}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option7.html" onClick="form.redirect.value='option7.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT7}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT7}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option8.html" onClick="form.redirect.value='option8.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT8}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT8}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option9.html" onClick="form.redirect.value='option9.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT9}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT9}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option10.html" onClick="form.redirect.value='option10.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT10}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT10}</a></td> +<td class="tabCtrl" align="center"> </td> + +</tr> +</table> + +<br><br> + +<table> +<tr><td> + +<form method="POST" action="${thisfile}" name="form"> +<input type="hidden" name="sid" value="${sid}"> +<input type="hidden" name="redirect" value=""> +<input type="hidden" name="closeme" value="">
+ +${LANG_I33} +<br> +<select name="build" + onMouseOver="info('${LANG_I3}'); return true" onMouseOut="info(' '); return true" +> +${listid:build:LISTDEF_3} +</select> +<input type="button" value="${LANG_O2}" + onClick="form.build.selectedIndex=14; window.open('option2b.html', 'option2b', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480').wparent=document; form.submit();" + onMouseOver="info('${LANG_I4}'); return true" onMouseOut="info(' '); return true" +> + +<!-- checkboxes --> +<table border="0" width="100%" cellspacing="0"> +<tr><td>
+<select name="dos"
+ onMouseOver="info('${LANG_I8}\r\n${LANG_I8b}'); return true" onMouseOut="info(' '); return true"
+>
+<option value="0"${ztest:dos: selected::}> </option>
+<option value="1"${ztest:dos:: selected:}>${LANG_I37}</option>
+<option value="2"${ztest:dos::: selected}>${LANG_I37b}</option>
+</select>
+</td></tr> +<tr><td><input type="checkbox" name="errpage" ${checked:errpage} + onMouseOver="info('${LANG_I9}'); return true" onMouseOut="info(' '); return true" +> ${LANG_I38}</td></tr> +<tr><td><input type="checkbox" name="external" ${checked:external} + onMouseOver="info('${LANG_I29}'); return true" onMouseOut="info(' '); return true" +> ${LANG_I56}</td></tr> +<tr><td><input type="checkbox" name="hidepwd" ${checked:hidepwd} + onMouseOver="info('${LANG_I30}'); return true" onMouseOut="info(' '); return true" +> ${LANG_I66}</td></tr> +<tr><td><input type="checkbox" name="hidequery" ${checked:hidequery} + onMouseOver="info('${LANG_I30b}'); return true" onMouseOut="info(' '); return true" +> ${LANG_I67}</td></tr> +<tr><td><input type="checkbox" name="nopurge" ${checked:nopurge} + onMouseOver="info('${LANG_I1a}'); return true" onMouseOut="info(' '); return true" +> ${LANG_I57}</td></tr> +</table> + +<tr><td>
+ <table width="100%">
+ <tr><td align="left">
+ <input type="submit" value="${LANG_OK}"
+ onClick="form.closeme.value=1; form.submit(); return false;" + onMouseOver="info('${LANG_TIPOK}'); return true" onMouseOut="info(' '); return true" + >
+ </td><td align="right">
+ <input type="button" value="${LANG_CANCEL}"
+ onClick="window.close();"
+ onMouseOver="info('${LANG_TIPCANCEL}'); return true" onMouseOut="info(' '); return true"
+ >
+ </td></tr>
+ </table>
+</td></tr> + +</form> + +</td></tr> + +</table> + + + + +<!-- ==================== Start epilogue ==================== --> + </td> + </tr> + </table> + </td> + </tr> + </table> +</td> +</tr> +</table> + +<table width="76%" border="0" align="center" valign="bottom" cellspacing="0" cellpadding="0"> + <tr> + <td id="footer"><small><small>© 2003 Xavier Roche & other contributors - Web Design: Leto Kauler.</small></small></td> + </tr> +</table> + +</body> + +</html> + + diff --git a/html/server/option2b.html b/html/server/option2b.html new file mode 100755 index 0000000..25abc7b --- /dev/null +++ b/html/server/option2b.html @@ -0,0 +1,222 @@ +<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> + + <style type="text/css"> + <!-- + +body { + margin: 0; padding: 0; margin-bottom: 15px; margin-top: 8px; + background: #77b; +} +body, td { + font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + } + +#subTitle { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +.tabCtrl { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +#siteNavigation a, #siteNavigation .current { + font-weight: bold; color: #448; + } +#siteNavigation a:link { text-decoration: none; } +#siteNavigation a:visited { text-decoration: none; } + +#siteNavigation .current { background-color: #ccd; } + +#siteNavigation a:hover { text-decoration: none; background-color: #fff; color: #000; } +#siteNavigation a:active { text-decoration: none; background-color: #ccc; } + + +a:link { text-decoration: underline; color: #00f; } +a:visited { text-decoration: underline; color: #000; } +a:hover { text-decoration: underline; color: #c00; } +a:active { text-decoration: underline; } + +#pageContent { + clear: both; + border-bottom: 6px solid #000; + padding: 10px; padding-top: 20px; + line-height: 1.65em; + background-image: url(images/bg_rings.gif); + background-repeat: no-repeat; + background-position: top right; + } + +#pageContent, #siteNavigation { + background-color: #ccd; + } + + +.imgLeft { float: left; margin-right: 10px; margin-bottom: 10px; } +.imgRight { float: right; margin-left: 10px; margin-bottom: 10px; } + +hr { height: 1px; color: #000; background-color: #000; margin-bottom: 15px; } + +h1 { margin: 0; font-weight: bold; font-size: 2em; } +h2 { margin: 0; font-weight: bold; font-size: 1.6em; } +h3 { margin: 0; font-weight: bold; font-size: 1.3em; } +h4 { margin: 0; font-weight: bold; font-size: 1.18em; } + +.blak { background-color: #000; } +.hide { display: none; } +.tableWidth { min-width: 400px; } + +.tblRegular { border-collapse: collapse; } +.tblRegular td { padding: 6px; background-image: url(fade.gif); border: 2px solid #99c; } +.tblHeaderColor, .tblHeaderColor td { background: #99c; } +.tblNoBorder td { border: 0; } + + +// --> +</style> + +<script language="javascript"> +<!-- +function do_load() { + window.status=' '; +${do:if-not-empty:closeme}
+ window.close();
+${do:end-if}
+${do:set:closeme:}
+} +function do_unload() { +} +function info(str) { + window.status = str; +} +function str_replace(str,from,to) { + r = str; + st = r.indexOf(from); + while (st>=0) + { + r = r.substring(0,st) + to + r.substring(st+from.length,r.length); + st = r.indexOf(from,st+to.length); + } + return r; +} +// --> +</script> + +</head> +<body onLoad="do_load();" onUnload="do_unload();"> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> + <tr> + <td><img src="images/header_title_4.gif" width="400" height="34" alt="HTTrack Website Copier" title="" border="0" id="title" /></td> + </tr> +</table> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="3" class="tableWidth"> + <tr> + <td id="subTitle">${LANG_OSFWB}</td> + </tr> +</table> +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> +<tr class="blak"> +<td> + <table width="100%" border="0" align="center" cellspacing="1" cellpadding="0"> + <tr> + <td colspan="6"> + <table width="100%" border="0" align="center" cellspacing="0" cellpadding="10"> + <tr> + <td id="pageContent"> +<!-- ==================== End prologue ==================== --> + +<table border="0" width="100%"> +<tr><td width="90%"> + <h2 align="center"><em>${LANG_Q1}</em></h2> +</td> +${/* show help only if available */} +${do:if-file-exists:html/index.html} +<td> + <a href="/step9_opt5.html" target="_blank" + onClick="window.open('/step9_opt5.html', 'help', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480'); return false" + onMouseOver="info('${LANG_TIPHELP}'); return true" onMouseOut="info(' '); return true" + >${LANG_TIPHELP}</a> +</td> +${do:end-if} +</tr></table> + +<br> + +<table> +<tr><td> + +<form method="POST" action="${thisfile}" name="form"> +<input type="hidden" name="sid" value="${sid}"> +<input type="hidden" name="redirect" value=""> +<input type="hidden" name="closeme" value="">
+ +<input name="BuildString" size="60" value="${BuildString}"> + +<br> + +${LANG_O2}: +<br> +<pre> +${LANG_Q2} + +${LANG_Q3} +</pre> + +<br> +
+<tr><td>
+ <table width="100%">
+ <tr><td align="left">
+ <input type="submit" value="${LANG_OK]"
+${do:output-mode:html-urlescaped}
+ onClick="if (confirm(str_replace(str_replace('${LANG_DIAL7}', '%20', ' '), '%0a', ' '))) { form.closeme.value=1; form.submit(); } return false;"
+${do:output-mode:}
+ onMouseOver="info('${LANG_TIPOK}'); return true" onMouseOut="info(' '); return true"
+ >
+ </td><td align="right">
+ <input type="button" value="${LANG_CANCEL}"
+ onClick="window.close();"
+ onMouseOver="info('${LANG_TIPCANCEL}'); return true" onMouseOut="info(' '); return true"
+ >
+ </td></tr>
+ </table>
+</td></tr>
+
+</form> + +</td></tr> + +</table> + + + + +<!-- ==================== Start epilogue ==================== --> + </td> + </tr> + </table> + </td> + </tr> + </table> +</td> +</tr> +</table> + +<table width="76%" border="0" align="center" valign="bottom" cellspacing="0" cellpadding="0"> + <tr> + <td id="footer"><small><small>© 2003 Xavier Roche & other contributors - Web Design: Leto Kauler.</small></small></td> + </tr> +</table> + +</body> + +</html> + + diff --git a/html/server/option3.html b/html/server/option3.html new file mode 100755 index 0000000..43cb71e --- /dev/null +++ b/html/server/option3.html @@ -0,0 +1,273 @@ +<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> + + <style type="text/css"> + <!-- + +body { + margin: 0; padding: 0; margin-bottom: 15px; margin-top: 8px; + background: #77b; +} +body, td { + font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + } + +#subTitle { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +.tabCtrl { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +#siteNavigation a, #siteNavigation .current { + font-weight: bold; color: #448; + } +#siteNavigation a:link { text-decoration: none; } +#siteNavigation a:visited { text-decoration: none; } + +#siteNavigation .current { background-color: #ccd; } + +#siteNavigation a:hover { text-decoration: none; background-color: #fff; color: #000; } +#siteNavigation a:active { text-decoration: none; background-color: #ccc; } + + +a:link { text-decoration: underline; color: #00f; } +a:visited { text-decoration: underline; color: #000; } +a:hover { text-decoration: underline; color: #c00; } +a:active { text-decoration: underline; } + +#pageContent { + clear: both; + border-bottom: 6px solid #000; + padding: 10px; padding-top: 20px; + line-height: 1.65em; + background-image: url(images/bg_rings.gif); + background-repeat: no-repeat; + background-position: top right; + } + +#pageContent, #siteNavigation { + background-color: #ccd; + } + + +.imgLeft { float: left; margin-right: 10px; margin-bottom: 10px; } +.imgRight { float: right; margin-left: 10px; margin-bottom: 10px; } + +hr { height: 1px; color: #000; background-color: #000; margin-bottom: 15px; } + +h1 { margin: 0; font-weight: bold; font-size: 2em; } +h2 { margin: 0; font-weight: bold; font-size: 1.6em; } +h3 { margin: 0; font-weight: bold; font-size: 1.3em; } +h4 { margin: 0; font-weight: bold; font-size: 1.18em; } + +.blak { background-color: #000; } +.hide { display: none; } +.tableWidth { min-width: 400px; } + +.tblRegular { border-collapse: collapse; } +.tblRegular td { padding: 6px; background-image: url(fade.gif); border: 2px solid #99c; } +.tblHeaderColor, .tblHeaderColor td { background: #99c; } +.tblNoBorder td { border: 0; } + + +// --> +</style> + +<script language="javascript"> +<!-- +function do_load() { + window.status=' '; +${do:if-not-empty:closeme}
+ window.close();
+${do:end-if}
+${do:set:closeme:}
+} +function do_unload() { +} +function info(str) { + window.status = str; +} +// --> +</script> + +</head> +<body onLoad="do_load();" onUnload="do_unload();"> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> + <tr> + <td><img src="images/header_title_4.gif" width="400" height="34" alt="HTTrack Website Copier" title="" border="0" id="title" /></td> + </tr> +</table> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="3" class="tableWidth"> + <tr> + <td id="subTitle">${LANG_OSFWB}</td> + </tr> +</table> +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> +<tr class="blak"> +<td> + <table width="100%" border="0" align="center" cellspacing="1" cellpadding="0"> + <tr> + <td colspan="6"> + <table width="100%" border="0" align="center" cellspacing="0" cellpadding="10"> + <tr> + <td id="pageContent"> +<!-- ==================== End prologue ==================== --> + +<table border="0" width="100%"> +<tr><td width="90%"> + <h2 align="center"><em>${LANG_O2} - ${LANG_IOPT3}</em></h2> +</td> +${/* show help only if available */} +${do:if-file-exists:html/index.html} +<td> + <a href="/step9_opt10.html" target="_blank" + onClick="window.open('/step9_opt10.html', 'help', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480'); return false" + onMouseOver="info('${LANG_TIPHELP}'); return true" onMouseOut="info(' '); return true" + >${LANG_TIPHELP}</a> +</td> +${do:end-if} +</tr></table> + +<br> + +<table class="tableWidth" border="0" width="100%" cellspacing="0"> +<tr> + +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option1.html" onClick="form.redirect.value='option1.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT1}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT1}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option2.html" onClick="form.redirect.value='option2.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT2}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT2}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option3.html" onClick="form.redirect.value='option3.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT3}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT3}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option4.html" onClick="form.redirect.value='option4.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT4}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT4}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option5.html" onClick="form.redirect.value='option5.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT5}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT5}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option11.html" onClick="form.redirect.value='option11.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT11}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT11}</a></td> +</tr><tr> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option6.html" onClick="form.redirect.value='option6.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT6}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT6}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option7.html" onClick="form.redirect.value='option7.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT7}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT7}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option8.html" onClick="form.redirect.value='option8.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT8}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT8}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option9.html" onClick="form.redirect.value='option9.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT9}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT9}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option10.html" onClick="form.redirect.value='option10.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT10}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT10}</a></td> +<td class="tabCtrl" align="center"> </td> + +</tr> +</table> + +<br><br> + +<table> +<tr><td> + +<form method="POST" action="${thisfile}" name="form"> +<input type="hidden" name="sid" value="${sid}"> +<input type="hidden" name="redirect" value=""> +<input type="hidden" name="closeme" value="">
+ +${LANG_I40c} +<br> + +<!-- checkboxes --> +<table border="0" width="100%" cellspacing="0"> +<tr><td><input type="checkbox" name="cache" ${checked:cache} + onMouseOver="info('${LANG_I5}'); return true" onMouseOut="info(' '); return true" +> ${LANG_I34}</td></tr> +</table> +<br> + +${LANG_I39} +<br> +<select name="filter" + onMouseOver="info('${LANG_I29}'); return true" onMouseOut="info(' '); return true" +> +${listid:filter:LISTDEF_4} +</select> +<br><br> + +${LANG_I40} +<br> +<select name="travel" + onMouseOver="info('${LANG_I11}'); return true" onMouseOut="info(' '); return true" +> +${listid:travel:LISTDEF_5} +</select> +<br><br> + +${LANG_I40b} +<br> +<select name="travel2" + onMouseOver="info('${LANG_I11b}'); return true" onMouseOut="info(' '); return true" +> +${listid:travel2:LISTDEF_6} +</select> +<br><br> + +${LANG_I40e} +<br> +<select name="travel3" + onMouseOver="info('${LANG_I11c}'); return true" onMouseOut="info(' '); return true" +> +${listid:travel3:LISTDEF_11} +</select> +<br><br> + +<!-- checkboxes --> +<table border="0" width="100%" cellspacing="0"> +<tr><td><input type="checkbox" name="windebug" ${checked:windebug} + onMouseOver="info('${LANG_I1h}'); return true" onMouseOut="info(' '); return true" +> ${LANG_I40d}</td></tr> +</table> +<br> + +<tr><td>
+ <table width="100%">
+ <tr><td align="left">
+ <input type="submit" value="${LANG_OK}"
+ onClick="form.closeme.value=1; form.submit(); return false;"
+ onMouseOver="info('${LANG_TIPOK}'); return true" onMouseOut="info(' '); return true"
+ >
+ </td><td align="right">
+ <input type="button" value="${LANG_CANCEL}"
+ onClick="window.close();"
+ onMouseOver="info('${LANG_TIPCANCEL}'); return true" onMouseOut="info(' '); return true"
+ >
+ </td></tr>
+ </table>
+</td></tr>
+ +</form> + +</td></tr> + +</table> + + + + +<!-- ==================== Start epilogue ==================== --> + </td> + </tr> + </table> + </td> + </tr> + </table> +</td> +</tr> +</table> + +<table width="76%" border="0" align="center" valign="bottom" cellspacing="0" cellpadding="0"> + <tr> + <td id="footer"><small><small>© 2003 Xavier Roche & other contributors - Web Design: Leto Kauler.</small></small></td> + </tr> +</table> + +</body> + +</html> + + diff --git a/html/server/option4.html b/html/server/option4.html new file mode 100755 index 0000000..16c83b1 --- /dev/null +++ b/html/server/option4.html @@ -0,0 +1,266 @@ +<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> + + <style type="text/css"> + <!-- + +body { + margin: 0; padding: 0; margin-bottom: 15px; margin-top: 8px; + background: #77b; +} +body, td { + font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + } + +#subTitle { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +.tabCtrl { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +#siteNavigation a, #siteNavigation .current { + font-weight: bold; color: #448; + } +#siteNavigation a:link { text-decoration: none; } +#siteNavigation a:visited { text-decoration: none; } + +#siteNavigation .current { background-color: #ccd; } + +#siteNavigation a:hover { text-decoration: none; background-color: #fff; color: #000; } +#siteNavigation a:active { text-decoration: none; background-color: #ccc; } + + +a:link { text-decoration: underline; color: #00f; } +a:visited { text-decoration: underline; color: #000; } +a:hover { text-decoration: underline; color: #c00; } +a:active { text-decoration: underline; } + +#pageContent { + clear: both; + border-bottom: 6px solid #000; + padding: 10px; padding-top: 20px; + line-height: 1.65em; + background-image: url(images/bg_rings.gif); + background-repeat: no-repeat; + background-position: top right; + } + +#pageContent, #siteNavigation { + background-color: #ccd; + } + + +.imgLeft { float: left; margin-right: 10px; margin-bottom: 10px; } +.imgRight { float: right; margin-left: 10px; margin-bottom: 10px; } + +hr { height: 1px; color: #000; background-color: #000; margin-bottom: 15px; } + +h1 { margin: 0; font-weight: bold; font-size: 2em; } +h2 { margin: 0; font-weight: bold; font-size: 1.6em; } +h3 { margin: 0; font-weight: bold; font-size: 1.3em; } +h4 { margin: 0; font-weight: bold; font-size: 1.18em; } + +.blak { background-color: #000; } +.hide { display: none; } +.tableWidth { min-width: 400px; } + +.tblRegular { border-collapse: collapse; } +.tblRegular td { padding: 6px; background-image: url(fade.gif); border: 2px solid #99c; } +.tblHeaderColor, .tblHeaderColor td { background: #99c; } +.tblNoBorder td { border: 0; } + + +// --> +</style> + +<script language="javascript"> +<!-- +function do_load() { + window.status=' '; +${do:if-not-empty:closeme}
+ window.close();
+${do:end-if}
+${do:set:closeme:}
+} +function do_unload() { +} +function info(str) { + window.status = str; +} +// --> +</script> + +</head> +<body onLoad="do_load();" onUnload="do_unload();"> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> + <tr> + <td><img src="images/header_title_4.gif" width="400" height="34" alt="HTTrack Website Copier" title="" border="0" id="title" /></td> + </tr> +</table> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="3" class="tableWidth"> + <tr> + <td id="subTitle">${LANG_OSFWB}</td> + </tr> +</table> +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> +<tr class="blak"> +<td> + <table width="100%" border="0" align="center" cellspacing="1" cellpadding="0"> + <tr> + <td colspan="6"> + <table width="100%" border="0" align="center" cellspacing="0" cellpadding="10"> + <tr> + <td id="pageContent"> +<!-- ==================== End prologue ==================== --> + +<table border="0" width="100%"> +<tr><td width="90%"> + <h2 align="center"><em>${LANG_O2} - ${LANG_IOPT4}</em></h2> +</td> +${/* show help only if available */} +${do:if-file-exists:html/index.html} +<td> + <a href="/step9_opt3.html" target="_blank" + onClick="window.open('/step9_opt3.html', 'help', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480'); return false" + onMouseOver="info('${LANG_TIPHELP}'); return true" onMouseOut="info(' '); return true" + >${LANG_TIPHELP}</a> +</td> +${do:end-if} +</tr></table> + +<br> + +<table class="tableWidth" border="0" width="100%" cellspacing="0"> +<tr> + +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option1.html" onClick="form.redirect.value='option1.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT1}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT1}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option2.html" onClick="form.redirect.value='option2.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT2}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT2}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option3.html" onClick="form.redirect.value='option3.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT3}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT3}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option4.html" onClick="form.redirect.value='option4.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT4}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT4}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option5.html" onClick="form.redirect.value='option5.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT5}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT5}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option11.html" onClick="form.redirect.value='option11.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT11}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT11}</a></td> +</tr><tr> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option6.html" onClick="form.redirect.value='option6.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT6}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT6}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option7.html" onClick="form.redirect.value='option7.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT7}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT7}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option8.html" onClick="form.redirect.value='option8.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT8}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT8}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option9.html" onClick="form.redirect.value='option9.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT9}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT9}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option10.html" onClick="form.redirect.value='option10.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT10}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT10}</a></td> +<td class="tabCtrl" align="center"> </td> + +</tr> +</table> + +<br><br> + +<table> +<tr><td> + +<form method="POST" action="refresh.html" name="form"> +<input type="hidden" name="sid" value="${sid}"> +<input type="hidden" name="redirect" value=""> +<input type="hidden" name="closeme" value="">
+ +<table border="0" width="100%" cellspacing="0"> + +<tr><td> +${LANG_I44} +</td><td> +<input name="connexion" value="${connexion}" size="4" + onMouseOver="info('${LANG_I12}'); return true" onMouseOut="info(' '); return true" +> +</td></tr><tr><td></td><td> +<input type="checkbox" name="ka" ${checked:ka} + onMouseOver="info('${LANG_I47f}'); return true" onMouseOut="info(' '); return true" +> ${LANG_I47e} +</td></tr> + +<tr><td> +${LANG_I47d} +</td><td> +<input name="timeout" value="${timeout}" size="4" + onMouseOver="info('${LANG_I13}'); return true" onMouseOut="info(' '); return true" +> +</td></tr><tr><td></td><td> +<input type="checkbox" name="remt" ${checked:remt} + onMouseOver="info('${LANG_I14}'); return true" onMouseOut="info(' '); return true" +> ${LANG_I45} +</td></tr> + +<tr><td> +${LANG_I48} +</td><td> +<input name="retry" value="${retry}" size="4" + onMouseOver="info('${LANG_I17}'); return true" onMouseOut="info(' '); return true" +> +</td></tr> + +<tr><td> +${LANG_I46} +</td><td> +<input name="rate" value="${rate}" size="4" + onMouseOver="info('${LANG_I15}'); return true" onMouseOut="info(' '); return true" +> +</td></tr><tr><td></td><td> +<input type="checkbox" name="rems" ${checked:rems} + onMouseOver="info('${LANG_I16}'); return true" onMouseOut="info(' '); return true" +> ${LANG_I47} +</td></tr> + +</table> + +<tr><td>
+ <table width="100%">
+ <tr><td align="left">
+ <input type="submit" value="${LANG_OK}"
+ onClick="form.closeme.value=1; form.submit(); return false;"
+ onMouseOver="info('${LANG_TIPOK}'); return true" onMouseOut="info(' '); return true"
+ >
+ </td><td align="right">
+ <input type="button" value="${LANG_CANCEL}"
+ onClick="window.close();"
+ onMouseOver="info('${LANG_TIPCANCEL}'); return true" onMouseOut="info(' '); return true"
+ >
+ </td></tr>
+ </table>
+</td></tr>
+ +</form> + +</td></tr> + +</table> + + + + +<!-- ==================== Start epilogue ==================== --> + </td> + </tr> + </table> + </td> + </tr> + </table> +</td> +</tr> +</table> + +<table width="76%" border="0" align="center" valign="bottom" cellspacing="0" cellpadding="0"> + <tr> + <td id="footer"><small><small>© 2003 Xavier Roche & other contributors - Web Design: Leto Kauler.</small></small></td> + </tr> +</table> + +</body> + +</html> + + diff --git a/html/server/option5.html b/html/server/option5.html new file mode 100755 index 0000000..5c2f389 --- /dev/null +++ b/html/server/option5.html @@ -0,0 +1,302 @@ +<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> + + <style type="text/css"> + <!-- + +body { + margin: 0; padding: 0; margin-bottom: 15px; margin-top: 8px; + background: #77b; +} +body, td { + font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + } + +#subTitle { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +.tabCtrl { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +#siteNavigation a, #siteNavigation .current { + font-weight: bold; color: #448; + } +#siteNavigation a:link { text-decoration: none; } +#siteNavigation a:visited { text-decoration: none; } + +#siteNavigation .current { background-color: #ccd; } + +#siteNavigation a:hover { text-decoration: none; background-color: #fff; color: #000; } +#siteNavigation a:active { text-decoration: none; background-color: #ccc; } + + +a:link { text-decoration: underline; color: #00f; } +a:visited { text-decoration: underline; color: #000; } +a:hover { text-decoration: underline; color: #c00; } +a:active { text-decoration: underline; } + +#pageContent { + clear: both; + border-bottom: 6px solid #000; + padding: 10px; padding-top: 20px; + line-height: 1.65em; + background-image: url(images/bg_rings.gif); + background-repeat: no-repeat; + background-position: top right; + } + +#pageContent, #siteNavigation { + background-color: #ccd; + } + + +.imgLeft { float: left; margin-right: 10px; margin-bottom: 10px; } +.imgRight { float: right; margin-left: 10px; margin-bottom: 10px; } + +hr { height: 1px; color: #000; background-color: #000; margin-bottom: 15px; } + +h1 { margin: 0; font-weight: bold; font-size: 2em; } +h2 { margin: 0; font-weight: bold; font-size: 1.6em; } +h3 { margin: 0; font-weight: bold; font-size: 1.3em; } +h4 { margin: 0; font-weight: bold; font-size: 1.18em; } + +.blak { background-color: #000; } +.hide { display: none; } +.tableWidth { min-width: 400px; } + +.tblRegular { border-collapse: collapse; } +.tblRegular td { padding: 6px; background-image: url(fade.gif); border: 2px solid #99c; } +.tblHeaderColor, .tblHeaderColor td { background: #99c; } +.tblNoBorder td { border: 0; } + + +// --> +</style> + +<script language="javascript"> +<!-- +function do_load() { + window.status=' '; +${do:if-not-empty:closeme}
+ window.close();
+${do:end-if}
+${do:set:closeme:}
+} +function do_unload() { +} +function info(str) { + window.status = str; +} +// --> +</script> + +</head> +<body onLoad="do_load();" onUnload="do_unload();"> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> + <tr> + <td><img src="images/header_title_4.gif" width="400" height="34" alt="HTTrack Website Copier" title="" border="0" id="title" /></td> + </tr> +</table> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="3" class="tableWidth"> + <tr> + <td id="subTitle">${LANG_OSFWB}</td> + </tr> +</table> +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> +<tr class="blak"> +<td> + <table width="100%" border="0" align="center" cellspacing="1" cellpadding="0"> + <tr> + <td colspan="6"> + <table width="100%" border="0" align="center" cellspacing="0" cellpadding="10"> + <tr> + <td id="pageContent"> +<!-- ==================== End prologue ==================== --> + +<table border="0" width="100%"> +<tr><td width="90%"> + <h2 align="center"><em>${LANG_O2} - ${LANG_IOPT5}</em></h2> +</td> +${/* show help only if available */} +${do:if-file-exists:html/index.html} +<td> + <a href="/step9_opt2.html" target="_blank" + onClick="window.open('/step9_opt2.html', 'help', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480'); return false" + onMouseOver="info('${LANG_TIPHELP}'); return true" onMouseOut="info(' '); return true" + >${LANG_TIPHELP}</a> +</td> +${do:end-if} +</tr></table> + +<br> + +<table class="tableWidth" border="0" width="100%" cellspacing="0"> +<tr> + +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option1.html" onClick="form.redirect.value='option1.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT1}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT1}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option2.html" onClick="form.redirect.value='option2.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT2}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT2}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option3.html" onClick="form.redirect.value='option3.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT3}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT3}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option4.html" onClick="form.redirect.value='option4.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT4}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT4}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option5.html" onClick="form.redirect.value='option5.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT5}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT5}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option11.html" onClick="form.redirect.value='option11.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT11}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT11}</a></td> +</tr><tr> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option6.html" onClick="form.redirect.value='option6.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT6}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT6}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option7.html" onClick="form.redirect.value='option7.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT7}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT7}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option8.html" onClick="form.redirect.value='option8.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT8}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT8}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option9.html" onClick="form.redirect.value='option9.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT9}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT9}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option10.html" onClick="form.redirect.value='option10.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT10}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT10}</a></td> +<td class="tabCtrl" align="center"> </td> + +</tr> +</table> + +<br><br> + +<table> +<tr><td> + +<form method="POST" action="${thisfile}" name="form"> +<input type="hidden" name="sid" value="${sid}"> +<input type="hidden" name="redirect" value=""> +<input type="hidden" name="closeme" value="">
+ +<table border="0" width="100%" cellspacing="0"> + +<tr><td> +${LANG_G32} +</td><td> +<input name="depth" value="${depth}" size="4" + onMouseOver="info('${LANG_I1g}'); return true" onMouseOut="info(' '); return true" +> +</td></tr> + +<tr><td> +${LANG_G32b} +</td><td> +<input name="depth2" value="${depth2}" size="4" + onMouseOver="info('${LANG_I1g2}'); return true" onMouseOut="info(' '); return true" +> +</td></tr> + +<tr><td> +${LANG_I50} +</td><td> +<input name="maxhtml" value="${maxhtml}" size="4" + onMouseOver="info('${LANG_I18}'); return true" onMouseOut="info(' '); return true" +> +</td></tr> + +<tr><td> +${LANG_I50b} +</td><td> +<input name="othermax" value="${othermax}" size="4" + onMouseOver="info('${LANG_I19}'); return true" onMouseOut="info(' '); return true" +> +</td></tr> + +<tr><td> +${LANG_I51} +</td><td> +<input name="sizemax" value="${sizemax}" size="4" + onMouseOver="info('${LANG_I20}'); return true" onMouseOut="info(' '); return true" +> +</td></tr> + +<tr><td> +${LANG_I65} +</td><td> +<input name="pausebytes" value="${pausebytes}" size="4" + onMouseOver="info('${LANG_I20b}'); return true" onMouseOut="info(' '); return true" +> +</td></tr> + +<tr><td> +${LANG_I52} +</td><td> +<input name="maxtime" value="${maxtime}" size="4" + onMouseOver="info('${LANG_I21}'); return true" onMouseOut="info(' '); return true" +> +</td></tr> + +<tr><td> +${LANG_I54} +</td><td> +<input name="maxrate" value="${maxrate}" size="4" + onMouseOver="info('${LANG_I22}'); return true" onMouseOut="info(' '); return true" +> +</td></tr> + +<tr><td> +${LANG_I64} +</td><td> +<input name="maxconn" value="${maxconn}" size="4" + onMouseOver="info('${LANG_I22b}'); return true" onMouseOut="info(' '); return true" +> +</td></tr> + +<tr><td> +${LANG_I64b} +</td><td> +<input name="maxlinks" value="${maxlinks}" size="4" + onMouseOver="info('${LANG_I22c}'); return true" onMouseOut="info(' '); return true" +> +</td></tr> + +<tr><td>
+ <table width="100%">
+ <tr><td align="left">
+ <input type="submit" value="${LANG_OK}"
+ onClick="form.closeme.value=1; form.submit(); return false;"
+ onMouseOver="info('${LANG_TIPOK}'); return true" onMouseOut="info(' '); return true"
+ >
+ </td><td align="right">
+ <input type="button" value="${LANG_CANCEL}"
+ onClick="window.close();"
+ onMouseOver="info('${LANG_TIPCANCEL}'); return true" onMouseOut="info(' '); return true"
+ >
+ </td></tr>
+ </table>
+</td></tr>
+ +</table> + +</form> + +</td></tr> + +</table> + + + + +<!-- ==================== Start epilogue ==================== --> + </td> + </tr> + </table> + </td> + </tr> + </table> +</td> +</tr> +</table> + +<table width="76%" border="0" align="center" valign="bottom" cellspacing="0" cellpadding="0"> + <tr> + <td id="footer"><small><small>© 2003 Xavier Roche & other contributors - Web Design: Leto Kauler.</small></small></td> + </tr> +</table> + +</body> + +</html> + + diff --git a/html/server/option6.html b/html/server/option6.html new file mode 100755 index 0000000..1bad5f0 --- /dev/null +++ b/html/server/option6.html @@ -0,0 +1,238 @@ +<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> + + <style type="text/css"> + <!-- + +body { + margin: 0; padding: 0; margin-bottom: 15px; margin-top: 8px; + background: #77b; +} +body, td { + font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + } + +#subTitle { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +.tabCtrl { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +#siteNavigation a, #siteNavigation .current { + font-weight: bold; color: #448; + } +#siteNavigation a:link { text-decoration: none; } +#siteNavigation a:visited { text-decoration: none; } + +#siteNavigation .current { background-color: #ccd; } + +#siteNavigation a:hover { text-decoration: none; background-color: #fff; color: #000; } +#siteNavigation a:active { text-decoration: none; background-color: #ccc; } + + +a:link { text-decoration: underline; color: #00f; } +a:visited { text-decoration: underline; color: #000; } +a:hover { text-decoration: underline; color: #c00; } +a:active { text-decoration: underline; } + +#pageContent { + clear: both; + border-bottom: 6px solid #000; + padding: 10px; padding-top: 20px; + line-height: 1.65em; + background-image: url(images/bg_rings.gif); + background-repeat: no-repeat; + background-position: top right; + } + +#pageContent, #siteNavigation { + background-color: #ccd; + } + + +.imgLeft { float: left; margin-right: 10px; margin-bottom: 10px; } +.imgRight { float: right; margin-left: 10px; margin-bottom: 10px; } + +hr { height: 1px; color: #000; background-color: #000; margin-bottom: 15px; } + +h1 { margin: 0; font-weight: bold; font-size: 2em; } +h2 { margin: 0; font-weight: bold; font-size: 1.6em; } +h3 { margin: 0; font-weight: bold; font-size: 1.3em; } +h4 { margin: 0; font-weight: bold; font-size: 1.18em; } + +.blak { background-color: #000; } +.hide { display: none; } +.tableWidth { min-width: 400px; } + +.tblRegular { border-collapse: collapse; } +.tblRegular td { padding: 6px; background-image: url(fade.gif); border: 2px solid #99c; } +.tblHeaderColor, .tblHeaderColor td { background: #99c; } +.tblNoBorder td { border: 0; } + + +// --> +</style> + +<script language="javascript"> +<!-- +function do_load() { + window.status=' '; +${do:if-not-empty:closeme}
+ window.close();
+${do:end-if}
+${do:set:closeme:}
+} +function do_unload() { +} +function info(str) { + window.status = str; +} +// --> +</script> + +</head> +<body onLoad="do_load();" onUnload="do_unload();"> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> + <tr> + <td><img src="images/header_title_4.gif" width="400" height="34" alt="HTTrack Website Copier" title="" border="0" id="title" /></td> + </tr> +</table> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="3" class="tableWidth"> + <tr> + <td id="subTitle">${LANG_OSFWB}</td> + </tr> +</table> +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> +<tr class="blak"> +<td> + <table width="100%" border="0" align="center" cellspacing="1" cellpadding="0"> + <tr> + <td colspan="6"> + <table width="100%" border="0" align="center" cellspacing="0" cellpadding="10"> + <tr> + <td id="pageContent"> +<!-- ==================== End prologue ==================== --> + +<table border="0" width="100%"> +<tr><td width="90%"> + <h2 align="center"><em>${LANG_O2} - ${LANG_IOPT6}</em></h2> +</td> +${/* show help only if available */} +${do:if-file-exists:html/index.html} +<td> + <a href="/step9_opt8.html" target="_blank" + onClick="window.open('/step9_opt8.html', 'help', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480'); return false" + onMouseOver="info('${LANG_TIPHELP}'); return true" onMouseOut="info(' '); return true" + >${LANG_TIPHELP}</a> +</td> +${do:end-if} +</tr></table> + +<br> + +<table class="tableWidth" border="0" width="100%" cellspacing="0"> +<tr> + +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option1.html" onClick="form.redirect.value='option1.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT1}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT1}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option2.html" onClick="form.redirect.value='option2.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT2}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT2}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option3.html" onClick="form.redirect.value='option3.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT3}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT3}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option4.html" onClick="form.redirect.value='option4.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT4}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT4}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option5.html" onClick="form.redirect.value='option5.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT5}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT5}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option11.html" onClick="form.redirect.value='option11.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT11}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT11}</a></td> +</tr><tr> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option6.html" onClick="form.redirect.value='option6.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT6}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT6}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option7.html" onClick="form.redirect.value='option7.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT7}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT7}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option8.html" onClick="form.redirect.value='option8.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT8}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT8}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option9.html" onClick="form.redirect.value='option9.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT9}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT9}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option10.html" onClick="form.redirect.value='option10.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT10}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT10}</a></td> +<td class="tabCtrl" align="center"> </td> + +</tr> +</table> + +<br><br> + +<table> +<tr><td> + +<form method="POST" action="${thisfile}" name="form"> +<input type="hidden" name="sid" value="${sid}"> +<input type="hidden" name="redirect" value=""> +<input type="hidden" name="closeme" value="">
+ +<table border="0" width="100%" cellspacing="0"> + +<tr><td> +${LANG_I43} +</td><td> +<input name="user" value="${user}" size="60" + onMouseOver="info('${LANG_I23}'); return true" onMouseOut="info(' '); return true" +> +</td></tr> + +<tr><td> +${LANG_I43b} +</td><td> +<input name="footer" value="${footer}" size="60" + onMouseOver="info('${LANG_I23b}'); return true" onMouseOut="info(' '); return true" +> +</td></tr> + +</table> + +<tr><td>
+ <table width="100%">
+ <tr><td align="left">
+ <input type="submit" value="${LANG_OK}"
+ onClick="form.closeme.value=1; form.submit(); return false;"
+ onMouseOver="info('${LANG_TIPOK}'); return true" onMouseOut="info(' '); return true"
+ >
+ </td><td align="right">
+ <input type="button" value="${LANG_CANCEL}"
+ onClick="window.close();"
+ onMouseOver="info('${LANG_TIPCANCEL}'); return true" onMouseOut="info(' '); return true"
+ >
+ </td></tr>
+ </table>
+</td></tr>
+ +</form> + +</td></tr> + +</table> + + + + +<!-- ==================== Start epilogue ==================== --> + </td> + </tr> + </table> + </td> + </tr> + </table> +</td> +</tr> +</table> + +<table width="76%" border="0" align="center" valign="bottom" cellspacing="0" cellpadding="0"> + <tr> + <td id="footer"><small><small>© 2003 Xavier Roche & other contributors - Web Design: Leto Kauler.</small></small></td> + </tr> +</table> + +</body> + +</html> + + diff --git a/html/server/option7.html b/html/server/option7.html new file mode 100755 index 0000000..fab427d --- /dev/null +++ b/html/server/option7.html @@ -0,0 +1,230 @@ +<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> + + <style type="text/css"> + <!-- + +body { + margin: 0; padding: 0; margin-bottom: 15px; margin-top: 8px; + background: #77b; +} +body, td { + font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + } + +#subTitle { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +.tabCtrl { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +#siteNavigation a, #siteNavigation .current { + font-weight: bold; color: #448; + } +#siteNavigation a:link { text-decoration: none; } +#siteNavigation a:visited { text-decoration: none; } + +#siteNavigation .current { background-color: #ccd; } + +#siteNavigation a:hover { text-decoration: none; background-color: #fff; color: #000; } +#siteNavigation a:active { text-decoration: none; background-color: #ccc; } + + +a:link { text-decoration: underline; color: #00f; } +a:visited { text-decoration: underline; color: #000; } +a:hover { text-decoration: underline; color: #c00; } +a:active { text-decoration: underline; } + +#pageContent { + clear: both; + border-bottom: 6px solid #000; + padding: 10px; padding-top: 20px; + line-height: 1.65em; + background-image: url(images/bg_rings.gif); + background-repeat: no-repeat; + background-position: top right; + } + +#pageContent, #siteNavigation { + background-color: #ccd; + } + + +.imgLeft { float: left; margin-right: 10px; margin-bottom: 10px; } +.imgRight { float: right; margin-left: 10px; margin-bottom: 10px; } + +hr { height: 1px; color: #000; background-color: #000; margin-bottom: 15px; } + +h1 { margin: 0; font-weight: bold; font-size: 2em; } +h2 { margin: 0; font-weight: bold; font-size: 1.6em; } +h3 { margin: 0; font-weight: bold; font-size: 1.3em; } +h4 { margin: 0; font-weight: bold; font-size: 1.18em; } + +.blak { background-color: #000; } +.hide { display: none; } +.tableWidth { min-width: 400px; } + +.tblRegular { border-collapse: collapse; } +.tblRegular td { padding: 6px; background-image: url(fade.gif); border: 2px solid #99c; } +.tblHeaderColor, .tblHeaderColor td { background: #99c; } +.tblNoBorder td { border: 0; } + + +// --> +</style> + +<script language="javascript"> +<!-- +function do_load() { + window.status=' '; +${do:if-not-empty:closeme}
+ window.close();
+${do:end-if}
+${do:set:closeme:}
+} +function do_unload() { +} +function info(str) { + window.status = str; +} +// --> +</script> + +</head> +<body onLoad="do_load();" onUnload="do_unload();"> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> + <tr> + <td><img src="images/header_title_4.gif" width="400" height="34" alt="HTTrack Website Copier" title="" border="0" id="title" /></td> + </tr> +</table> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="3" class="tableWidth"> + <tr> + <td id="subTitle">${LANG_OSFWB}</td> + </tr> +</table> +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> +<tr class="blak"> +<td> + <table width="100%" border="0" align="center" cellspacing="1" cellpadding="0"> + <tr> + <td colspan="6"> + <table width="100%" border="0" align="center" cellspacing="0" cellpadding="10"> + <tr> + <td id="pageContent"> +<!-- ==================== End prologue ==================== --> + +<table border="0" width="100%"> +<tr><td width="90%"> + <h2 align="center"><em>${LANG_O2} - ${LANG_IOPT7}</em></h2> +</td> +${/* show help only if available */} +${do:if-file-exists:html/index.html} +<td> + <a href="/step9_opt4.html" target="_blank" + onClick="window.open('/step9_opt4.html', 'help', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480'); return false" + onMouseOver="info('${LANG_TIPHELP}'); return true" onMouseOut="info(' '); return true" + >${LANG_TIPHELP}</a> +</td> +${do:end-if} +</tr></table> + +<br> + +<table class="tableWidth" border="0" width="100%" cellspacing="0"> +<tr> + +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option1.html" onClick="form.redirect.value='option1.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT1}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT1}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option2.html" onClick="form.redirect.value='option2.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT2}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT2}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option3.html" onClick="form.redirect.value='option3.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT3}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT3}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option4.html" onClick="form.redirect.value='option4.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT4}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT4}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option5.html" onClick="form.redirect.value='option5.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT5}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT5}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option11.html" onClick="form.redirect.value='option11.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT11}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT11}</a></td> +</tr><tr> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option6.html" onClick="form.redirect.value='option6.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT6}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT6}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option7.html" onClick="form.redirect.value='option7.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT7}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT7}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option8.html" onClick="form.redirect.value='option8.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT8}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT8}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option9.html" onClick="form.redirect.value='option9.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT9}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT9}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option10.html" onClick="form.redirect.value='option10.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT10}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT10}</a></td> +<td class="tabCtrl" align="center"> </td> + +</tr> +</table> + +<br><br> + +<table> +<tr><td> + +<form method="POST" action="${thisfile}" name="form"> +<input type="hidden" name="sid" value="${sid}"> +<input type="hidden" name="redirect" value=""> +<input type="hidden" name="closeme" value="">
+ +<tt> +${LANG_B10} +</tt> +<textarea name="url2" cols="60" rows="8" + onMouseOver="info('${LANG_C3}'); return true" onMouseOut="info(' '); return true" +>${url2}</textarea> + +<br> +<tt> +${LANG_B13} +</tt> + +<tr><td>
+ <table width="100%">
+ <tr><td align="left">
+ <input type="submit" value="${LANG_OK}"
+ onClick="form.closeme.value=1; form.submit(); return false;"
+ onMouseOver="info('${LANG_TIPOK}'); return true" onMouseOut="info(' '); return true"
+ >
+ </td><td align="right">
+ <input type="button" value="${LANG_CANCEL}"
+ onClick="window.close();"
+ onMouseOver="info('${LANG_TIPCANCEL}'); return true" onMouseOut="info(' '); return true"
+ >
+ </td></tr>
+ </table>
+</td></tr>
+ +</form> + +</td></tr> + +</table> + + + + +<!-- ==================== Start epilogue ==================== --> + </td> + </tr> + </table> + </td> + </tr> + </table> +</td> +</tr> +</table> + +<table width="76%" border="0" align="center" valign="bottom" cellspacing="0" cellpadding="0"> + <tr> + <td id="footer"><small><small>© 2003 Xavier Roche & other contributors - Web Design: Leto Kauler.</small></small></td> + </tr> +</table> + +</body> + +</html> + + diff --git a/html/server/option8.html b/html/server/option8.html new file mode 100755 index 0000000..389311f --- /dev/null +++ b/html/server/option8.html @@ -0,0 +1,262 @@ +<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> + + <style type="text/css"> + <!-- + +body { + margin: 0; padding: 0; margin-bottom: 15px; margin-top: 8px; + background: #77b; +} +body, td { + font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + } + +#subTitle { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +.tabCtrl { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +#siteNavigation a, #siteNavigation .current { + font-weight: bold; color: #448; + } +#siteNavigation a:link { text-decoration: none; } +#siteNavigation a:visited { text-decoration: none; } + +#siteNavigation .current { background-color: #ccd; } + +#siteNavigation a:hover { text-decoration: none; background-color: #fff; color: #000; } +#siteNavigation a:active { text-decoration: none; background-color: #ccc; } + + +a:link { text-decoration: underline; color: #00f; } +a:visited { text-decoration: underline; color: #000; } +a:hover { text-decoration: underline; color: #c00; } +a:active { text-decoration: underline; } + +#pageContent { + clear: both; + border-bottom: 6px solid #000; + padding: 10px; padding-top: 20px; + line-height: 1.65em; + background-image: url(images/bg_rings.gif); + background-repeat: no-repeat; + background-position: top right; + } + +#pageContent, #siteNavigation { + background-color: #ccd; + } + + +.imgLeft { float: left; margin-right: 10px; margin-bottom: 10px; } +.imgRight { float: right; margin-left: 10px; margin-bottom: 10px; } + +hr { height: 1px; color: #000; background-color: #000; margin-bottom: 15px; } + +h1 { margin: 0; font-weight: bold; font-size: 2em; } +h2 { margin: 0; font-weight: bold; font-size: 1.6em; } +h3 { margin: 0; font-weight: bold; font-size: 1.3em; } +h4 { margin: 0; font-weight: bold; font-size: 1.18em; } + +.blak { background-color: #000; } +.hide { display: none; } +.tableWidth { min-width: 400px; } + +.tblRegular { border-collapse: collapse; } +.tblRegular td { padding: 6px; background-image: url(fade.gif); border: 2px solid #99c; } +.tblHeaderColor, .tblHeaderColor td { background: #99c; } +.tblNoBorder td { border: 0; } + + +// --> +</style> + +<script language="javascript"> +<!-- +function do_load() { + window.status=' '; +${do:if-not-empty:closeme}
+ window.close();
+${do:end-if}
+${do:set:closeme:}
+} +function do_unload() { +} +function info(str) { + window.status = str; +} +// --> +</script> + +</head> +<body onLoad="do_load();" onUnload="do_unload();"> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> + <tr> + <td><img src="images/header_title_4.gif" width="400" height="34" alt="HTTrack Website Copier" title="" border="0" id="title" /></td> + </tr> +</table> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="3" class="tableWidth"> + <tr> + <td id="subTitle">${LANG_OSFWB}</td> + </tr> +</table> +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> +<tr class="blak"> +<td> + <table width="100%" border="0" align="center" cellspacing="1" cellpadding="0"> + <tr> + <td colspan="6"> + <table width="100%" border="0" align="center" cellspacing="0" cellpadding="10"> + <tr> + <td id="pageContent"> +<!-- ==================== End prologue ==================== --> + +<table border="0" width="100%"> +<tr><td width="90%"> + <h2 align="center"><em>${LANG_O2} - ${LANG_IOPT8}</em></h2> +</td> +${/* show help only if available */} +${do:if-file-exists:html/index.html} +<td> + <a href="/step9_opt6.html" target="_blank" + onClick="window.open('/step9_opt6.html', 'help', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480'); return false" + onMouseOver="info('${LANG_TIPHELP}'); return true" onMouseOut="info(' '); return true" + >${LANG_TIPHELP}</a> +</td> +${do:end-if} +</tr></table> + +<br> + +<table class="tableWidth" border="0" width="100%" cellspacing="0"> +<tr> + +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option1.html" onClick="form.redirect.value='option1.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT1}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT1}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option2.html" onClick="form.redirect.value='option2.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT2}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT2}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option3.html" onClick="form.redirect.value='option3.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT3}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT3}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option4.html" onClick="form.redirect.value='option4.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT4}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT4}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option5.html" onClick="form.redirect.value='option5.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT5}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT5}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option11.html" onClick="form.redirect.value='option11.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT11}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT11}</a></td> +</tr><tr> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option6.html" onClick="form.redirect.value='option6.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT6}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT6}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option7.html" onClick="form.redirect.value='option7.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT7}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT7}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option8.html" onClick="form.redirect.value='option8.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT8}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT8}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option9.html" onClick="form.redirect.value='option9.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT9}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT9}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option10.html" onClick="form.redirect.value='option10.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT10}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT10}</a></td> +<td class="tabCtrl" align="center"> </td> + +</tr> +</table> + +<br><br> + +<table> +<tr><td> + +<form method="POST" action="${thisfile}" name="form"> +<input type="hidden" name="sid" value="${sid}"> +<input type="hidden" name="redirect" value=""> +<input type="hidden" name="closeme" value="">
+ +<input type="checkbox" name="cookies" ${checked:cookies} + onMouseOver="info('${LANG_I1b}'); return true" onMouseOut="info(' '); return true" +> ${LANG_I58} +<br><br> + +${LANG_I59} +<br> +<select name="checktype" + onMouseOver="info('${LANG_I1c}'); return true" onMouseOut="info(' '); return true" +> +${listid:checktype:LISTDEF_7} +</select> +<br><br> + +<input type="checkbox" name="parsejava" ${checked:parsejava} + onMouseOver="info('${LANG_I1d}'); return true" onMouseOut="info(' '); return true" +> ${LANG_I60} +<br><br> + +${LANG_I55} +<br> +<select name="robots" + onMouseOver="info('${LANG_I28}'); return true" onMouseOut="info(' '); return true" +> +${listid:robots:LISTDEF_8} +</select> +<br><br> + +<input type="checkbox" name="updhack" ${checked:updhack} + onMouseOver="info('${LANG_I1k}'); return true" onMouseOut="info(' '); return true" +> ${LANG_I62b} +<br><br> + +<input type="checkbox" name="toler" ${checked:toler} + onMouseOver="info('${LANG_I1i}'); return true" onMouseOut="info(' '); return true" +> ${LANG_I62} +<br><br> + +<input type="checkbox" name="http10" ${checked:http10} + onMouseOver="info('${LANG_I1j}'); return true" onMouseOut="info(' '); return true" +> ${LANG_I63} +<br><br> + + +<tr><td>
+ <table width="100%">
+ <tr><td align="left">
+ <input type="submit" value="${LANG_OK}"
+ onClick="form.closeme.value=1; form.submit(); return false;"
+ onMouseOver="info('${LANG_TIPOK}'); return true" onMouseOut="info(' '); return true"
+ >
+ </td><td align="right">
+ <input type="button" value="${LANG_CANCEL}"
+ onClick="window.close();"
+ onMouseOver="info('${LANG_TIPCANCEL}'); return true" onMouseOut="info(' '); return true"
+ >
+ </td></tr>
+ </table>
+</td></tr>
+ +</form> + +</td></tr> + +</table> + + + + +<!-- ==================== Start epilogue ==================== --> + </td> + </tr> + </table> + </td> + </tr> + </table> +</td> +</tr> +</table> + +<table width="76%" border="0" align="center" valign="bottom" cellspacing="0" cellpadding="0"> + <tr> + <td id="footer"><small><small>© 2003 Xavier Roche & other contributors - Web Design: Leto Kauler.</small></small></td> + </tr> +</table> + +</body> + +</html> + + diff --git a/html/server/option9.html b/html/server/option9.html new file mode 100755 index 0000000..9a374b4 --- /dev/null +++ b/html/server/option9.html @@ -0,0 +1,248 @@ +<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> + + <style type="text/css"> + <!-- + +body { + margin: 0; padding: 0; margin-bottom: 15px; margin-top: 8px; + background: #77b; +} +body, td { + font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + } + +#subTitle { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +.tabCtrl { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +#siteNavigation a, #siteNavigation .current { + font-weight: bold; color: #448; + } +#siteNavigation a:link { text-decoration: none; } +#siteNavigation a:visited { text-decoration: none; } + +#siteNavigation .current { background-color: #ccd; } + +#siteNavigation a:hover { text-decoration: none; background-color: #fff; color: #000; } +#siteNavigation a:active { text-decoration: none; background-color: #ccc; } + + +a:link { text-decoration: underline; color: #00f; } +a:visited { text-decoration: underline; color: #000; } +a:hover { text-decoration: underline; color: #c00; } +a:active { text-decoration: underline; } + +#pageContent { + clear: both; + border-bottom: 6px solid #000; + padding: 10px; padding-top: 20px; + line-height: 1.65em; + background-image: url(images/bg_rings.gif); + background-repeat: no-repeat; + background-position: top right; + } + +#pageContent, #siteNavigation { + background-color: #ccd; + } + + +.imgLeft { float: left; margin-right: 10px; margin-bottom: 10px; } +.imgRight { float: right; margin-left: 10px; margin-bottom: 10px; } + +hr { height: 1px; color: #000; background-color: #000; margin-bottom: 15px; } + +h1 { margin: 0; font-weight: bold; font-size: 2em; } +h2 { margin: 0; font-weight: bold; font-size: 1.6em; } +h3 { margin: 0; font-weight: bold; font-size: 1.3em; } +h4 { margin: 0; font-weight: bold; font-size: 1.18em; } + +.blak { background-color: #000; } +.hide { display: none; } +.tableWidth { min-width: 400px; } + +.tblRegular { border-collapse: collapse; } +.tblRegular td { padding: 6px; background-image: url(fade.gif); border: 2px solid #99c; } +.tblHeaderColor, .tblHeaderColor td { background: #99c; } +.tblNoBorder td { border: 0; } + + +// --> +</style> + +<script language="javascript"> +<!-- +function do_load() { + window.status=' '; +${do:if-not-empty:closeme}
+ window.close();
+${do:end-if}
+${do:set:closeme:}
+} +function do_unload() { +} +function info(str) { + window.status = str; +} +// --> +</script> + +</head> +<body onLoad="do_load();" onUnload="do_unload();"> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> + <tr> + <td><img src="images/header_title_4.gif" width="400" height="34" alt="HTTrack Website Copier" title="" border="0" id="title" /></td> + </tr> +</table> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="3" class="tableWidth"> + <tr> + <td id="subTitle">${LANG_OSFWB}</td> + </tr> +</table> +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> +<tr class="blak"> +<td> + <table width="100%" border="0" align="center" cellspacing="1" cellpadding="0"> + <tr> + <td colspan="6"> + <table width="100%" border="0" align="center" cellspacing="0" cellpadding="10"> + <tr> + <td id="pageContent"> +<!-- ==================== End prologue ==================== --> + +<table border="0" width="100%"> +<tr><td width="90%"> + <h2 align="center"><em>${LANG_O2} - ${LANG_IOPT9}</em></h2> +</td> +${/* show help only if available */} +${do:if-file-exists:html/index.html} +<td> + <a href="/step9_opt9.html" target="_blank" + onClick="window.open('/step9_opt9.html', 'help', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480'); return false" + onMouseOver="info('${LANG_TIPHELP}'); return true" onMouseOut="info(' '); return true" + >${LANG_TIPHELP}</a> +</td> +${do:end-if} +</tr></table> + +<br> + +<table class="tableWidth" border="0" width="100%" cellspacing="0"> +<tr> + +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option1.html" onClick="form.redirect.value='option1.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT1}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT1}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option2.html" onClick="form.redirect.value='option2.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT2}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT2}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option3.html" onClick="form.redirect.value='option3.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT3}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT3}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option4.html" onClick="form.redirect.value='option4.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT4}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT4}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option5.html" onClick="form.redirect.value='option5.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT5}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT5}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option11.html" onClick="form.redirect.value='option11.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT11}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT11}</a></td> +</tr><tr> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option6.html" onClick="form.redirect.value='option6.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT6}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT6}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option7.html" onClick="form.redirect.value='option7.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT7}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT7}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option8.html" onClick="form.redirect.value='option8.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT8}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT8}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option9.html" onClick="form.redirect.value='option9.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT9}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT9}</a></td> +<td class="tabCtrl" align="center"><a style="background:black;color: white" href="option10.html" onClick="form.redirect.value='option10.html'; form.submit(); return false;" align="center" onMouseOver="info('${LANG_IOPT10}'); return true" onMouseOut="info(' '); return true">${LANG_IOPT10}</a></td> +<td class="tabCtrl" align="center"> </td> + +</tr> +</table> + +<br><br> + +<table> +<tr><td> + +<form method="POST" action="${thisfile}" name="form"> +<input type="hidden" name="sid" value="${sid}"> +<input type="hidden" name="redirect" value=""> +<input type="hidden" name="closeme" value="">
+ +<input type="checkbox" name="cache2" ${checked:cache2} + onMouseOver="info('${LANG_I1e}'); return true" onMouseOut="info(' '); return true" +> ${LANG_I61} +<br><br> + +<input type="checkbox" name="norecatch" ${checked:norecatch} + onMouseOver="info('${LANG_I5b}'); return true" onMouseOut="info(' '); return true" +> ${LANG_I34b} +<br><br> + +<input type="checkbox" name="logf" ${checked:logf} + onMouseOver="info('${LANG_I7}'); return true" onMouseOut="info(' '); return true" +> ${LANG_I36} +<select name="logtype" + onMouseOver="info('${LANG_I1f}'); return true" onMouseOut="info(' '); return true" +> +${listid:logtype:LISTDEF_9} +</select> +<br><br> + +<input type="checkbox" name="index" ${checked:index} + onMouseOver="info('${LANG_I6}'); return true" onMouseOut="info(' '); return true" +> ${LANG_I35} +<br><br> + +<input type="checkbox" name="index2" ${checked:index2} + onMouseOver="info('${LANG_I6b}'); return true" onMouseOut="info(' '); return true" +> ${LANG_I35b} +<br><br> + +<tr><td>
+ <table width="100%">
+ <tr><td align="left">
+ <input type="submit" value="${LANG_OK}"
+ onClick="form.closeme.value=1; form.submit(); return false;"
+ onMouseOver="info('${LANG_TIPOK}'); return true" onMouseOut="info(' '); return true"
+ >
+ </td><td align="right">
+ <input type="button" value="${LANG_CANCEL}"
+ onClick="window.close();"
+ onMouseOver="info('${LANG_TIPCANCEL}'); return true" onMouseOut="info(' '); return true"
+ >
+ </td></tr>
+ </table>
+</td></tr>
+ +</form> + +</td></tr> + +</table> + + + + +<!-- ==================== Start epilogue ==================== --> + </td> + </tr> + </table> + </td> + </tr> + </table> +</td> +</tr> +</table> + +<table width="76%" border="0" align="center" valign="bottom" cellspacing="0" cellpadding="0"> + <tr> + <td id="footer"><small><small>© 2003 Xavier Roche & other contributors - Web Design: Leto Kauler.</small></small></td> + </tr> +</table> + +</body> + +</html> + + diff --git a/html/server/refresh.html b/html/server/refresh.html new file mode 100755 index 0000000..e401445 --- /dev/null +++ b/html/server/refresh.html @@ -0,0 +1,282 @@ +<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}" /> + <META http-equiv="refresh" content="30; URL=finished.html"> + <title>'${projname}' - HTTrack Website Copier</title> + + <style type="text/css"> + <!-- + +body { + margin: 0; padding: 0; margin-bottom: 15px; margin-top: 8px; + background: #77b; +} +body, td { + font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + } + +#subTitle { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +#siteNavigation a, #siteNavigation .current { + font-weight: bold; color: #448; + } +#siteNavigation a:link { text-decoration: none; } +#siteNavigation a:visited { text-decoration: none; } + +#siteNavigation .current { background-color: #ccd; } + +#siteNavigation a:hover { text-decoration: none; background-color: #fff; color: #000; } +#siteNavigation a:active { text-decoration: none; background-color: #ccc; } + + +a:link { text-decoration: underline; color: #00f; } +a:visited { text-decoration: underline; color: #000; } +a:hover { text-decoration: underline; color: #c00; } +a:active { text-decoration: underline; } + +#pageContent { + clear: both; + border-bottom: 6px solid #000; + padding: 10px; padding-top: 20px; + line-height: 1.65em; + background-image: url(images/bg_rings.gif); + background-repeat: no-repeat; + background-position: top right; + } + +#pageContent, #siteNavigation { + background-color: #ccd; + } + + +.imgLeft { float: left; margin-right: 10px; margin-bottom: 10px; } +.imgRight { float: right; margin-left: 10px; margin-bottom: 10px; } + +hr { height: 1px; color: #000; background-color: #000; margin-bottom: 15px; } + +h1 { margin: 0; font-weight: bold; font-size: 2em; } +h2 { margin: 0; font-weight: bold; font-size: 1.6em; } +h3 { margin: 0; font-weight: bold; font-size: 1.3em; } +h4 { margin: 0; font-weight: bold; font-size: 1.18em; } + +.blak { background-color: #000; } +.hide { display: none; } +.tableWidth { min-width: 400px; } + +.tblRegular { border-collapse: collapse; } +.tblRegular td { padding: 6px; background-image: url(fade.gif); border: 2px solid #99c; } +.tblHeaderColor, .tblHeaderColor td { background: #99c; } +.tblNoBorder td { border: 0; } + + +// --> +</style> + +<script language="javascript"> +<!--
+var freeze=0; +setTimeout(do_refresh, 500);
+function do_load() { + window.status=' ';
+ enable_timer();
+}
+function disable_timer() {
+ if (freeze == 0) {
+ freeze=1;
+ }
+} +function lock_timer() {
+ freeze=2;
+}
+function enable_timer() {
+ if (freeze == 1) {
+ freeze=0;
+ }
+}
+function unlock_timer() {
+ freeze=0;
+}
+function do_confirm(str) {
+ lock_timer();
+ ret=confirm(str);
+ if (!ret) {
+ unlock_timer();
+ }
+ return ret;
+}
+function do_unload() { +} +function info(str) { + window.status = str; +}
+function do_refresh() {
+ if (!freeze) {
+ document.location.reload();
+ } else {
+ setTimeout(do_refresh, 500);
+ }
+} +function no_refresh() {
+}
+// --> +</script> + +</head> +<body onLoad="do_load();" onUnload="do_unload();"> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> + <tr> + <td><img src="images/header_title_4.gif" width="400" height="34" alt="HTTrack Website Copier" title="" border="0" id="title" /></td> + </tr> +</table> +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="3" class="tableWidth"> + <tr> + <td width="90%" id="subTitle">${LANG_OSFWB}</td> + <td id="subTitle" align="right"> + <a href="/server/file.html" target="_blank" + onClick="window.open('/server/file.html', 'help', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480'); return false" + onMouseOver="info('${LANG_O1}'); return true" onMouseOut="info(' '); return true" + style="color:#FFFFFF" + > + ${LANG_O1} + </a> + </td> +${/* show help only if available */} +${do:if-file-exists:html/index.html} + <td id="subTitle">|</td> + <td id="subTitle" align="right"> + <a href="/index.html" target="_blank" + onClick="window.open('/server/help.html', 'help', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480'); return false" + onMouseOver="info('${LANG_TIPHELP}'); return true" onMouseOut="info(' '); return true" + style="color:#FFFFFF" + > + ${LANG_O5} + </a> + </td> +${do:end-if} + </tr> +</table> +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> +<tr class="blak"> +<td> + <table width="100%" border="0" align="center" cellspacing="1" cellpadding="0"> + <tr> + <td colspan="6"> + <table width="100%" border="0" align="center" cellspacing="0" cellpadding="10"> + <tr> + <td id="pageContent"> +<!-- ==================== End prologue ==================== --> + +<table border="0" width="100%"> +<tr><td width="90%"> + <h2 align="center"><em>${LANG_H20}</em></h2> +</td><td> +</td></tr></table> + +<br> + +<table border="0" width="100%"> + +<tr> +<td>${LANG_H8}</td><td>${info.stat_bytes}</td> +<td>${LANG_H9}</td><td>${info.lien_n}/${info.lien_tot} (+${info.stat_back})</td> +</tr><tr> +<td>${LANG_H10}</td><td>${info.stat_time_str}</td> +<td>${LANG_H17}</td><td>${info.stat_written}</td> +</tr><tr> +<td>${LANG_H14}</td><td>${info.irate} (${info.rate})</td> +<td>${LANG_H18}</td><td>${info.stat_updated}</td> +</tr><tr> +<td>${LANG_H11}</td><td>${info.stat_nsocket}</td> +<td>${LANG_H19}</td><td>${info.stat_errors}</td> +</tr> + +</tr> +</table> +
+<br>
+ +<table border="0" width="100%"> +<tr> +<td> + +${LANG_H20} ${info.currentjob} + +</td> +</tr> +</table> +
+<br>
+ +<form method="POST" action="step4.html" name="form"> +<input type="hidden" name="sid" value="${sid}"> +<input type="hidden" name="command" value=""> + +<table border="0" width="100%"> + +<tr><td>${info.state[0]}</td><td>${info.name[0]}</td><td>${info.file[0]}</td><td>${info.size[0]}/${info.sizetot[0]}</td><td><input type="submit" value="${LANG_H15}" onClick="form.command.value='cancel-file=${info.url_sav[0]}'; form.submit()" onMouseOver="info('${LANG_H6}'); return true" onMouseOut="info(' '); return true"></td></tr> +<tr><td>${info.state[1]}</td><td>${info.name[1]}</td><td>${info.file[1]}</td><td>${info.size[1]}/${info.sizetot[1]}</td><td><input type="submit" value="${LANG_H15}" onClick="form.command.value='cancel-file=${info.url_sav[1]}'; form.submit()" onMouseOver="info('${LANG_H7}'); return true" onMouseOut="info(' '); return true"></td></tr> +<tr><td>${info.state[2]}</td><td>${info.name[2]}</td><td>${info.file[2]}</td><td>${info.size[2]}/${info.sizetot[2]}</td><td><input type="submit" value="${LANG_H15}" onClick="form.command.value='cancel-file=${info.url_sav[2]}'; form.submit()" onMouseOver="info('${LANG_H7}'); return true" onMouseOut="info(' '); return true"></td></tr> +<tr><td>${info.state[3]}</td><td>${info.name[3]}</td><td>${info.file[3]}</td><td>${info.size[3]}/${info.sizetot[3]}</td><td><input type="submit" value="${LANG_H15}" onClick="form.command.value='cancel-file=${info.url_sav[3]}'; form.submit()" onMouseOver="info('${LANG_H7}'); return true" onMouseOut="info(' '); return true"></td></tr> +<tr><td>${info.state[4]}</td><td>${info.name[4]}</td><td>${info.file[4]}</td><td>${info.size[4]}/${info.sizetot[4]}</td><td><input type="submit" value="${LANG_H15}" onClick="form.command.value='cancel-file=${info.url_sav[4]}'; form.submit()" onMouseOver="info('${LANG_H7}'); return true" onMouseOut="info(' '); return true"></td></tr> +<tr><td>${info.state[5]}</td><td>${info.name[5]}</td><td>${info.file[5]}</td><td>${info.size[5]}/${info.sizetot[5]}</td><td><input type="submit" value="${LANG_H15}" onClick="form.command.value='cancel-file=${info.url_sav[5]}'; form.submit()" onMouseOver="info('${LANG_H7}'); return true" onMouseOut="info(' '); return true"></td></tr> +<tr><td>${info.state[6]}</td><td>${info.name[6]}</td><td>${info.file[6]}</td><td>${info.size[6]}/${info.sizetot[6]}</td><td><input type="submit" value="${LANG_H15}" onClick="form.command.value='cancel-file=${info.url_sav[6]}'; form.submit()" onMouseOver="info('${LANG_H7}'); return true" onMouseOut="info(' '); return true"></td></tr> +<tr><td>${info.state[7]}</td><td>${info.name[7]}</td><td>${info.file[7]}</td><td>${info.size[7]}/${info.sizetot[7]}</td><td><input type="submit" value="${LANG_H15}" onClick="form.command.value='cancel-file=${info.url_sav[7]}'; form.submit()" onMouseOver="info('${LANG_H7}'); return true" onMouseOut="info(' '); return true"></td></tr> +<tr><td>${info.state[8]}</td><td>${info.name[8]}</td><td>${info.file[8]}</td><td>${info.size[8]}/${info.sizetot[8]}</td><td><input type="submit" value="${LANG_H15}" onClick="form.command.value='cancel-file=${info.url_sav[8]}'; form.submit()" onMouseOver="info('${LANG_H7}'); return true" onMouseOut="info(' '); return true"></td></tr> +<tr><td>${info.state[9]}</td><td>${info.name[9]}</td><td>${info.file[9]}</td><td>${info.size[9]}/${info.sizetot[9]}</td><td><input type="submit" value="${LANG_H15}" onClick="form.command.value='cancel-file=${info.url_sav[9]}'; form.submit()" onMouseOver="info('${LANG_H7}'); return true" onMouseOut="info(' '); return true"></td></tr> +<tr><td>${info.state[10]}</td><td>${info.name[10]}</td><td>${info.file[10]}</td><td>${info.size[10]}/${info.sizetot[10]}</td><td><input type="submit" value="${LANG_H15}" onClick="form.command.value='cancel-file=${info.url_sav[10]}'; form.submit()" onMouseOver="info('${LANG_H7}'); return true" onMouseOut="info(' '); return true"></td></tr> +<tr><td>${info.state[11]}</td><td>${info.name[11]}</td><td>${info.file[11]}</td><td>${info.size[11]}/${info.sizetot[11]}</td><td><input type="submit" value="${LANG_H15}" onClick="form.command.value='cancel-file=${info.url_sav[11]}'; form.submit()" onMouseOver="info('${LANG_H7}'); return true" onMouseOut="info(' '); return true"></td></tr> +<tr><td>${info.state[12]}</td><td>${info.name[12]}</td><td>${info.file[12]}</td><td>${info.size[12]}/${info.sizetot[12]}</td><td><input type="submit" value="${LANG_H15}" onClick="form.command.value='cancel-file=${info.url_sav[12]}'; form.submit()" onMouseOver="info('${LANG_H7}'); return true" onMouseOut="info(' '); return true"></td></tr> +<tr><td>${info.state[13]}</td><td>${info.name[13]}</td><td>${info.file[13]}</td><td>${info.size[13]}/${info.sizetot[13]}</td><td><input type="submit" value="${LANG_H15}" onClick="form.command.value='cancel-file=${info.url_sav[13]}'; form.submit()" onMouseOver="info('${LANG_H7}'); return true" onMouseOut="info(' '); return true"></td></tr> + +</table> + +<table border="0" width="100%"> +<tr><td> + +</td></tr><tr><td> + +</td></tr><tr><td> + + <table width="100%" border="0"><tr><td align="left"> + + </td><td align="right"> + <input type="submit" value=" ${LANG_V4} "
+ onMouseOver="disable_timer(); info('${LANG_D3}'); return true"
+ onMouseOut="info(' '); enable_timer(); return true"
+ onClick="if (do_confirm('${LANG_G1}')) { form.command.value='cancel'; form.submit(); } return false"
+ > + </td></tr></table> + +</td></tr> +</table> + +</form> + +<!-- ==================== Start epilogue ==================== --> + </td> + </tr> + </table> + </td> + </tr> + </table> +</td> +</tr> +</table> + +<table width="76%" border="0" align="center" valign="bottom" cellspacing="0" cellpadding="0"> + <tr> + <td id="footer"><small><small>© 2003 Xavier Roche & other contributors - Web Design: Leto Kauler.</small></small></td> + </tr> +</table> + +</body> + +</html> + + diff --git a/html/server/step2.html b/html/server/step2.html new file mode 100755 index 0000000..ec3c097 --- /dev/null +++ b/html/server/step2.html @@ -0,0 +1,335 @@ +<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> + + <style type="text/css"> + <!-- + +body { + margin: 0; padding: 0; margin-bottom: 15px; margin-top: 8px; + background: #77b; +} +body, td { + font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + } + +#subTitle { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +#siteNavigation a, #siteNavigation .current { + font-weight: bold; color: #448; + } +#siteNavigation a:link { text-decoration: none; } +#siteNavigation a:visited { text-decoration: none; } + +#siteNavigation .current { background-color: #ccd; } + +#siteNavigation a:hover { text-decoration: none; background-color: #fff; color: #000; } +#siteNavigation a:active { text-decoration: none; background-color: #ccc; } + + +a:link { text-decoration: underline; color: #00f; } +a:visited { text-decoration: underline; color: #000; } +a:hover { text-decoration: underline; color: #c00; } +a:active { text-decoration: underline; } + +#pageContent { + clear: both; + border-bottom: 6px solid #000; + padding: 10px; padding-top: 20px; + line-height: 1.65em; + background-image: url(images/bg_rings.gif); + background-repeat: no-repeat; + background-position: top right; + } + +#pageContent, #siteNavigation { + background-color: #ccd; + } + + +.imgLeft { float: left; margin-right: 10px; margin-bottom: 10px; } +.imgRight { float: right; margin-left: 10px; margin-bottom: 10px; } + +hr { height: 1px; color: #000; background-color: #000; margin-bottom: 15px; } + +h1 { margin: 0; font-weight: bold; font-size: 2em; } +h2 { margin: 0; font-weight: bold; font-size: 1.6em; } +h3 { margin: 0; font-weight: bold; font-size: 1.3em; } +h4 { margin: 0; font-weight: bold; font-size: 1.18em; } + +.blak { background-color: #000; } +.hide { display: none; } +.tableWidth { min-width: 400px; } + +.tblRegular { border-collapse: collapse; } +.tblRegular td { padding: 6px; background-image: url(fade.gif); border: 2px solid #99c; } +.tblHeaderColor, .tblHeaderColor td { background: #99c; } +.tblNoBorder td { border: 0; } + + +// --> +</style> + +<script language="javascript"> +<!-- +function do_unload() { +} +function do_load() { + window.status=' '; + form.projname.select(); +} +function key_event(event) { + if (event && event.keyCode && (event.keyCode == 13 || event.keyCode == 10)) { + form.nextBtn.click(); + return false; + } + return true; +} +function checkname() { + if (form.projname.value != '') { + return true; + } + window.status='${LANG_S1}'; + form.projname.select(); + return false; +} +function info(str) { + window.status = str; +} +// --> +</script> + +</head> +<body onLoad="do_load();" onUnload="do_unload();" onKeyPress="return key_event(event);"> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> + <tr> + <td><img src="images/header_title_4.gif" width="400" height="34" alt="HTTrack Website Copier" title="" border="0" id="title" /></td> + </tr> +</table> +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="3" class="tableWidth"> + <tr> + <td width="90%" id="subTitle">${LANG_OSFWB}</td> + <td id="subTitle" align="right"> + <a href="/server/file.html" target="_blank" + onClick="window.open('/server/file.html', 'help', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480'); return false" + onMouseOver="info('${LANG_O1}'); return true" onMouseOut="info(' '); return true" + style="color:#FFFFFF" + > + ${LANG_O1} + </a> + </td> +${/* show help only if available */} +${do:if-file-exists:html/index.html} + <td id="subTitle">|</td> + <td id="subTitle" align="right"> + <a href="/index.html" target="_blank" + onClick="window.open('/server/help.html', 'help', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480'); return false" + onMouseOver="info('${LANG_TIPHELP}'); return true" onMouseOut="info(' '); return true" + style="color:#FFFFFF" + > + ${LANG_O5} + </a> + </td> +${do:end-if} + </tr> +</table> +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> +<tr class="blak"> +<td> + <table width="100%" border="0" align="center" cellspacing="1" cellpadding="0"> + <tr> + <td colspan="6"> + <table width="100%" border="0" align="center" cellspacing="0" cellpadding="10"> + <tr> + <td id="pageContent"> +<!-- ==================== End prologue ==================== --> + +<table border="0" width="100%"> +<tr><td width="90%"> + <h2 align="center"><em>${fexist:index.html:LANG_G42}</em></h2> +</td> +${/* show help only if available */} +${do:if-file-exists:html/index.html} +<td> + <a href="/step1.html" target="_blank" + onClick="window.open('/step1.html', 'help', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480'); return false" + onMouseOver="info('${LANG_TIPHELP}'); return true" onMouseOut="info(' '); return true" + >${LANG_TIPHELP}</a> +</td> +${do:end-if} +</tr></table> +
+${/* Default values for empty settings */} +${do:set:cache:1}
+ +${/* Convert winprofile.ini into internal variables */} +${do:copy:CurrentUrl:urls} +${do:copy:CurrentAction:todo} +${do:copy:CurrentURLList:filelist} +${do:copy:Proxy:proxy} +${do:copy:Port:port} +${do:copy:Near:link} +${do:copy:Test:testall} +${do:copy:ParseAll:parseall} +${do:copy:HTMLFirst:htmlfirst} +${do:copy:Cache:cache} +${do:copy:NoRecatch:norecatch} +${do:copy:Dos:dos} +${do:copy:Index:index} +${do:copy:WordIndex:index2} +${do:copy:Log:logf} +${do:copy:RemoveTimeout:remt} +${do:copy:RemoveRateout:rems} +${do:copy:KeepAlive:ka} +${do:copy:FollowRobotsTxt:robots} +${do:copy:NoErrorPages:errpage} +${do:copy:NoExternalPages:external} +${do:copy:NoPwdInPages:hidepwd} +${do:copy:NoQueryStrings:hidequery} +${do:copy:NoPurgeOldFiles:nopurge} +${do:copy:Cookies:cookies} +${do:copy:CheckType:checktype} +${do:copy:ParseJava:parsejava} +${do:copy:HTTP10:http10} +${do:copy:TolerantRequests:toler} +${do:copy:UpdateHack:updhack} +${do:copy:StoreAllInCache:cache2} +${do:copy:LogType:logtype} +${do:copy:UseHTTPProxyForFTP:ftpprox} +${do:copy:Build:build} +${do:copy:PrimaryScan:filter} +${do:copy:Travel:travel} +${do:copy:GlobalTravel:travel2} +${do:copy:RewriteLinks:travel3} +${do:copy:BuildString:BuildString} +${do:copy:MaxHtml:maxhtml} +${do:copy:MaxOther:othermax} +${do:copy:MaxAll:sizemax} +${do:copy:MaxWait:pausebytes} +${do:copy:Sockets:connexion} +${do:copy:Retry:retry} +${do:copy:MaxTime:maxtime} +${do:copy:TimeOut:timeout} +${do:copy:RateOut:rate} +${do:copy:UserID:user} +${do:copy:Footer:footer} +${do:copy:MaxRate:maxrate} +${do:copy:WildCardFilters:url2} +${do:copy:Proxy:proxy} +${do:copy:Port:port} +${do:copy:Depth:depth} +${do:copy:ExtDepth:depth2} +${do:copy:MaxConn:maxconn} +${do:copy:MaxLinks:maxlinks} +${do:copy:MIMEDefsExt1:ext1} +${do:copy:MIMEDefsExt2:ext2} +${do:copy:MIMEDefsExt3:ext3} +${do:copy:MIMEDefsExt4:ext4} +${do:copy:MIMEDefsExt5:ext5} +${do:copy:MIMEDefsExt6:ext6} +${do:copy:MIMEDefsExt7:ext7} +${do:copy:MIMEDefsExt8:ext8} +${do:copy:MIMEDefsMime1:mime1} +${do:copy:MIMEDefsMime2:mime2} +${do:copy:MIMEDefsMime3:mime3} +${do:copy:MIMEDefsMime4:mime4} +${do:copy:MIMEDefsMime5:mime5} +${do:copy:MIMEDefsMime6:mime6} +${do:copy:MIMEDefsMime7:mime7} +${do:copy:MIMEDefsMime8:mime8} +${/* End convert winprofile.ini into internal variables */} + + +<br> + +<form method="POST" action="step3.html" name="form"> +<input type="hidden" name="sid" value="${sid}"> +<input type="hidden" name="redirect" value=""> +<input type="hidden" name="todo" value="1"> +${do:if-project-file-exists:/hts-cache/winprofile.ini} +<input type="hidden" name="todo" value="7"> +${do:end-if} +${do:if-project-file-exists:/hts-in_progress.lock} +<input type="hidden" name="todo" value="6"> +${do:end-if} + +<table border="0" width="100%"> +<tr><td> + + +${do:loadhash} + + ${LANG_S11b} + <select name="loadprojname" onChange="form.redirect.value='step2.html'; form.submit()"> + <option value=""> </option> + ${liststr:winprofile} + </select> + +<br> + + ${LANG_S11} + <input name="projname" value="${projname}" + onMouseOver="info('${LANG_S1}'); return true" onMouseOut="info(' '); return true" + > + +<br> + ${LANG_S12} + <input name="path" value="${path}" + onMouseOver="info('${LANG_S2}'); return true" onMouseOut="info(' '); return true" + > + <input type="button" value="refresh" onClick="form.redirect.value='step2.html'; form.submit()"> + + </td></tr> + + <tr><td> + <table width="100%" border="0"><tr><td align="left"> + <input type="submit" value=" << ${LANG_PREVIOUS} " onClick="form.redirect.value='index.html'; form.submit()" + onMouseOver="info('${LANG_TIPPREV}'); return true" onMouseOut="info(' '); return true" + > + </td><td align="right"> + <input name="nextBtn" type="submit" value=" ${LANG_NEXT} >> " onClick="return checkname();" default + onMouseOver="info('${LANG_TIPNEXT}'); return true" onMouseOut="info(' '); return true" + > + </td></tr></table> + +${do:if-not-empty:urls} +<br> +<h2>${LANG_URLS}:</h2><br> +<h3><pre>${urls}</pre></h3> +<br> +${do:end-if:} + +</td></tr> +</table> + +</form> + +<!-- ==================== Start epilogue ==================== --> + </td> + </tr> + </table> + </td> + </tr> + </table> +</td> +</tr> +</table> + +<table width="76%" border="0" align="center" valign="bottom" cellspacing="0" cellpadding="0"> + <tr> + <td id="footer"><small><small>© 2003 Xavier Roche & other contributors - Web Design: Leto Kauler.</small></small></td> + </tr> +</table> + +</body> + +</html> + + diff --git a/html/server/step3.html b/html/server/step3.html new file mode 100755 index 0000000..b0c32fa --- /dev/null +++ b/html/server/step3.html @@ -0,0 +1,287 @@ +<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> + + <style type="text/css"> + <!-- + +body { + margin: 0; padding: 0; margin-bottom: 15px; margin-top: 8px; + background: #77b; +} +body, td { + font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + } + +#subTitle { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +#siteNavigation a, #siteNavigation .current { + font-weight: bold; color: #448; + } +#siteNavigation a:link { text-decoration: none; } +#siteNavigation a:visited { text-decoration: none; } + +#siteNavigation .current { background-color: #ccd; } + +#siteNavigation a:hover { text-decoration: none; background-color: #fff; color: #000; } +#siteNavigation a:active { text-decoration: none; background-color: #ccc; } + + +a:link { text-decoration: underline; color: #00f; } +a:visited { text-decoration: underline; color: #000; } +a:hover { text-decoration: underline; color: #c00; } +a:active { text-decoration: underline; } + +#pageContent { + clear: both; + border-bottom: 6px solid #000; + padding: 10px; padding-top: 20px; + line-height: 1.65em; + background-image: url(images/bg_rings.gif); + background-repeat: no-repeat; + background-position: top right; + } + +#pageContent, #siteNavigation { + background-color: #ccd; + } + + +.imgLeft { float: left; margin-right: 10px; margin-bottom: 10px; } +.imgRight { float: right; margin-left: 10px; margin-bottom: 10px; } + +hr { height: 1px; color: #000; background-color: #000; margin-bottom: 15px; } + +h1 { margin: 0; font-weight: bold; font-size: 2em; } +h2 { margin: 0; font-weight: bold; font-size: 1.6em; } +h3 { margin: 0; font-weight: bold; font-size: 1.3em; } +h4 { margin: 0; font-weight: bold; font-size: 1.18em; } + +.blak { background-color: #000; } +.hide { display: none; } +.tableWidth { min-width: 400px; } + +.tblRegular { border-collapse: collapse; } +.tblRegular td { padding: 6px; background-image: url(fade.gif); border: 2px solid #99c; } +.tblHeaderColor, .tblHeaderColor td { background: #99c; } +.tblNoBorder td { border: 0; } + + +// --> +</style> + +<script language="javascript"> +<!-- +function do_load() { + window.status=' '; +} +function do_unload() { +} +function do_load() { + window.status=' '; + form.urls.select(); +} +function key_event(event) { + if (event && event.keyCode && event.keyCode == 10) { + form.nextBtn.click(); + return false; + } + return true; +} +function info(str) { + window.status = str; +} +function doOpenWindow() { + childWn=window.open('addurl.html', 'addurl', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480'); + setTimeout(do_check_child, 500); +} +function do_check_child() { + if (childWn && childWn.document.location=="about:blank") { + setTimeout(do_check_child, 500); + } else if (childWn) { + childWn.document.wparent=document; + } +} +// --> +</script> + +</head> +<body onLoad="do_load();" onUnload="do_unload();" onKeyPress="return key_event(event);"> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> + <tr> + <td><img src="images/header_title_4.gif" width="400" height="34" alt="HTTrack Website Copier" title="" border="0" id="title" /></td> + </tr> +</table> +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="3" class="tableWidth"> + <tr> + <td width="90%" id="subTitle">${LANG_OSFWB}</td> + <td id="subTitle" align="right"> + <a href="/server/file.html" target="_blank" + onClick="window.open('/server/file.html', 'help', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480'); return false" + onMouseOver="info('${LANG_O1}'); return true" onMouseOut="info(' '); return true" + style="color:#FFFFFF" + > + ${LANG_O1} + </a> + </td> +${/* show help only if available */} +${do:if-file-exists:html/index.html} + <td id="subTitle">|</td> + <td id="subTitle" align="right"> + <a href="/index.html" target="_blank" + onClick="window.open('/server/help.html', 'help', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480'); return false" + onMouseOver="info('${LANG_TIPHELP}'); return true" onMouseOut="info(' '); return true" + style="color:#FFFFFF" + > + ${LANG_O5} + </a> + </td> +${do:end-if} + </tr> +</table> +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> +<tr class="blak"> +<td> + <table width="100%" border="0" align="center" cellspacing="1" cellpadding="0"> + <tr> + <td colspan="6"> + <table width="100%" border="0" align="center" cellspacing="0" cellpadding="10"> + <tr> + <td id="pageContent"> +<!-- ==================== End prologue ==================== --> + +<table border="0" width="100%"> +<tr><td width="90%"> + <h2 align="center"><em>Select URLs</em></h2> +</td> +${/* show help only if available */} +${do:if-file-exists:html/index.html} +<td> + <a href="/step2.html" target="_blank" + onClick="window.open('/step2.html', 'help', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480'); return false" + onMouseOver="info('${LANG_TIPHELP}'); return true" onMouseOut="info(' '); return true" + >${LANG_TIPHELP}</a> +</td> +${do:end-if} +</tr></table> + +<br> + +<form method="POST" action="step4.html" name="form"> +<input type="hidden" name="sid" value="${sid}"> +<input type="hidden" name="redirect" value=""> + +<script language="javascript"> +<!-- +function doOpenWindow() { +childWn=window.open('addurl.html', 'addurl', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480'); +setTimeout(do_check_child, 500); +} +function do_check_child() { +if (childWn && childWn.document.location=="about:blank") { +setTimeout(do_check_child, 500); +} else if (childWn) { +childWn.document.wparent=document; +} +} +// --> +</script> + +<table border="0" width="100%"> +<tr><td> + ${LANG_G31} + <select name="todo" + onMouseOver="info('${LANG_G9}'); return true" onMouseOut="info(' '); return true" + > + ${listid:todo:LISTDEF_10} + </select> + + </td></tr> + <tr><td> + <table border="0"> + <tr><td> + ${LANG_G44} + </td><td> + <input type="button" value="${LANG_G43}" + onClick="doOpenWindow()" + onMouseOver="info('${LANG_G24b}'); return true" onMouseOut="info(' '); return true" + > + </td></tr></table> + <br> + <textarea name="urls" cols="50" rows="8" + onMouseOver="info('${LANG_G11}'); return true" onMouseOut="info(' '); return true" + > +${do:output-mode:html} + ${urls} +${do:output-mode:} + </textarea> + + </td></tr> + <tr><td> + <table border="0"> + <tr><td> + ${LANG_URLLIST}: + </td><td> + <input name="filelist" value="${filelist}" size="40" + onMouseOver="info('${LANG_G24c}'); return true" onMouseOut="info(' '); return true" + > + </td></tr></table> + + </td></tr> + <tr><td> + <table border="0"> + <tr><td> + ${LANG_G41} + </td><td> + <input type="button" value="${LANG_G40}" onClick="window.open('option1.html', 'option1', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480'); return false" + onMouseOver="info('${LANG_G24}'); return true" onMouseOut="info(' '); return true" + > + </td></tr></table> + + </td></tr> + + <tr><td align="right"> + <table width="100%" border="0"><tr><td align="left"> + <input type="submit" value=" << ${LANG_PREVIOUS} " onClick="form.redirect.value='step2.html'; form.submit()" + onMouseOver="info('${LANG_TIPPREV}'); return true" onMouseOut="info(' '); return true" + > + </td><td align="right"> + <input name="nextBtn" type="submit" value=" ${LANG_NEXT} >> " + onMouseOver="info('${LANG_TIPNEXT}'); return true" onMouseOut="info(' '); return true" + > + </td></tr></table> + +</td></tr> +</table> + +</form> + +<!-- ==================== Start epilogue ==================== --> + </td> + </tr> + </table> + </td> + </tr> + </table> +</td> +</tr> +</table> + +<table width="76%" border="0" align="center" valign="bottom" cellspacing="0" cellpadding="0"> + <tr> + <td id="footer"><small><small>© 2003 Xavier Roche & other contributors - Web Design: Leto Kauler.</small></small></td> + </tr> +</table> + +</body> + +</html> + + diff --git a/html/server/step4.html b/html/server/step4.html new file mode 100755 index 0000000..164a7df --- /dev/null +++ b/html/server/step4.html @@ -0,0 +1,373 @@ +<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> + + <style type="text/css"> + <!-- + +body { + margin: 0; padding: 0; margin-bottom: 15px; margin-top: 8px; + background: #77b; +} +body, td { + font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + } + +#subTitle { + background: #000; color: #fff; padding: 4px; font-weight: bold; + } + +#siteNavigation a, #siteNavigation .current { + font-weight: bold; color: #448; + } +#siteNavigation a:link { text-decoration: none; } +#siteNavigation a:visited { text-decoration: none; } + +#siteNavigation .current { background-color: #ccd; } + +#siteNavigation a:hover { text-decoration: none; background-color: #fff; color: #000; } +#siteNavigation a:active { text-decoration: none; background-color: #ccc; } + + +a:link { text-decoration: underline; color: #00f; } +a:visited { text-decoration: underline; color: #000; } +a:hover { text-decoration: underline; color: #c00; } +a:active { text-decoration: underline; } + +#pageContent { + clear: both; + border-bottom: 6px solid #000; + padding: 10px; padding-top: 20px; + line-height: 1.65em; + background-image: url(images/bg_rings.gif); + background-repeat: no-repeat; + background-position: top right; + } + +#pageContent, #siteNavigation { + background-color: #ccd; + } + + +.imgLeft { float: left; margin-right: 10px; margin-bottom: 10px; } +.imgRight { float: right; margin-left: 10px; margin-bottom: 10px; } + +hr { height: 1px; color: #000; background-color: #000; margin-bottom: 15px; } + +h1 { margin: 0; font-weight: bold; font-size: 2em; } +h2 { margin: 0; font-weight: bold; font-size: 1.6em; } +h3 { margin: 0; font-weight: bold; font-size: 1.3em; } +h4 { margin: 0; font-weight: bold; font-size: 1.18em; } + +.blak { background-color: #000; } +.hide { display: none; } +.tableWidth { min-width: 400px; } + +.tblRegular { border-collapse: collapse; } +.tblRegular td { padding: 6px; background-image: url(fade.gif); border: 2px solid #99c; } +.tblHeaderColor, .tblHeaderColor td { background: #99c; } +.tblNoBorder td { border: 0; } + + +// --> +</style> + +<script language="javascript"> +<!-- +function do_load() { + window.status=' '; +} +function do_unload() { +} +function key_event(event) { + if (event && event.keyCode && event.keyCode == 10) { + form.nextBtn.click(); + return false; + } + return true; +} +function info(str) { + window.status = str; +} +// --> +</script> + +</head> +<body onLoad="do_load();" onUnload="do_unload();" onKeyPress="return key_event(event);"> + +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> + <tr> + <td><img src="images/header_title_4.gif" width="400" height="34" alt="HTTrack Website Copier" title="" border="0" id="title" /></td> + </tr> +</table> +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="3" class="tableWidth"> + <tr> + <td width="90%" id="subTitle">${LANG_OSFWB}</td> + <td id="subTitle" align="right"> + <a href="/server/file.html" target="_blank" + onClick="window.open('/server/file.html', 'help', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480'); return false" + onMouseOver="info('${LANG_O1}'); return true" onMouseOut="info(' '); return true" + style="color:#FFFFFF" + > + ${LANG_O1} + </a> + </td> +${/* show help only if available */} +${do:if-file-exists:html/index.html} + <td id="subTitle">|</td> + <td id="subTitle" align="right"> + <a href="/index.html" target="_blank" + onClick="window.open('/server/help.html', 'help', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480'); return false" + onMouseOver="info('${LANG_TIPHELP}'); return true" onMouseOut="info(' '); return true" + style="color:#FFFFFF" + > + ${LANG_O5} + </a> + </td> +${do:end-if} + </tr> +</table> +<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth"> +<tr class="blak"> +<td> + <table width="100%" border="0" align="center" cellspacing="1" cellpadding="0"> + <tr> + <td colspan="6"> + <table width="100%" border="0" align="center" cellspacing="0" cellpadding="10"> + <tr> + <td id="pageContent"> +<!-- ==================== End prologue ==================== --> + +<table border="0" width="100%"> +<tr><td width="90%"> + <h2 align="center"><em>Start</em></h2> +</td> +${/* show help only if available */} +${do:if-file-exists:html/index.html} +<td> + <a href="/step3.html" target="_blank" + onClick="window.open('/step3.html', 'help', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480'); return false" + onMouseOver="info('${LANG_TIPHELP}'); return true" onMouseOut="info(' '); return true" + >${LANG_TIPHELP}</a> +</td> +${do:end-if} +</tr></table> + +<br> + +<form method="POST" name="form" action="step4.html"> +<input type="hidden" name="sid" value="${sid}"> +<input type="hidden" name="redirect" value=""> +<input type="hidden" name="projpath" value="${path}/${projname}/"> + +<table border="0" width="100%"> +<tr><td> + +</td></tr>
+
+<tr><td> +<input type="radio" name="command_do" value="start" checked><b>${LANG_J10}</b>
+</td></tr>
+<tr><td>
+<input type="radio" name="command_do" value="save">${LANG_J10b}
+</td></tr>
+<tr><td>
+
+${/* Real commands and ini file generated below */}
+ +<!-- engine commandline --> +${do:output-mode:html} +<textarea name="command" cols="50" rows="4" style="visibility:hidden"> +httrack \ + --quiet \
+ --build-top-index \ + ${test:todo:--mirror:--mirror:--mirror-wizard:--get:--mirrorlinks:--testlinks:--continue:--update} + ${urls} + ${test:filelist:-%L "}${filelist}${test:filelist:"} + --path "${path}/${projname}" +\ + ${test:parseall:--near} + ${test:link:--test} + ${test:testall:--extended-parsing} + ${test:htmlfirst::--priority=7} +\ +${do:if-not-empty:BuildString} + --structure "${BuildString}" +${do:end-if} + ${test:build:-N0:-N0:-N1:-N2:-N3:-N4:-N5:-N100:-N101:-N102:-N103:-N104:-N105:-N99:-N199:} +\ + ${ztest:dos::--long-names=0:--long-names=2} + ${test:errpage:--generate-errors:--generate-errors=0} + ${test:external:--replace-external} + ${test:hidepwd:--disable-passwords} + ${test:hidequery:--include-query-string=1:--include-query-string=0} + ${test:nopurge:--purge-old=1:--purge-old=0} +\ + ${test:cache:--cache=0:} + ${test:filter::--priority=0:--priority=1:--priority=2:--priority=7} + ${test:travel::--stay-on-same-dir:--can-go-down:--can-go-up:--can-go-up-and-down} + ${test:travel2::--stay-on-same-address:--stay-on-same-domain:--stay-on-same-tld:--go-everywhere} + ${test:travel3::--keep-links=0:--keep-links:--keep-links=3:--keep-links=4} + ${test:windebug:--debug-headers} +\ + ${test:connexion:--sockets=}${connexion} + ${test:ka:--keep-alive} + ${test:timeout:--timeout=}${timeout} + ${test:remt:--host-control=1} + ${test:retry:--retries=}${retry} + ${test:rate:--min-rate=}${rate} + ${test:rems:--host-control=2} +\ + ${test:depth:--depth=}${depth} + ${test:depth2:--ext-depth=}${depth2} + ${test:maxhtml:--max-files=,}${maxhtml} + ${test:othermax:--max-files=}${othermax} + ${test:sizemax:--max-files=}${sizemax} + ${test:pausebytes:--max-pause=}${pausebytes} + ${test:maxtime:--max-time=}${maxtime} + ${test:maxrate:--max-rate=}${maxrate} + ${test:maxconn:--connection-per-second=}${maxconn} + ${test:maxlinks:--advanced-maxlinks=}${maxlinks} +\ + --user-agent "${user}" + --footer "${footer}" +\ + ${url2} +\ + ${test:cookies:--cookies=0:} + ${test:parsejava:--parse-java=0:} + ${test:updhack:--updatehack} + ${test:toler:--tolerant} + ${test:http10:--http-10} + ${test:cache2:--store-all-in-cache} + ${test:norecatch:--do-not-recatch} + ${test:logf:--single-log} + ${test:logtype:::--extra-log:--debug-log} + ${test:index:--index=0:} + ${test:index2:--search-index=0:--search-index} + ${test:prox:--proxy "}${prox}${test:prox:\3A}${portprox}${test:prox:"} + ${test:ftpprox:--httpproxy-ftp=0:--httpproxy-ftp} +</textarea> + +<!-- winprofile.ini --> +${do:output-mode:inifile} +<textarea name="winprofile" cols="50" rows="4" style="visibility:hidden"> +CurrentUrl=${urls} +CurrentAction=${todo} +CurrentURLList=${filelist} +Proxy=${proxy} +Port=${port} +Near=${ztest:link:0:1} +Test=${ztest:testall:0:1} +ParseAll=${ztest:parseall:0:1} +HTMLFirst=${ztest:htmlfirst:0:1} +Cache=${ztest:cache:0:1} +NoRecatch=${ztest:norecatch:0:1} +Dos=${dos +Index=${ztest:index:0:1} +WordIndex=${ztest:index2:0:1} +Log=${ztest:logf:0:1:2} +RemoveTimeout=${ztest:remt:0:1} +RemoveRateout=${ztest:rems:0:1} +KeepAlive=${ztest:ka:0:1} +FollowRobotsTxt=${robots} +NoErrorPages=${ztest:errpage:0:1} +NoExternalPages=${ztest:external:0:1} +NoPwdInPages=${ztest:hidepwd:0:1} +NoQueryStrings=${ztest:hidequery:0:1} +NoPurgeOldFiles=${ztest:nopurge:0:1} +Cookies=${ztest:cookies:0:1} +CheckType=${ztest:checktype:0:1:2} +ParseJava=${ztest:parsejava:0:1} +HTTP10=${ztest:http10:0:1} +TolerantRequests=${ztest:toler:0:1} +UpdateHack=${ztest:updhack:0:1} +StoreAllInCache=${ztest:cache2:0:1} +LogType=${logtype} +UseHTTPProxyForFTP=${ztest:ftpprox:0:1} +Build=${build} +PrimaryScan=${filter} +Travel=${travel} +GlobalTravel=${travel2} +RewriteLinks=${travel3} +BuildString=${BuildString} +MaxHtml=${maxhtml} +MaxOther=${othermax} +MaxAll=${sizemax} +MaxWait=${pausebytes} +Sockets=${connexion} +Retry=${retry} +MaxTime=${maxtime} +TimeOut=${timeout} +RateOut=${rate} +UserID=${user} +Footer=${footer} +MaxRate=${maxrate} +WildCardFilters=${url2} +Proxy=${proxy} +Port=${port} +Depth=${depth} +ExtDepth=${depth2} +MaxConn=${maxconn} +MaxLinks=${maxlinks} +MIMEDefsExt1=${ext1} +MIMEDefsExt2=${ext2} +MIMEDefsExt3=${ext3} +MIMEDefsExt4=${ext4} +MIMEDefsExt5=${ext5} +MIMEDefsExt6=${ext6} +MIMEDefsExt7=${ext7} +MIMEDefsExt8=${ext8} +MIMEDefsMime1=${mime1} +MIMEDefsMime2=${mime2} +MIMEDefsMime3=${mime3} +MIMEDefsMime4=${mime4} +MIMEDefsMime5=${mime5} +MIMEDefsMime6=${mime6} +MIMEDefsMime7=${mime7} +MIMEDefsMime8=${mime8} +</textarea> +${do:output-mode:} + +</td></tr><tr><td> + <table width="100%" border="0"><tr><td align="left"> + <input type="submit" value=" << ${LANG_PREVIOUS} " onClick="form.command.value=''; form.redirect.value='step3.html'; form.submit()" + onMouseOver="info('${LANG_TIPPREV}'); return true" onMouseOut="info(' '); return true" + > + </td><td align="right"> + <input name="nextBtn" type="submit" value=" ${LANG_J9} >> " + onMouseOver="info('${LANG_TIPNEXT}'); return true" onMouseOut="info(' '); return true" + > + </td></tr></table> + +</td></tr> +</table> + +</form> + +<!-- ==================== Start epilogue ==================== --> + </td> + </tr> + </table> + </td> + </tr> + </table> +</td> +</tr> +</table> + +<table width="76%" border="0" align="center" valign="bottom" cellspacing="0" cellpadding="0"> + <tr> + <td id="footer"><small><small>© 2003 Xavier Roche & other contributors - Web Design: Leto Kauler.</small></small></td> + </tr> +</table> + +</body> + +</html> + + |