summaryrefslogtreecommitdiffstats
path: root/openvpn-unknown_config-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn-unknown_config-html.lsp')
-rw-r--r--openvpn-unknown_config-html.lsp7
1 files changed, 3 insertions, 4 deletions
diff --git a/openvpn-unknown_config-html.lsp b/openvpn-unknown_config-html.lsp
index 26787c5..2d33d10 100644
--- a/openvpn-unknown_config-html.lsp
+++ b/openvpn-unknown_config-html.lsp
@@ -1,12 +1,11 @@
<? local view = ... ?>
<html>
<body>
-<h1>Configuration file 'xxx.conf'</h1>
+<h1>Configuration file '<?= view.configfilecontent.name ?>'</h1>
<h2>Details</h2>
-
-<input type=text style="width:100%;height:500px"></input>
+<textarea name="" style="width:100%;height:450px;"><?= view.configfilecontent.value ?></textarea>
</body>
-</html>
+</html>