From 736d860f1c9171512132de7f5ff67c1ed2cf008d Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 22 Oct 2008 18:50:22 +0000 Subject: Modified viewfunctions to split displayform, creating displayformstart and displayformend, to provide flexibility while still using the library. Also added support for hidden fields - including a common redir field. Removed redirectOnSuccess from controllerfunctions handle_form, and replaced it with the redir field. Removed redirectOnSuccess from controllers that used it and added handlecommandresults and redir entries to links and forms throughout many views. This will cause a redirect to the originating view when a form is successfully completed. acf_www-controller now includes orig_action in page_info to report the original action launched by the user. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1560 ab2d0c66-481e-0410-8bed-d214d4d58bed --- health-system-html.lsp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'health-system-html.lsp') diff --git a/health-system-html.lsp b/health-system-html.lsp index 69f3dad..8ee3572 100644 --- a/health-system-html.lsp +++ b/health-system-html.lsp @@ -7,8 +7,7 @@
<%= view.value.uname.value %>

Uptime

-
<%= view.value
-.uptime.value %>
+
<%= view.value.uptime.value %>

Time/TimeZone

<%= view.value.date.value %>
-- cgit v1.2.3