Commit 561d357f6de9174233c981f3a97aabdd7959a5a1

Authored by totoro
1 parent 709d0a05

some typo and comment

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,13 +5,16 @@
5 *Title* Making interactive Web sites. 5 *Title* Making interactive Web sites.
6 6
7 *Copyright* Copyright (c) Alain Prouté 2004-2005. 7 *Copyright* Copyright (c) Alain Prouté 2004-2005.
8 - Copyright (c) Calexium 2007. 8 + Copyright (c) Calexium 2007-2015.
9 9
10 10
11 *Authors* Alain Prouté 11 *Authors* Alain Prouté
12 David René 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 *Overview* 20 *Overview*
@@ -1288,21 +1291,21 @@ public type HTML_Off_Form: @@ -1288,21 +1291,21 @@ public type HTML_Off_Form:
1288 actioner (Actioner_Connection, Actioner_Target, Actioner_Aspect, 1291 actioner (Actioner_Connection, Actioner_Target, Actioner_Aspect,
1289 String action_name, List((String,String)) extra_ops, 1292 String action_name, List((String,String)) extra_ops,
1290 List(Actioner_Local_Action), String form_name), 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 Maybe((String,List((String,String)))) action), 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 String action_name, List((String,String)) extra_ops, 1302 String action_name, List((String,String)) extra_ops,
1300 HTML_In_Form content), 1303 HTML_In_Form content),
1301 in_form (HtmlId form_id, HTML_In_Form content), 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 div (List(CoreAttrs), HTML_Partial_Content p_content), 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 List(CSS_Style) /*styles*/, 1309 List(CSS_Style) /*styles*/,
1307 List(CSS_File) /*css_files*/, 1310 List(CSS_File) /*css_files*/,
1308 List(JS_File) /*js_files*/, 1311 List(JS_File) /*js_files*/,