yacy_search_server/htroot/ViewLog_p.html
2005-11-21 08:33:54 +00:00

26 lines
826 B
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]#': Log</title>
#%env/templates/metas.template%#
</head>
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
#%env/templates/header.template%#
<br><br>
<h2>Log</h2><br>
<iframe src="Log_p.html" width="100%" height="480" name="logFrame">
<a href="Log_p.html">Log</a>
</iframe>
<form action="Log_p.html" method="GET" target="logFrame">
<table border="0"><tr>
<td><input type="text" name="lines" size ="4" value="50" maxlength="9"> Lines</td>
<td><input type="checkbox" name="mode" value="reversed">reversed order</td>
<td><input type="submit" value="refresh"></td>
</tr></table>
</form>
#%env/templates/footer.template%#
</body>
</html>