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.
28 lines
1.2 KiB
28 lines
1.2 KiB
<!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]#': Server Log</title>
|
|
#%env/templates/metas.template%#
|
|
</head>
|
|
<body id="ViewLog">
|
|
#%env/templates/header.template%#
|
|
#(submenu)#::#%env/templates/submenuViewLog.template%##(/submenu)#
|
|
<h2>Server 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 (max. #[maxlines]#)</label>
|
|
<input type="checkbox" name="mode" id="mode" value="reversed" #(reverseChecked)#::checked="checked"#(/reverseChecked)# /><label for="mode">reversed order</label>
|
|
<input type="text" name="filter" id="filter" size ="30" value="#[filter]#" maxlength="60" />
|
|
<input type="submit" value="refresh" />
|
|
</fieldset>
|
|
</form>
|
|
|
|
<div class="log">
|
|
#{log}#<pre class="log#(level)#Debug::Info::System::Warning::Severe#(/level)#">#[line]#</pre>#{/log}#
|
|
</div>
|
|
|
|
#%env/templates/footer.template%#
|
|
</body>
|
|
</html>
|