Commit 109beea10e8ddc7d4b17ccafdbfbe65b023eeab0

Authored by David RENÉ
1 parent 4d6dfe86

switch to xlib

Showing 1 changed file with 3 additions and 4 deletions   Show diff stats
web/generic_table.anubis
... ... @@ -8,8 +8,7 @@
8 8  
9 9 *Author* Alain Prouté
10 10 *Author* Olivier Duvernois
11   -
12   -
  11 + *Author* David René (import into xlib)
13 12  
14 13 ----------------------------------------------------------------------------------------
15 14  
... ... @@ -17,8 +16,8 @@
17 16  
18 17  
19 18 read tools/basis.anubis
20   -read CXM_common.anubis
21   -read CXM_making_a_web_site.anubis
  19 +read common.anubis
  20 +read making_a_web_site.anubis
22 21  
23 22  
24 23 The purpose is to print on a html browser a table from a List($Data) using the function
... ...