summaryrefslogtreecommitdiffstats
path: root/openvpn-logfile-html.lsp
blob: 22ebabec8b50c79d5ad81fc448e096331ed7bf0e (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>