From c4b2fa84393771bfc9ee8d621507bcc637549ac0 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Thu, 20 Dec 2007 14:22:26 +0000 Subject: Changed view-files to reflect modificatsion in the new css git-svn-id: svn://svn.alpinelinux.org/acf/openvpn/trunk@438 ab2d0c66-481e-0410-8bed-d214d4d58bed --- openvpn-client_config-html.lsp | 34 ------------------------------- openvpn-logfile-html.lsp | 2 +- openvpn-pem_info-html.lsp | 2 +- openvpn-read-html.lsp | 44 +++++------------------------------------ openvpn-server_config-html.lsp | 36 --------------------------------- openvpn-status_info-html.lsp | 10 +++++----- openvpn-unknown_config-html.lsp | 37 +++------------------------------- 7 files changed, 15 insertions(+), 150 deletions(-) diff --git a/openvpn-client_config-html.lsp b/openvpn-client_config-html.lsp index c2395ca..03cbea3 100644 --- a/openvpn-client_config-html.lsp +++ b/openvpn-client_config-html.lsp @@ -3,39 +3,6 @@

Client config ''

- ------------- START DEBUG INFORMATION ------------ -

THIS VIEW CONTAINS THE FOLLOWING VARIABLES/TABLES

-") -for a,b in pairs(view) do - if not (type(b) == "table") then - print ("" .. a .. ": >" .. b .. "<
") - else - print ("" .. a .. ":...
") - for c,d in pairs(view[a]) do - if not (type(d) == "table") then - print (" { " .. c .. ": >" .. d .. "< }
") - else - print (" { " .. c .. ":...
") - for e,f in pairs(view[a][c]) do - if not (type(f) == "table") then - print (" { { " .. e .. ": >" .. f .. "< } }
") - else - print (" { { " .. e .. ":... (table is not visible at the moment)
") - end - end - end - end - end -a,b,c,d,e,f,g,h,i,j = nil,nil,nil,nil,nil,nil,nil,nil,nil,nil -end -print ("------------ END DEBUG INFORMATION ------------
") -?> - - - -

Client settings

Mode
@@ -98,7 +65,6 @@ print ("------------ END DEBUG INFORMATION ------------")
CRL Verify File
(client side)
- diff --git a/openvpn-logfile-html.lsp b/openvpn-logfile-html.lsp index 6eb05d5..0615b77 100644 --- a/openvpn-logfile-html.lsp +++ b/openvpn-logfile-html.lsp @@ -2,7 +2,7 @@

Logfile ''

- + diff --git a/openvpn-pem_info-html.lsp b/openvpn-pem_info-html.lsp index 028ba03..5f048b4 100644 --- a/openvpn-pem_info-html.lsp +++ b/openvpn-pem_info-html.lsp @@ -33,7 +33,7 @@

Certificate Details

- + diff --git a/openvpn-read-html.lsp b/openvpn-read-html.lsp index 75215ef..c75f4c7 100644 --- a/openvpn-read-html.lsp +++ b/openvpn-read-html.lsp @@ -4,45 +4,13 @@

Welcome

- - ------------- START DEBUG INFORMATION ------------ -

THIS VIEW CONTAINS THE FOLLOWING VARIABLES/TABLES

-") -for a,b in pairs(view) do - if not (type(b) == "table") then - print ("" .. a .. ": >" .. b .. "<
") - else - print ("" .. a .. ":...
") - for c,d in pairs(view[a]) do - if not (type(d) == "table") then - print (" { " .. c .. ": >" .. d .. "< }
") - else - print (" { " .. c .. ":...
") - for e,f in pairs(view[a][c]) do - if not (type(f) == "table") then - print (" { { " .. e .. ": >" .. f .. "< } }
") - else - print (" { { " .. e .. ":... (table is not visible at the moment)
") - end - end - end - end - end -a,b,c,d,e,f,g,h,i,j = nil,nil,nil,nil,nil,nil,nil,nil,nil,nil -end -print ("------------ END DEBUG INFORMATION ------------
") -?> - -

Available configs

- +
- - - - + + + + @@ -62,7 +30,5 @@ print ("------------ END DEBUG INFORMATION ------------")
Program version
- - diff --git a/openvpn-server_config-html.lsp b/openvpn-server_config-html.lsp index 511e48a..d6e177c 100644 --- a/openvpn-server_config-html.lsp +++ b/openvpn-server_config-html.lsp @@ -3,39 +3,6 @@

Server config ''

- - ------------- START DEBUG INFORMATION ------------ -

THIS VIEW CONTAINS THE FOLLOWING VARIABLES/TABLES

-") -for a,b in pairs(view) do - if not (type(b) == "table") then - print ("" .. a .. ": >" .. b .. "<
") - else - print ("" .. a .. ":...
") - for c,d in pairs(view[a]) do - if not (type(d) == "table") then - print (" { " .. c .. ": >" .. d .. "< }
") - else - print (" { " .. c .. ":...
") - for e,f in pairs(view[a][c]) do - if not (type(f) == "table") then - print (" { { " .. e .. ": >" .. f .. "< } }
") - else - print (" { { " .. e .. ":... (table is not visible at the moment)
") - end - end - end - end - end -a,b,c,d,e,f,g,h,i,j = nil,nil,nil,nil,nil,nil,nil,nil,nil,nil -end -print ("------------ END DEBUG INFORMATION ------------
") -?> - - -

Server settings

Mode
@@ -69,8 +36,6 @@ print ("------------ END DEBUG INFORMATION ------------")
Process running
>
- -

Certificate files

@@ -103,6 +68,5 @@ print ("------------ END DEBUG INFORMATION ------------")
- diff --git a/openvpn-status_info-html.lsp b/openvpn-status_info-html.lsp index 6aa3cdd..2c28d05 100644 --- a/openvpn-status_info-html.lsp +++ b/openvpn-status_info-html.lsp @@ -4,13 +4,13 @@

Status

Connected clients

-
ConfigTypeStatusConnected ClientsConfigTypeStatusConnected
Clients
Notes
+
- - - - + + + + diff --git a/openvpn-unknown_config-html.lsp b/openvpn-unknown_config-html.lsp index db577a7..fe8aa1f 100644 --- a/openvpn-unknown_config-html.lsp +++ b/openvpn-unknown_config-html.lsp @@ -3,37 +3,6 @@

Configuration file ''

- ------------- START DEBUG INFORMATION ------------ -

THIS VIEW CONTAINS THE FOLLOWING VARIABLES/TABLES

-") -for a,b in pairs(view) do - if not (type(b) == "table") then - print ("" .. a .. ": >" .. b .. "<
") - else - print ("" .. a .. ":...
") - for c,d in pairs(view[a]) do - if not (type(d) == "table") then - print (" { " .. c .. ": >" .. d .. "< }
") - else - print (" { " .. c .. ":...
") - for e,f in pairs(view[a][c]) do - if not (type(f) == "table") then - print (" { { " .. e .. ": >" .. f .. "< } }
") - else - print (" { { " .. e .. ":... (table is not visible at the moment)
") - end - end - end - end - end -a,b,c,d,e,f,g,h,i,j = nil,nil,nil,nil,nil,nil,nil,nil,nil,nil -end -print ("------------ END DEBUG INFORMATION ------------
") -?> - -

Details

File name
@@ -51,10 +20,10 @@ print ("------------ END DEBUG INFORMATION ------------")

Content

- - + + - + -- cgit v1.2.3
Common Name
Connected at
Virtual AddressReal AddressBytes ReceivedBytes SentVirtual AddressReal AddressBytes
Received
Bytes
Sent