Commit c30dff60d19ed1016b5a2eecd3ca568db5ce2806

Authored by totoro
1 parent ab6e30d0

remove not need function and include files

Showing 1 changed file with 9 additions and 9 deletions   Show diff stats
web/CXM_form_field.anubis
@@ -15,16 +15,16 @@ read calexium_lib/web/CXM_making_a_web_site.anubis @@ -15,16 +15,16 @@ read calexium_lib/web/CXM_making_a_web_site.anubis
15 read calexium_lib/web/CXM_multihost_http_server.anubis 15 read calexium_lib/web/CXM_multihost_http_server.anubis
16 read calexium_lib/web/CXM_dojo.anubis 16 read calexium_lib/web/CXM_dojo.anubis
17 17
18 -read app_constants.anubis 18 + read app_constants.anubis
19 read app_version.anubis 19 read app_version.anubis
20 read web_pages/common/language_management.anubis 20 read web_pages/common/language_management.anubis
21 read web_pages/common/web_widgets.anubis 21 read web_pages/common/web_widgets.anubis
22 read calexium_lib/web/widgets/css_helper.anubis 22 read calexium_lib/web/widgets/css_helper.anubis
23 read tools/base_tools.anubis 23 read tools/base_tools.anubis
24 read utils.anubis 24 read utils.anubis
25 -read types/app_web_types.anubis 25 + read types/app_web_types.anubis
26 26
27 -define Text_Option 27 + define Text_Option
28 menu_state_to_class 28 menu_state_to_class
29 ( 29 (
30 MenuState state 30 MenuState state
@@ -39,14 +39,14 @@ define Text_Option @@ -39,14 +39,14 @@ define Text_Option
39 disabled then class("item_disabled") 39 disabled then class("item_disabled")
40 }. 40 }.
41 41
42 -public define HTML_Off_Form 42 + public define HTML_Off_Form
43 menu_title 43 menu_title
44 ( 44 (
45 String view_text 45 String view_text
46 ) = 46 ) =
47 literal("<h1 class=\"menu_title\">" + view_text + "</h1>"). 47 literal("<h1 class=\"menu_title\">" + view_text + "</h1>").
48 48
49 -public define HTML_Off_Form 49 + public define HTML_Off_Form
50 menu_entry 50 menu_entry
51 ( 51 (
52 String view_text, 52 String view_text,
@@ -59,7 +59,7 @@ public define HTML_Off_Form @@ -59,7 +59,7 @@ public define HTML_Off_Form
59 action, 59 action,
60 [])). 60 [])).
61 61
62 -public define HTML_Off_Form 62 + public define HTML_Off_Form
63 menu_entry 63 menu_entry
64 ( 64 (
65 String view_text, 65 String view_text,
@@ -72,7 +72,7 @@ public define HTML_Off_Form @@ -72,7 +72,7 @@ public define HTML_Off_Form
72 else 72 else
73 menu_entry(view_text, action, none). 73 menu_entry(view_text, action, none).
74 74
75 -public define HTML_Off_Form 75 + public define HTML_Off_Form
76 sub_menu_entry 76 sub_menu_entry
77 ( 77 (
78 String view_text, 78 String view_text,
@@ -86,14 +86,14 @@ public define HTML_Off_Form @@ -86,14 +86,14 @@ public define HTML_Off_Form
86 menu_entry(view_text, action, sub). 86 menu_entry(view_text, action, sub).
87 87
88 88
89 -public define HTML_Off_Form 89 + public define HTML_Off_Form
90 step_title 90 step_title
91 ( 91 (
92 String view_text 92 String view_text
93 ) = 93 ) =
94 literal("<h1 class=\"wizard_title\">" + view_text + "</h1>"). 94 literal("<h1 class=\"wizard_title\">" + view_text + "</h1>").
95 95
96 -public define HTML_Off_Form 96 + public define HTML_Off_Form
97 step_entry 97 step_entry
98 ( 98 (
99 String view_text, 99 String view_text,