From a73d96f30bbd0b3cf3fed30337c172c2405c11f7 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 28 Jul 2008 06:48:16 +0000 Subject: use <% %> instead of git-svn-id: svn://svn.alpinelinux.org/acf/openvpn/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed --- openvpn-statusinfo-html.lsp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'openvpn-statusinfo-html.lsp') diff --git a/openvpn-statusinfo-html.lsp b/openvpn-statusinfo-html.lsp index 2c28d05..000000f 100644 --- a/openvpn-statusinfo-html.lsp +++ b/openvpn-statusinfo-html.lsp @@ -1,4 +1,4 @@ - +<% local view = ... %>

Status

@@ -12,18 +12,18 @@ Bytes
Received Bytes
Sent - +<% for i = 1, table.maxn(view.clientlist) do %> - - - - - + <%= view.clientlist[i].CN %> + <%= view.clientlist[i].VIRTADDR %> + <%= view.clientlist[i].REALADDR %> + <%= view.clientlist[i].BYTESRCV %> + <%= view.clientlist[i].BYTESSND %> - + <%= view.clientlist[i].CONN %> - +<% end %> -- cgit v1.2.3