Commit 24253864d4261042510e4b85ed9ff981c144e0d5
Merge branch 'release/ANUBIS_1_14' of ssh://gitlab.calexium.com:33022/calexium/c…
…alexium_lib into release/ANUBIS_1_14
Showing
1 changed file
with
15 additions
and
12 deletions
Show diff stats
web/CXM_making_a_web_site.anubis
| ... | ... | @@ -5,13 +5,16 @@ |
| 5 | 5 | *Title* Making interactive Web sites. |
| 6 | 6 | |
| 7 | 7 | *Copyright* Copyright (c) Alain Prouté 2004-2005. |
| 8 | - Copyright (c) Calexium 2007. | |
| 8 | + Copyright (c) Calexium 2007-2015. | |
| 9 | 9 | |
| 10 | 10 | |
| 11 | 11 | *Authors* Alain Prouté |
| 12 | 12 | David René |
| 13 | + Jérémy Larrieu | |
| 14 | + Julien Vernueil | |
| 15 | + | |
| 13 | 16 | |
| 14 | - *Revised* May 2007 | |
| 17 | + *Revised* May 2015 | |
| 15 | 18 | |
| 16 | 19 | |
| 17 | 20 | *Overview* |
| ... | ... | @@ -1288,21 +1291,21 @@ public type HTML_Off_Form: |
| 1288 | 1291 | actioner (Actioner_Connection, Actioner_Target, Actioner_Aspect, |
| 1289 | 1292 | String action_name, List((String,String)) extra_ops, |
| 1290 | 1293 | List(Actioner_Local_Action), String form_name), |
| 1291 | - foreign_link_new (Actioner_Target, Actioner_Aspect, String url), | |
| 1292 | - foreign_link (List(Text_Option), String url), | |
| 1293 | - foreign_link (List(Text_Option), String url, String name), | |
| 1294 | - private_download (String abs_path, String name, String extra_ext, | |
| 1294 | + foreign_link_new (Actioner_Target, Actioner_Aspect, String url), | |
| 1295 | + foreign_link (List(Text_Option), String url), | |
| 1296 | + foreign_link (List(Text_Option), String url, String name), | |
| 1297 | + private_download (String abs_path, String name, String extra_ext, | |
| 1295 | 1298 | Maybe((String,List((String,String)))) action), |
| 1296 | - label (String name), | |
| 1297 | - form (HtmlId form_id, List(CoreAttrs), HTML_In_Form content), | |
| 1298 | - form (HtmlId form_id, List(CoreAttrs), | |
| 1299 | + label (String name), | |
| 1300 | + form (HtmlId form_id, List(CoreAttrs), HTML_In_Form content), | |
| 1301 | + form (HtmlId form_id, List(CoreAttrs), | |
| 1299 | 1302 | String action_name, List((String,String)) extra_ops, |
| 1300 | 1303 | HTML_In_Form content), |
| 1301 | 1304 | in_form (HtmlId form_id, HTML_In_Form content), |
| 1302 | - div (List(CoreAttrs), HTML_Off_Form content), | |
| 1305 | + div (List(CoreAttrs), HTML_Off_Form content), | |
| 1303 | 1306 | div (List(CoreAttrs), HTML_Partial_Content p_content), |
| 1304 | - div_empty (List(CoreAttrs)), | |
| 1305 | - iframe (List(CoreAttrs), | |
| 1307 | + div_empty (List(CoreAttrs)), | |
| 1308 | + iframe (List(CoreAttrs), | |
| 1306 | 1309 | List(CSS_Style) /*styles*/, |
| 1307 | 1310 | List(CSS_File) /*css_files*/, |
| 1308 | 1311 | List(JS_File) /*js_files*/, | ... | ... |