Sha256: 4bfaf3b9bb7afc1b6f3ef855d66dee0abb17dfb386f5e85374a7f8675bac6acf

Contents?: true

Size: 940 Bytes

Versions: 50

Compression:

Stored size: 940 Bytes

Contents

<html>
  <head>
    <script>
      function subst() {
        var vars={};
        var x=document.location.search.substring(1).split('&');
        for(var i in x) {var z=x[i].split('=',2);vars[z[0]] = unescape(z[1]);}
        var x=['frompage','topage','page','webpage','section','subsection','subsubsection'];
        for(var i in x) {
          var y = document.getElementsByClassName(x[i]);
          for(var j=0; j<y.length; ++j) y[j].textContent = vars[x[i]];
        }
      }
    </script>
    <style>
      body { margin: 0; padding: 0; height: 2em }
      .header {
        font-size: 10pt;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #ccc;
        width: 100%;
      }
    </style>
  </head>
  <body onload="subst()">
    <table class="header">
      <tr>
        <td class="section"></td>
        <td style="text-align:right"><span class="page"></span></td>
      </tr>
    </table>
  </body>
</html>

Version data entries

50 entries across 50 versions & 4 rubygems

Version Path
vanity-4.0.4 doc/_layouts/_header.html
vanity-4.0.3 doc/_layouts/_header.html
vanity-4.0.2 doc/_layouts/_header.html
vanity-4.0.1 doc/_layouts/_header.html
vanity-4.0.0 doc/_layouts/_header.html
vanity-3.1.0 doc/_layouts/_header.html
vanity-3.0.2 doc/_layouts/_header.html
vanity-3.0.1 doc/_layouts/_header.html
vanity-3.0.0 doc/_layouts/_header.html
vanity-2.2.10 doc/_layouts/_header.html
vanity-2.2.9 doc/_layouts/_header.html
vanity-2.2.8 doc/_layouts/_header.html
vanity-2.2.7 doc/_layouts/_header.html
vanity-2.2.6 doc/_layouts/_header.html
vanity-2.2.4 doc/_layouts/_header.html
vanity-2.2.3 doc/_layouts/_header.html
vanity-2.2.2 doc/_layouts/_header.html
vanity-2.2.1 doc/_layouts/_header.html
vanity-2.2.0 doc/_layouts/_header.html
vanity-2.1.2 doc/_layouts/_header.html