charset: utf-8 byte function table
[sheet.git] / digraphs.plp
index b4d3d01c7b8e7fe6875e4a03da271b10918b842d..73189c9d0522ae66f162bacf27e4ba13a1a1d0d0 100644 (file)
@@ -16,16 +16,22 @@ $header{content_type} = 'text/html; charset=utf-8';
 <head>
 <title>digraph cheat sheet</title>
 <meta http-equiv="content-type" content="utf-8">
-<link rel="stylesheet" type="text/css" media="all" href="digraphs.css">
+<link rel="stylesheet" type="text/css" media="all" href="/base.css"><:
+       my %styles = map {$_ => $_} qw(dark circus mono red terse);
+       our $style = exists $get{style} && $styles{$get{style}} || 'light';
+       printf(qq{\n<link rel="%s" type="text/css" media="all" href="%s" title="%s">},
+               $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "$_.css", $_
+       ) for keys %styles;
+:>
 </head>
 
-<body>
+<body id="digraphs">
 <h1>RFC-1345 Digraphs</h1>
 
 <p>i^k in <a href="/">Vim</a>.
 Also see <a href="/unicode">common digraphs</a>.</p>
 
-<p style="font-size:72%">Unofficial <span class="Xz">proposals</span>
+<p class="aside">Unofficial <span class="Xz">proposals</span>
 are available as <a href="/digraphs.vim">ex commands</a>.</p>
 
 <:
@@ -87,7 +93,7 @@ for my $c1group (@chars) {
 }
 print "</table>\n";
 :>
-<div id="legend">
+<div class="legend">
        <table class="glyphs"><tr>
        <td class="X Cc">control
        <td class="X Zs"><span>spacing</span>
@@ -117,7 +123,7 @@ print "</table>\n";
        </table>
 </div>
 
-<p id="footer">
+<p class="footer">
        <a href="http://sheet.shiar.nl/" rel="home">sheet.shiar.nl</a>/digraphs
        <a href="git://dev.shiar.nl/sheet" rel="vcs-git" title="Git repository"><:= "v$VERSION" :></a>
        created by <a href="http://shiar.nl/" rel="author">Shiar</a> •