From 5efdb63c96edeebcc4accd7d34c5b7b7d2b8bd1d Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Mon, 3 Mar 2008 17:04:09 +0000 Subject: Added sortnumbers to the menu-file. Small graphical updates to the view-files. git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@798 ab2d0c66-481e-0410-8bed-d214d4d58bed --- dhcp-createnet-html.lsp | 3 ++- dhcp-editnet-html.lsp | 2 ++ dhcp-editspc-html.lsp | 3 ++- dhcp-home-html.lsp | 12 ++++++++++-- dhcp-settings-html.lsp | 2 ++ dhcp.menu | 4 ++-- 6 files changed, 20 insertions(+), 6 deletions(-) diff --git a/dhcp-createnet-html.lsp b/dhcp-createnet-html.lsp index be22e05..1b172a3 100644 --- a/dhcp-createnet-html.lsp +++ b/dhcp-createnet-html.lsp @@ -11,7 +11,7 @@ io.write("

" .. form.errcode.msg .. "

") end ?> - +
" method="POST"> @@ -72,4 +72,5 @@
Cancel and go back
method="POST">
+
diff --git a/dhcp-editnet-html.lsp b/dhcp-editnet-html.lsp index d5cf0cf..694a74f 100644 --- a/dhcp-editnet-html.lsp +++ b/dhcp-editnet-html.lsp @@ -28,6 +28,7 @@ option.controller .. "/" .. option.action .. option.extra) ?>" method="POST"> +
Name
@@ -78,6 +79,7 @@ ?> +
" method="POST"> diff --git a/dhcp-editspc-html.lsp b/dhcp-editspc-html.lsp index a8197d7..166eeef 100644 --- a/dhcp-editspc-html.lsp +++ b/dhcp-editspc-html.lsp @@ -22,7 +22,7 @@ them unless you know what you are doing.

Submit/Cancel

- +
Submit above settings
@@ -31,5 +31,6 @@ them unless you know what you are doing.
Cancel and go back
" method="POST">
+
diff --git a/dhcp-home-html.lsp b/dhcp-home-html.lsp index 5055fad..9bfc6cf 100644 --- a/dhcp-home-html.lsp +++ b/dhcp-home-html.lsp @@ -6,6 +6,7 @@

Home

System info

+
Program version
@@ -19,11 +20,13 @@

+

Change/Generate settings

Global

+
Edit global settings
" method="POST"> @@ -34,9 +37,11 @@
" method="POST">
+

Subnet declarations

+
Edit subnet
" method="POST">
+

Generate config

- +
Generate Configuration File
" method="POST">
" .. form.genmsg .. "

" ) end ?>
+

View files

- +
" method="POST">
View dhcpd.conf
@@ -70,5 +77,6 @@
View dhcpd.leases
+
diff --git a/dhcp-settings-html.lsp b/dhcp-settings-html.lsp index f8eb173..1654d29 100644 --- a/dhcp-settings-html.lsp +++ b/dhcp-settings-html.lsp @@ -12,6 +12,7 @@ end ?> +
" method="POST"> @@ -32,5 +33,6 @@
Cancel and go back
method="POST">
+
diff --git a/dhcp.menu b/dhcp.menu index 0f577e3..8cb8b26 100644 --- a/dhcp.menu +++ b/dhcp.menu @@ -1,4 +1,4 @@ # Prefix and controller are already known at this point # Cat Group Tab Action -Networking DHCP_Server Home home -Networking DHCP_Server Help help +Networking 10DHCP Home home +Networking 10DHCP Help help -- cgit v1.2.3