Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -18,7 +18,7 @@ html::init
|
|||
puts [subst {
|
||||
[html::openTag table {summary="csv2html program output"}]
|
||||
[html::while {[rows size]} {
|
||||
[html::row {*}[html::quoteFormValue [rows get]]]
|
||||
[html::row {*}[html::quoteFormValue [rows get]]]
|
||||
}]
|
||||
[html::closeTag]
|
||||
}]
|
||||
|
|
|
|||
|
|
@ -37,9 +37,9 @@ foreach line [split $csvData "\n"] {
|
|||
# Generate the output
|
||||
puts [subst {
|
||||
[table {
|
||||
[tr [html::quoteFormValue [rows get]] {bgcolor="yellow"}]
|
||||
[html::while {[rows size]} {
|
||||
[tr [html::quoteFormValue [rows get]]]
|
||||
}]
|
||||
[tr [html::quoteFormValue [rows get]] {bgcolor="yellow"}]
|
||||
[html::while {[rows size]} {
|
||||
[tr [html::quoteFormValue [rows get]]]
|
||||
}]
|
||||
}]
|
||||
}]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue