From 913b0dbe7a980d2c72a052e397f082050f072836 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Wed, 2 Apr 2008 08:49:15 +0000 Subject: Show autostart sequence. Disable not working config-tab. Hiding management-buttons because there exists no /etc/init.d/fetchmail script. git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@889 ab2d0c66-481e-0410-8bed-d214d4d58bed --- fetchmail-expert-html.lsp | 42 ++++++++++++++++++++---------------------- 1 file changed, 20 insertions(+), 22 deletions(-) (limited to 'fetchmail-expert-html.lsp') diff --git a/fetchmail-expert-html.lsp b/fetchmail-expert-html.lsp index 0a36abb..597e162 100644 --- a/fetchmail-expert-html.lsp +++ b/fetchmail-expert-html.lsp @@ -49,7 +49,7 @@ end

SYSTEM INFO

@@ -77,32 +77,30 @@ configform(myform,tags) ?> - - -
-

MANAGEMENT

-
-
-
- - - - - -
- 0) then ?> -
Previous action result
-
- -
-
+ io.write('
') + io.write('

MANAGEMENT

') + io.write('
') + io.write('
' .. cmdform[tags[1]]["label"] .. '
') + io.write('
') + for k,v in pairs(tags) do + if (cmdform[v]) then + io.write(html.form[cmdform[v].type](cmdform[v])) + end + end + io.write('
') - + if (cmdresult) and (cmdresult.action) and (#cmdresult.action.descr > 0) then + io.write('
' .. cmdresult.label .. '
') + io.write('
' .. cmdresult.action.descr .. '
') + end + io.write('
') +end ?>