Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -5,12 +5,12 @@ trows([],_) --> []. trows([R|T], N) --> html(tr([td(N),\trow(R)])), { N1 is N +
|
|||
trow([]) --> []. trow([E|T]) --> html(td(E)), trow(T).
|
||||
|
||||
table :-
|
||||
Header = ['X','Y','Z'],
|
||||
Rows = [
|
||||
[7055,5334,5795],
|
||||
[2895,3019,7747],
|
||||
[140,7607,8144],
|
||||
[7090,475,4140]
|
||||
],
|
||||
phrase(html(table([tr(\theader(Header)), \trows(Rows,1)])), Out, []),
|
||||
print_html(Out).
|
||||
Header = ['X','Y','Z'],
|
||||
Rows = [
|
||||
[7055,5334,5795],
|
||||
[2895,3019,7747],
|
||||
[140,7607,8144],
|
||||
[7090,475,4140]
|
||||
],
|
||||
phrase(html(table([tr(\theader(Header)), \trows(Rows,1)])), Out, []),
|
||||
print_html(Out).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue