Last change
on this file since 796 was
358,
checked in by gav, 15 years ago
|
Added an application log view.
Reduced log file size and added CSS and JavaScript? to suite.
|
-
Property svn:executable set to
*
|
File size:
600 bytes
|
Rev | Line | |
---|
[358] | 1 | <html> |
---|
| 2 | <head> |
---|
| 3 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
---|
| 4 | <meta name="layout" content="main" /> |
---|
| 5 | <title>Application Log</title> |
---|
| 6 | <nav:resources override="true"/> |
---|
| 7 | </head> |
---|
| 8 | <body onload="textAreaScrollBottom('log');"> |
---|
| 9 | <div class="nav"> |
---|
| 10 | <h1>Application Log</h1> |
---|
| 11 | </div> |
---|
| 12 | <div class="body"> |
---|
| 13 | |
---|
| 14 | <textarea rows="30" cols="90" id="log" name="log" readonly="yes"> |
---|
| 15 | ${log.encodeAsHTML()} |
---|
| 16 | </textarea> |
---|
| 17 | |
---|
| 18 | </div> <!--End body--> |
---|
| 19 | </body> |
---|
| 20 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.