diff options
author | Mika Havela <mika.havela@gmail.com> | 2008-04-03 13:11:48 +0000 |
---|---|---|
committer | Mika Havela <mika.havela@gmail.com> | 2008-04-03 13:11:48 +0000 |
commit | 463845c548bff6b75d49cb410108818a8bf30de1 (patch) | |
tree | b8102baedb779dca433108382f38f84b446de9fd /openvpn-peminfo-html.lsp | |
parent | 8bb8b4a6782a3d795e1cbdfb6ee265338b5005b2 (diff) | |
download | acf-openvpn-463845c548bff6b75d49cb410108818a8bf30de1.tar.bz2 acf-openvpn-463845c548bff6b75d49cb410108818a8bf30de1.tar.xz |
Renamed functions by removing _ sign in functionnames.
git-svn-id: svn://svn.alpinelinux.org/acf/openvpn/trunk@905 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'openvpn-peminfo-html.lsp')
-rw-r--r-- | openvpn-peminfo-html.lsp | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/openvpn-peminfo-html.lsp b/openvpn-peminfo-html.lsp new file mode 100644 index 0000000..5f048b4 --- /dev/null +++ b/openvpn-peminfo-html.lsp @@ -0,0 +1,40 @@ +<? 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> |