![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Slide 11 : 26 |
(load "html4-extended-loading-stuff.scm") (html-write (html-page "Another LAML Example" (table-by-rows 1 (row "" "Germany" "Denmark" "USA") (row "Currency" "DMark" "Kroner" "Dollar") (row "Prime minister" "Schröder" "Rasmussen" "-") (row "President" "??" "-" "Clinton") ) (p) (a-tag "../goerlitz.html" "Top level lecture page") ) ) |
|
|
|