summaryrefslogtreecommitdiffstats
path: root/openvpn-logfile-html.lsp
blob: c1db75ef92f92aa8ade23dde4703a93bfae47e03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<? local view = ... ?>
<html>
<body>
<h1>Logfile 'xxx.log'</h1>

<h2>Details</h2>

<input type=text style="width:100%;height:500px"></input>


</body>
</html>