digraphs: xorg-specific legend
authorMischa POSLAWSKY <perl@shiar.org>
Sun, 22 Feb 2015 19:19:11 +0000 (20:19 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 9 Jun 2015 03:43:42 +0000 (05:43 +0200)
digraphs.plp

index 718915dab4ed935c213ddefd96709ebf5bec7d2c..2b3446bd329affdba8f8fc603c83bd6c89f373f7 100644 (file)
@@ -116,7 +116,19 @@ for my $c1group (@chars) {
 print "</table>\n";
 print '<hr>' if exists $get{split};
 }
+
+if (exists $get{xorg}) {
 :>
+<div class="legend">
+       <table class="glyphs"><tr>
+       <td class="X l5">matching RFC-1345
+       <td class="X l3">matching proposal
+       <td class="X l2">unique to Xorg
+       <td class="X l1">conflict
+       <td class="X l0 ex">duplicate
+       </table>
+</div>
+<: } else { :>
 <div class="legend">
        <table class="glyphs"><tr>
        <td class="X Cc">control
@@ -149,3 +161,4 @@ print '<hr>' if exists $get{split};
        </table>
 </div>
 
+<: }