summaryrefslogtreecommitdiffstats
path: root/openvpn-unknown_config-html.lsp
blob: 2d33d106ed86b84a2ca018fdab78a2e1fc6e394a (plain)
1
2
3
4
5
6
7
8
9
10
11
<? local view = ... ?>
<html>
<body>
<h1>Configuration file '<?= view.configfilecontent.name ?>'</h1>

<h2>Details</h2>
<textarea name="" style="width:100%;height:450px;"><?= view.configfilecontent.value ?></textarea>


</body>
</html>