source: ComponentRegistry/trunk/ComponentRegistry/src/main/java/clarin/cmdi/componentregistry/frontend/ViewLogPage.html @ 2755

Last change on this file since 2755 was 2755, checked in by twagoo, 11 years ago

Improved reading and serving of log file in the wicket admin frontend
[Fixes #294]

File size: 681 bytes
Line 
1<html
2    xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.3-strict.dtd">
3    <head>
4        <title>CMDI ComponentRegistry View Log Page</title>
5        <link rel="stylesheet" type="text/css" href="css/adminstyle.css"/>
6    </head>
7    <body>
8        <span wicket:id="message"></span>
9        <div class="links">
10            <a wicket:id="home">AdminHome</a>
11        </div>
12        <p>
13            <span wicket:id="logLabel">Showing final X bytes (or less) of total N in componentregistry.log:</span><br />
14            [<a wicket:id="logDownloadLink">Download entire log file</a>]
15        </p>
16        <textarea cols="150" rows="50"  wicket:id="logText" >log text</textarea>
17    </body>
18</html>
Note: See TracBrowser for help on using the repository browser.