diff --git a/web/CXM_common.anubis b/web/CXM_common.anubis index bf578a9..e97e460 100644 --- a/web/CXM_common.anubis +++ b/web/CXM_common.anubis @@ -115,7 +115,7 @@ public type Redirection: Now, you may also want to recover web argument values which have been encoded (by 'web_arg_encode'). In this case, use the following: -read web/CXM_web_arg_encode.anubis +read CXM_web_arg_encode.anubis public define Maybe($T) diff --git a/web/CXM_generic_form.anubis b/web/CXM_generic_form.anubis index c03ec4a..28d53fe 100644 --- a/web/CXM_generic_form.anubis +++ b/web/CXM_generic_form.anubis @@ -16,7 +16,7 @@ -read web/CXM_making_a_web_site.anubis +read CXM_making_a_web_site.anubis public type Mandatory: // used to mark fields as mandatory. diff --git a/web/CXM_generic_table.anubis b/web/CXM_generic_table.anubis index 2fd20a0..7c891c4 100644 --- a/web/CXM_generic_table.anubis +++ b/web/CXM_generic_table.anubis @@ -17,8 +17,8 @@ read tools/basis.anubis -read web/CXM_common.anubis -read web/CXM_making_a_web_site.anubis +read CXM_common.anubis +read CXM_making_a_web_site.anubis The purpose is to print on a html browser a table from a List($Data) using the function diff --git a/web/CXM_making_a_web_site.anubis b/web/CXM_making_a_web_site.anubis index 39fd2f8..cf757f4 100644 --- a/web/CXM_making_a_web_site.anubis +++ b/web/CXM_making_a_web_site.anubis @@ -1418,7 +1418,7 @@ public define String 'web_arg_encode'. The name of the file into which the state is saved is the concatenation of "s" and the name of the state. -read web/CXM_web_arg_encode.anubis +read CXM_web_arg_encode.anubis The tool below constructs the function which is able to save a state on the server's disk. diff --git a/web/CXM_multihost_http_server.anubis b/web/CXM_multihost_http_server.anubis index 3bf5491..00efe83 100644 --- a/web/CXM_multihost_http_server.anubis +++ b/web/CXM_multihost_http_server.anubis @@ -160,9 +160,9 @@ type 'Web_arg' is defined in 'web/common.anubis'. It has two alternatives, one for ordinary web arguments (pairs) and one for uploaded files. -read web/CXM_common.anubis +read CXM_common.anubis read tools/basis.anubis -read web/CXM_mime.anubis +read CXM_mime.anubis -- libgit2 0.21.4