Sha256: 1169d7f7b80e361db48ebc2121f4c303f0e17bb5ea51c86957d3e613fbebf0e2
Contents?: true
Size: 1.19 KB
Versions: 251
Compression:
Stored size: 1.19 KB
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></head><body style="border:0; margin: 0;" onload="subst()"> <!-- * [page] Replaced by the number of the pages currently being printed * [frompage] Replaced by the number of the first page to be printed * [topage] Replaced by the number of the last page to be printed * [webpage] Replaced by the URL of the page being printed * [section] Replaced by the name of the current section * [subsection] Replaced by the name of the current subsection * [title] Replaced by the title of the of the current page object * [doctitle] Replaced by the title of the output document --> <table style="width: 100%"> <tr> <td style="text-align:center"> Page <span class="page"></span> of <span class="topage"></span> </td> </tr> </table> </body></html>
Version data entries
251 entries across 64 versions & 1 rubygems