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