<% local view, viewlibrary, page_info, session = ... %> <% htmlviewfunctions = require("htmlviewfunctions") %> <% htmlviewfunctions.displayheader(view, page_info) htmlviewfunctions.displayitem(view.value.filename) htmlviewfunctions.displayitem(view.value.ipaddr) htmlviewfunctions.displayitem(view.value.iproute) if view.value.iptunnel.value ~= "" then htmlviewfunctions.displayitem(view.value.iptunnel) end %>