Sha256: 9bc8a63b4222b3fcd799b609fd7ffcd40ef6971128fbc33acdef1351fb6ce74d
Contents?: true
Size: 1.87 KB
Versions: 14
Compression:
Stored size: 1.87 KB
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <link rel="stylesheet" href="stylesheets/screen.css" type="text/css" media="screen" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title> <%= title %> </title> <script src="javascripts/rounded_corners_lite.inc.js" type="text/javascript"></script> <style> </style> <script type="text/javascript"> window.onload = function() { settings = { tl: { radius: 10 }, tr: { radius: 10 }, bl: { radius: 10 }, br: { radius: 10 }, antiAlias: true, autoPad: true, validTags: ["div"] } var versionBox = new curvyCorners(settings, document.getElementById("version")); versionBox.applyCornersToAll(); } </script> </head> <body> <div id="main"> <h1><%= title %></h1> <div id="version"> <!-- class="clickable" onclick='document.location = "<%= download %>"; return true' --> <p>Get Version</p> <a href="<%= download %>" class="numbers"><%= version %></a> <p>Featured in</p> <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&location=http%3A%2F%2Fwww.amazon.com%2FBeginning-Ruby-Novice-Professional-Experts%2Fdp%2F1590597664%2F&tag=drnic-20&linkCode=ur2&camp=1789&creative=9325" class="book"><img src="images/beginning-ruby.jpg" /></a> </div> <%= body %> <p class="coda"> <a href="mailto:drnicwilliams@gmail.com">Dr Nic</a>, <%= modified.pretty %><br> Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a> </p> </div> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-567811-2"; urchinTracker(); </script> </body> </html>
Version data entries
14 entries across 14 versions & 1 rubygems