summaryrefslogtreecommitdiffstats
path: root/openvpn-peminfo-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-11-25 19:27:55 +0000
committerTed Trask <ttrask01@yahoo.com>2008-11-25 19:27:55 +0000
commit3459e6bf19a13f35e419b0adabf8c3456a0a5025 (patch)
tree9330301f44a88ee2f3cb8b5d0271204294aa99c6 /openvpn-peminfo-html.lsp
parent99b9d1c5e938d818ca3e78a1f37d6a80da4b88f1 (diff)
downloadacf-openvpn-3459e6bf19a13f35e419b0adabf8c3456a0a5025.tar.bz2
acf-openvpn-3459e6bf19a13f35e419b0adabf8c3456a0a5025.tar.xz
Rewrite of openvpn to use cfes and new style. Added ability to edit/create/delete configs. Combined three view functions into one. Added a new status and moved old status to listconfigs. Still needs work, including ability to start/stop/restart.v0.3.0
git-svn-id: svn://svn.alpinelinux.org/acf/openvpn/trunk@1611 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'openvpn-peminfo-html.lsp')
-rw-r--r--openvpn-peminfo-html.lsp40
1 files changed, 0 insertions, 40 deletions
diff --git a/openvpn-peminfo-html.lsp b/openvpn-peminfo-html.lsp
deleted file mode 100644
index 070399f..0000000
--- a/openvpn-peminfo-html.lsp
+++ /dev/null
@@ -1,40 +0,0 @@
-<% local view = ... %>
-<html>
-<body>
-<h1>Certificate Info 'xxx.conf'</h1>
-<h2>General</h2>
-
-<dt>Serial</dt>
-<dd>xxx</dd>
-
-<dt>Common name</dt>
-<dd>xxx</dd>
-
-<dt>Country</dt>
-<dd>xxx</dd>
-
-<dt>State or Province</dt>
-<dd>xxx</dd>
-
-<dt>City</dt>
-<dd>xxx</dd>
-
-<dt>Company</dt>
-<dd>xxx</dd>
-
-<dt>Departement II</dt>
-<dd>xxx</dd>
-
-<dt>e-mail</dt>
-<dd>xxx</dd>
-
-<dt>Status</dt>
-<dd>xxx</dd>
-
-<h2>Certificate Details</h2>
-
-<textarea></textarea>
-
-
-</body>
-</html>