X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/326fbcf9ca9db5fe6c04fe555093ace1076d12ab..ecafe82fb6cb293e9cf45a6a2f6474858f429221:/latin.plp diff --git a/latin.plp b/latin.plp index 7f94ebf..b63114c 100644 --- a/latin.plp +++ b/latin.plp @@ -24,12 +24,12 @@ Html({ #sütterlin td { font-family: Suetterlin } #ita2 td, #tap-code td, - #tap-simplified td { + #short-tap td { white-space: normal; word-spacing: 5em; /* force line break between words */ } #tap-code td, - #tap-simplified td { + #short-tap td { line-height: 1ex; } #ita2 td { @@ -49,6 +49,9 @@ Html({ td { white-space: nowrap; } + th { + width: auto !important; + } .sample { vertical-align: middle; @@ -59,17 +62,17 @@ Html({ margin-right: -10px; } #tap-code .sample, - #tap-simplified .sample { + #short-tap .sample { font-size: 80%; } #ita2 .sample, #tap-code .sample, - #tap-simplified .sample { + #short-tap .sample { word-spacing: 0; } #ita2 .sample span, #tap-code .sample span, - #tap-simplified .sample span { + #short-tap .sample span { margin-right: 1ex; white-space: nowrap; } @@ -120,7 +123,12 @@ if ($! or $@) { Alert("Table data not found", $@ || $!); } else { + my %VOWELCOLS = (map { ($_ => 1) } 0, 4, 8, 14, 20, 24); say ''; + say ''; + for my $row (pairs @table) { my ($title, $cells) = @{$row}; printf '', (lc $title) =~ s/<[^>]+>//gr =~ s/\s+/-/gr; @@ -133,13 +141,23 @@ else { $colspan++; next; } + my @class; + push @class ,'l0' if $VOWELCOLS{$col - $colspan}; + push @class, $_ ? 'ex' : 'u-invalid' if s/^-//; + print "\t 26) { + # special character for sample generation + print ' hidden'; # sample only + } + else { + print ' title=', chr($col + ord('A') - $colspan); + } if ($colspan > 1) { print " colspan=$colspan"; $colspan = 1; } - print ' hidden' if $col > 26; # sample only - print ' class=', $_ ? 'ex' : 'u-invalid' if s/^-//; + printf ' class="%s"', "@class" if @class; print '>'; say; }
# ASCII − 64'; + print '', $_ for 1 .. 26; + say '