summaryrefslogtreecommitdiff
path: root/htroot/ViewLog_p.html
blob: 3025671c494c73f84fa37c18a75acc74d7e6362e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!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%#
    #(submenu)#::#%env/templates/submenuViewLog.template%##(/submenu)#
    <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="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>