From e4b39f4255aff6f974eb1a1e4e78fe01587814aa 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/core/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed --- app/acf-util/password-status-html.lsp | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'app/acf-util/password-status-html.lsp') diff --git a/app/acf-util/password-status-html.lsp b/app/acf-util/password-status-html.lsp index c16e0d6..26416ce 100755 --- a/app/acf-util/password-status-html.lsp +++ b/app/acf-util/password-status-html.lsp @@ -1,14 +1,14 @@ - - - +<% require("viewfunctions") %> +<% --[[ DEBUG INFORMATION io.write("

DEBUGGING

DEBUG INFO: CFE

") io.write(html.cfe_unpack(form)) io.write("
") --]] -?> +%> - +<% displaycommandresults({"deleteuser"}, session) %>

User Accounts

Create new account

@@ -17,26 +17,26 @@ io.write("")

Existing account

- -
+<% for name,user in pairs(form.value) do %> +
<%= name %>
- - + + - - + + - - + +
<%= user.value.userid.label %><%= user.value.userid.value %>
<%= user.value.username.label %><%= user.value.username.value %>
<%= user.value.roles.label %><%= table.concat(user.value.roles.value, " / ") %>
Option - [Edit this account] - [Delete this account] - [View roles for this account] + [Edit this account] + [Delete this account] + [View roles for this account]
- +<% end %>
-- cgit v1.2.3