yacy_search_server/htroot/ViewLog_p.html

25 lines
895 B
HTML
Raw Normal View History

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>YaCy '#[clientname]#': Log</title>
#%env/templates/metas.template%#
</head>
<body id="ViewLog">
#%env/templates/header.template%#
<h2>Log</h2>
<form action="ViewLog_p.html" method="get" >
<fieldset>
<input type="text" name="lines" id="lines" size ="4" value="#[lines]#" maxlength="9" /><label for="lines"> Lines</label>
<input type="checkbox" name="mode" id="mode" value="reversed" #(reverseChecked)#::checked="checked"#(/reverseChecked)# /><label for="mode">reversed order</label>
<input type="submit" value="refresh" />
</fieldset>
</form>
<pre>#[log]#</pre>
#%env/templates/footer.template%#
</body>
</html>