You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
643 B
HTML
25 lines
643 B
HTML
5 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Screenless Office - log for ${bureau}</title>
|
||
|
<style type="text/css" media="screen">
|
||
|
#logview {
|
||
|
height: 40em;
|
||
|
width: 80em;
|
||
|
overflow: scroll;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h3>The Screenless Office</h3>
|
||
|
<h4> edit config file <em>${cfgfile}</em></h4>
|
||
|
<div><a href="/">← Main</a></div>
|
||
|
<div id="logview">${logdata}</div>
|
||
|
<script>
|
||
|
var logDiv = document.getElementById("logview");
|
||
|
logDiv.scrollTop = objDiv.scrollHeight;
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|
||
|
|