summaryrefslogtreecommitdiffstats
path: root/openvpn-logfile-html.lsp
blob: 0615b7734d5588ff08ebd5cce516d633df8574f3 (plain)
1
2
3
4
5
6
7
8
<? local view = ... ?>
<html>
<body>
<h1>Logfile '<?= view.logfilecontent.name ?>'</h1>
<textarea name=""><?= view.logfilecontent.value ?></textarea>

</body>
</html>