summaryrefslogtreecommitdiff
path: root/html/server/step2.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/server/step2.html')
-rwxr-xr-xhtml/server/step2.html25
1 files changed, 22 insertions, 3 deletions
diff --git a/html/server/step2.html b/html/server/step2.html
index ec3c097..246a264 100755
--- a/html/server/step2.html
+++ b/html/server/step2.html
@@ -1,4 +1,4 @@
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="${LANGUAGE_ISO}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=${LANGUAGE_CHARSET}" />
@@ -170,7 +170,8 @@ ${/* Default values for empty settings */}
${do:set:cache:1}
${/* Convert winprofile.ini into internal variables */}
-${do:copy:CurrentUrl:urls}
+${do:copy:CurrentUrl:urls}
+${do:copy:Category:projcateg}
${do:copy:CurrentAction:todo}
${do:copy:CurrentURLList:filelist}
${do:copy:Proxy:proxy}
@@ -200,6 +201,7 @@ ${do:copy:ParseJava:parsejava}
${do:copy:HTTP10:http10}
${do:copy:TolerantRequests:toler}
${do:copy:UpdateHack:updhack}
+${do:copy:URLHack:urlhack}
${do:copy:StoreAllInCache:cache2}
${do:copy:LogType:logtype}
${do:copy:UseHTTPProxyForFTP:ftpprox}
@@ -265,7 +267,7 @@ ${do:end-if}
${do:loadhash}
-
+
${LANG_S11b}
<select name="loadprojname" onChange="form.redirect.value='step2.html'; form.submit()">
<option value="">&nbsp;</option>
@@ -279,6 +281,23 @@ ${do:loadhash}
onMouseOver="info('${LANG_S1}'); return true" onMouseOut="info('&nbsp;'); return true"
>
+<br>
+
+<table border="0">
+<tr><td>
+
+ ${LANG_S13}
+ <select name="loadprojcateg" onChange="form.redirect.value='step2.html'; form.submit()">
+ <option value="">&nbsp;</option>
+ ${liststr:wincateg}
+ </select>
+</td><td>
+ <input name="projcateg" value="${projcateg}"
+ onMouseOver="info('${LANG_S5}'); return true" onMouseOut="info('&nbsp;'); return true"
+ >
+
+</td></tr></table>
+
<br>
${LANG_S12}
<input name="path" value="${path}"