Inserts a small blurb of text describing a term with a link.
The following parameters are recognized:
The name of the anchor point.
The label that appears above to reference this foot note.
The text which describes the footnote.
Inserts a single footnote definition into the footnote table. See @footNoteTableBegin() for a nice example.
Example of using the macro:
@footNote("https://www.networksecuritytoolkit.org","NST","The Linux based network security toolkit Ron and Paul have been working on.")
Assuming the com.ccg.macros.at.All
class is within your CLASSPATH
and the
config/html.at
macros file has been
generated (Hint: run make atmacros in the
wui
directory), a developer should be able to
run the above example by copy/pasting from below:
[root@probe root]#
java com.ccg.macros.at.All <<EOF
@include("config/html.at",,"d")
@footNote("https://www.networksecuritytoolkit.org","NST","The Linux based network security toolkit Ron and Paul have been working on.")
EOF
This macro is defined as:
@htmlEntity("tr"," @htmlEntity("td","@htmlEntity("a","@param(1)"," @htmlAttr("name","@param(0)") @htmlAttr("style","vertical-align: super; font-size: 75%;")")"," @htmlAttr("valign","top")") @htmlEntity("td","@param(2)"," @htmlAttr("style","font-size: 80%;")")")