From 667b95b5d8c1fbad40c99d2e7b59da6be67fe9f2 Mon Sep 17 00:00:00 2001 From: totoro Date: Thu, 2 Apr 2020 17:16:52 +0900 Subject: [PATCH] make minimal web site compiling --- calexium_lib | 2 +- calexium_lib_examples/web/minimal_web_site_vc.anubis | 7 +++---- minimal_web_site.aproj | 4 ++++ 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/calexium_lib b/calexium_lib index 313825c..b4832bd 160000 --- a/calexium_lib +++ b/calexium_lib @@ -1 +1 @@ -Subproject commit 313825c85c61d112f5a0f8debb57c8aa2d5ebf82 +Subproject commit b4832bd7d992724f9f9f38115de996f8cc42a99c diff --git a/calexium_lib_examples/web/minimal_web_site_vc.anubis b/calexium_lib_examples/web/minimal_web_site_vc.anubis index 1a3ec96..1bfdfd9 100644 --- a/calexium_lib_examples/web/minimal_web_site_vc.anubis +++ b/calexium_lib_examples/web/minimal_web_site_vc.anubis @@ -94,8 +94,7 @@ define WEB_Controller_Result ( WEB_Session _session )= - with lwa = _session.lwa - + with lwa = *_session.web_request.lwa, http_answer( html_page ( @@ -110,8 +109,8 @@ define WEB_Controller_Result ], // content of the page - [center(text("This is the 'Example 1' web site.")), br, - text("Login from :"+] + div([center(text("This is the 'Example 1' web site.")), br, + text("Login from :")]) ) )) . diff --git a/minimal_web_site.aproj b/minimal_web_site.aproj index 8825c04..f4d2e7c 100644 --- a/minimal_web_site.aproj +++ b/minimal_web_site.aproj @@ -35,6 +35,7 @@ + @@ -42,6 +43,7 @@ + @@ -101,6 +103,8 @@ + + -- libgit2 0.21.4