a-name | (a-name name) | Name the current place by means of an a tag with name attribute
|
a-tag | (a-tag url . anchor) | Return an a tag constructructed from the URL and the anchor. |
a-tag-target | (a-tag-target url anchor target) | A variant of a tag which supports a target attribute of the a-tag (where in browser to show the result). |
alphabetic-link-array | (alphabetic-link-array) | Return an 'array' of letter links to #letter
|
alphabetic-link-array-1 | (alphabetic-link-array-1 target-file-prefix alphabet . emphasis-letter) | Return an 'array' of letter links to (string-append target-file-prefix "-" letter ".html") for all letters in alphabet. |
bl | (bl lst) | A large, red bulleted list. |
blockquote-1 | (blockquote-1 x) | Present the string converted x in a blockquote tag. |
box | (box text [width]) | Embed text in an invisible (border-less) table with one cell. |
br-list | (br-list lst) | Return a flat list, separate by breaks. |
brl | (brl lst) | A convenient alias for br-list |
bullet-list | (bullet-list lst bullet-size bullet-color) | Render lst as a bulleted list. |
center-frame | (center-frame indentation text) | Embed text into a centered frame
|
character-entity | (character-entity x) | If x is a number return a numbered character entity. |
checkbox | (checkbox name . checked) | Return an input tag of type checkbox. |
cite-1 | (cite-1 x) | Present x in a blockquote tag. |
color-frame | (color-frame text color) | Embed text into a color frame. |
color-frame-width | (color-frame-width text color width) | As color-frame, but this function supports and extra widht parameter. |
colorize-substrings | (colorize-substrings str region-color-list) | This is an advanced function which make font changes to substrings of str. |
con | (con . elements) | Aggregates the parameters of a html mirror function to a single string. |
con-par | (con-par . string-list-0) | Like con from the general library, but insert a p tag between all strings in string-list
Forward compatible with the validating mirror functions. |
con-space | (con-space . string-list-0) | Like con from the general library, but insert a space between all strings in string-list
Forward compatible with the validating mirror functions. |
copyright | copyright | The copyright character entity
|
copyright-owner | (copyright-owner x) | Embed x into a copyright indication
|
definition-list | (definition-list lst) | Make a definition list. |
dl-1 | (dl-1 list) | A convenient alias for definition-list. |
doctype-clause | (doctype-clause) | The HTML4.0 loose document type clause
|
file-upload | (file-upload name) | Return an input tag of type file. |
font-1 | (font-1 size color x) | Returns a font tag with size and color attributes. |
font-color | (font-color color x) | Like font, but only supports color. |
font-rise | (font-rise str base-size) | Return a html fonted version of str. |
font-size | (font-size size x) | Like font, but only supports size. |
form-1 | (form-1 cgi-url x) | Embed x in to form, which activates url upon form completion. |
frame-1 | (frame-1 text) | Shown text in a simple frame. |
frame-width | (frame-width text width) | Like frame, but with an extra width parameter. |
general-page-message | general-page-message | A message (string) which is presented at the top of every page generated. |
h | (h i x) | Returns h tags, h1 if i=1, h2 if i=2, etc. |
hidden-line | (hidden-line name value) | Return an input tag of type hidden. |
horizontal-space | horizontal-space | Return n space special characters
|
hr-1 | (hr-1 . size) | Return a horizontal rule, a hr tag. |
html-appender | (html-appender element) | Generate a function which appends element. |
html-protect | (html-protect str) | Protect HTML tags such that an HTML document can be shown verbatim in a browser. |
image-file | (image-file file-name) | Return the full path/address of the image file named file-name. |
image-file-path | (image-file-path) | Determination of the actual file path to images in html files. |
img-0 | (img-0 file-name . width) | Return an img tag, in which a file on file-name is presented. |
img-with-border | (img-with-border file-name . width) | A variant of img which presents an image with a border
|
in-danish | (in-danish str) | Translate the Danish letters in str to a string with appropriate use of HTML character entities. |
indent-pixels | (indent-pixels p text) | Indent text with p pixels
|
js-call | (js-call function-name parameters) | Return a Javascript calling form, given function function-name and parameters. |
js-string-array | (js-string-array elements) | Return a manifest javascript array given its elements
|
kn-internet-image-path | kn-internet-image-path | The URL where the author of this library keeps a number of images (icons). |
laml-home-button | (laml-home-button extra-level text-or-image . start-dir) | Return an HTML a tag (anchor) which links to the LAML software home page via an small gif icon. |
laml-top-banner | (laml-top-banner) | Return the standard LAML top banner with time of generation, copyright, and home icon
|
left-middle-right-banner | (left-middle-right-banner left middle right) | Return a banner with left, middle, and right justified contributions. |
left-right-banner | (left-right-banner left right) | Return a banner with left and right justified contributions. |
mail-link | (mail-link email-adr . anchor-name) | Return a mail link by means of the mailto facility in an a tag. |
mini-menu | (mini-menu mini-menu-list dark-color) | Makes a horizontal menu menu in terms of a table with links. |
multi-column-list | (multi-column-list columns elements total-width) | Return a multi-column list, row major, with columns columns. |
multipart-form | (multipart-form cgi-url target-directory target-directory-url x) | Embed x into a multipart form. |
n-column-list | (n-column-list n elements total-width) | Return an n column list, column-major, of the element list (second parameter). |
narrow | (narrow separator-fn width . contents-list) | Present the contents-list, which is a list of elements, in a narrow
column of width, separated with activations of separator-fn. |
narrow-with-pixels | (narrow-with-pixels p text) | Show text in a column, narrowed from both left and right with p pixels
|
ol-1 | (ol-1 list) | A convenient alias for ordered-list. |
ordered-list | (ordered-list lst) | Return an ol (ordered list) tag. |
p-1 | (p-1 . x) | Present a p tag (paragraph). |
page | (page title body . color-list) | Return a simple HTML page with html, head and title tags. |
page-1 | (page-1 title meta-contributions body bg-color text-color link-color vlink-color . optional-parameter-list) | Return an HTML page with html, head, meta and title tags. |
page-with-keypress-script | (page-with-keypress-script title meta-contributions body script-loading script keypress-action bg-color text-color link-color vlink-color . optional-parameter-list) | A version of the page and page-1 functions with Javascript scripts as a new fourth to sixth parameter. |
password-line | (password-line name size value) | Return an input tag of type password. |
post-page | (post-page) | Return the part of an HTML page after the body. |
post-page-with-comments | (post-page-with-comments) | Return the part of an HTML page after the body together with trailing laml standard comment and tracing comment. |
pre-page | (pre-page title . color-list) | Return the part of an HTML page before the body. |
pre-page-with-keypress-script | (pre-page-with-keypress-script title meta-contributions script-loading script keypress-action bg-color text-color link-color vlink-color . optional-par) | Return a pre-page, without body and trailing html stuff. |
radio-button | (radio-button value group-name . checked) | Return an input tag of type radio. |
reset | (reset value) | Return an input tag of type reset. |
select-1 | (select-1 name value-list contents-list . selected-value) | Return a select tag, defining multiple choice menu. |
set-image-file-path! | (set-image-file-path! mode) | Set the image-file-access variable. |
space | (space n) | Return n space special characters (horizontal space)
|
submit | (submit value [name]) | Return an input tag of type submit. |
table-0 | (table-0 list-of-list . border) | Return a table with elements from list-of-list. |
table-1 | (table-1 border cell-width-list cell-color-list-1 list-of-list . valign) | A more versatile variant of table-0. |
table-2 | (table-2 border cell-width-list cell-color-list-1 header-list list-of-list) | A variant of table and table-1 which supports a header row. |
table-3 | (table-3 border cell-width-list list-of-list . valign) | A transparant variant of table-1 - without specification of a column color list. |
table-4 | (table-4 border cell-width-list row-color-list list-of-list . valign) | A variant of table-1 with a row color list instead of a column color list. |
table-5 | (table-5 border cell-width-list list-of-color-list list-of-list . valign) | A variant of table-4 that allows individual background coloring of table cells. |
text-line | (text-line name size value) | Return an input tag of type text. |
textarea-1 | (textarea-1 name rows cols contents) | Return a textarea form. |
timed-page | (timed-page title show-time continuation-url meta-contributions body bg-color text-color link-color vlink-color . optional-parameter-list) | A variant of page-1 and page-with-keypress-script which includes show-time (in seconds) and continuation-url. |
timed-page-with-keypress-script | (timed-page-with-keypress-script title show-time continuation-url meta-contributions body script-loading script keypress-action bg-color text-color link-color vlink-color . optional-parameter-list) | A combination of time-page and page-with-keypress-script (with timed-page as starting point). |
two-column-list | (two-column-list elements total-width) | Return a two column list, column major. |
ul-1 | (ul-1 list) | A convenient alias for unordered-list. |
ul-tree | (ul-tree tree) | Show tree as an indented, bulleted list. |
unordered-list | (unordered-list lst) | Return an ul (uordered list) tag. |
vertical-space | (vertical-space n) | Return n vertical spaces, i.e., n p tags
|
write-html-page | (write-html-page file header body) | Write a HTML page consisting of header and body to file. |