yacy_search_server/htroot/ConfigAdvanced_p.html
rramthun 955462d6b8 Some HTML cleanup/validation
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2126 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-05-20 13:20:46 +00:00

37 lines
1.3 KiB
HTML

<!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>