You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.3 KiB
37 lines
1.3 KiB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<title>YaCy '#[clientname]#': Advanced Config</title>
|
|
#%env/templates/metas.template%#
|
|
<script>
|
|
<!--
|
|
function element_clicked(element){
|
|
document.getElementById("key").value=element.id;
|
|
document.getElementById("value").value=element.value;
|
|
}
|
|
-->
|
|
</script>
|
|
</head>
|
|
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
|
|
#%env/templates/header.template%#
|
|
#%env/templates/submenuConfig.template%#
|
|
<br><br>
|
|
<h2>Advanced Config</h2>
|
|
<p>
|
|
Here are all configuration options from YaCy.<br>
|
|
You can change anything, but some options need a restart, and some options can crash YaCy, if wrong values are used.<br>
|
|
For an explanation of the available options please look into yacy.init
|
|
</p>
|
|
<select name="options" size="25" style="width: 600">
|
|
#{options}#<option id="#[key]#" value="#[value]#" onclick="element_clicked(this)">#[key]#: #[value]#</option>
|
|
#{/options}#
|
|
</select><br>
|
|
<form action="Config_p.html" method="POST">
|
|
<input type="text" id="key" name="key" size="40">:<input type="text" id="value" name="value" size="40">
|
|
<input type="Submit" value="Save">
|
|
</form>
|
|
|
|
#%env/templates/footer.template%#
|
|
</body>
|
|
</html>
|