latin: header row with sequence number
[sheet.git] / latin.plp
index 897fe0a086e67ae51be5270ba4f0a02784917083..b63114cbb4c3c9e8dc6d91355d5894ae6222768d 100644 (file)
--- 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;
        }
@@ -122,6 +125,10 @@ if ($! or $@) {
 else {
        my %VOWELCOLS = (map { ($_ => 1) } 0, 4, 8, 14, 20, 24);
        say '<table class="glyphs">';
+       say '<thead><tr><th># <small>ASCII − 64</small>';
+       print '<td>', $_ for 1 .. 26;
+       say '</thead>';
+
        for my $row (pairs @table) {
                my ($title, $cells) = @{$row};
                printf '<tr id="%s">', (lc $title) =~ s/<[^>]+>//gr =~ s/\s+/-/gr;