summaryrefslogtreecommitdiffstats
path: root/openvpn-logfile-html.lsp
blob: 6eb05d58339a313823338f66e891ab93958222e9 (plain)
1
2
3
4
5
6
7
8
<? local view = ... ?>
<html>
<body>
<h1>Logfile '<?= view.logfilecontent.name ?>'</h1>
<textarea name="" style="width:100%;height:450px;"><?= view.logfilecontent.value ?></textarea>

</body>
</html>