2008-07-07 22:00:56 +00:00
|
|
|
<%#
|
2015-01-16 22:38:38 +00:00
|
|
|
Copyright 2008 Steven Barth <steven@midlink.org>
|
2015-01-16 22:46:42 +00:00
|
|
|
Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
|
2015-01-16 22:38:38 +00:00
|
|
|
Licensed to the public under the Apache License 2.0.
|
2008-07-07 22:00:56 +00:00
|
|
|
-%>
|
2015-01-16 22:38:38 +00:00
|
|
|
|
2008-05-13 17:32:11 +00:00
|
|
|
<%+header%>
|
2015-10-06 11:29:43 +00:00
|
|
|
<h2 name="content"><%:System Log%></h2>
|
2008-10-23 16:05:55 +00:00
|
|
|
<div id="content_syslog">
|
2017-09-13 17:47:47 +00:00
|
|
|
<textarea style="font-size: 12px;" readonly="readonly" wrap="off" rows="<%=syslog:cmatch("\n")+2%>" id="syslog"><%=syslog:pcdata()%></textarea>
|
2008-10-23 16:05:55 +00:00
|
|
|
</div>
|
2008-09-06 00:08:23 +00:00
|
|
|
<%+footer%>
|