X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/53885bccd7945b6d1d39baef16290e086ce97027..ee6729ebef0926a2a8ceb8a96a987797075e46f9:/latin.plp diff --git a/latin.plp b/latin.plp index 58c103f..56f9d03 100644 --- a/latin.plp +++ b/latin.plp @@ -2,7 +2,7 @@ Html({ title => 'latin alphabet cheat sheet', - version => '1.3', + version => '1.4', description => [ ], keywords => [qw' @@ -17,83 +17,9 @@ Html({ :> @@ -127,6 +57,15 @@ if ($! or $@) { Alert("Table data not found", $@ || $!); } else { + say '\n"; + my %VOWELCOLS = (map { ($_ => 1) } 0, 4, 8, 14, 20, 24); say ''; say '', $id; - say '
# ASCII − 64'; @@ -137,7 +76,9 @@ else { my ($id, $info) = @{$row}; printf '
', $info->{title} // ucfirst $id; + my $th = 'th'; + $th .= sprintf ' title="%s"', $_ for $info->{title} || (); + say "<$th>", $info->{name} // ucfirst $id; my $colspan = 1; my $col = 0; @@ -174,5 +115,7 @@ else { :> - +