fi
fi
if [[ $_links ]]; then
- print "<hr/>Links:<table border=1>"
+ print "<table border=1><caption>Links</caption>"
for p ($_links) {
getrel $page $p
[[ -d $p ]] && REPLY=$REPLY/index
fi
local bs=(${(oi)=${backs[$page]}})
if [[ $bs ]]; then
- print "<hr/>Backlinks:<table border=1>"
+ print "<table border=1><caption>Backlinks</caption>"
for p ($bs) {
getrel $page $p
print "<tr><td><a href=\"${REPLY}.html\">$p</a></td><td><tt>${mtimes[$p]}</tt></td></tr>"
fi
local bs=(${(oi)=${backs[$1]}})
if [[ $bs ]]; then
- print "<hr/>Backlinks:<table border=1>"
+ print "<table border=1><caption>Backlinks</caption>"
for p ($bs) {
getrel $page $p
print "<tr><td><a href=\"${REPLY}.html\">$p</a></td><td><tt>${mtimes[$p]}</tt></td></tr>"