Commit f0610c454af74c81f0cf60f7bbea21150e741057

Authored by totoro
1 parent 44507542

[+] add partial_content function which permit to give in second argument a List …

…of HTML_Off_Form instead of sequence(...)
Showing 1 changed file with 8 additions and 1 deletions   Show diff stats
web/CXM_making_a_web_site.anubis
@@ -1497,7 +1497,14 @@ public define HTML_Row(HTML_In_Form) @@ -1497,7 +1497,14 @@ public define HTML_Row(HTML_In_Form)
1497 up to the value of the parameter $T), which correspond to elements which may be put 1497 up to the value of the parameter $T), which correspond to elements which may be put
1498 anywhere in the page. 1498 anywhere in the page.
1499 1499
1500 - 1500 +public define HTML_Partial_Content
  1501 + partial_content
  1502 + (
  1503 + List(HTML_Head_Tag) tags,
  1504 + List(HTML_Off_Form) content
  1505 + )=
  1506 + partial_content(tags, sequence(content)).
  1507 +
1501 public define HTML_Partial_Content 1508 public define HTML_Partial_Content
1502 partial_content 1509 partial_content
1503 ( 1510 (