Sha256: 598eeb1050399a78f69471668a632bc9e90524c3bce7eeee36f9e1f2f0ef58f6
Contents?: true
Size: 1.57 KB
Versions: 29
Compression:
Stored size: 1.57 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 } var div = document.getElementById("version"); var versionBox = new curvyCorners(settings, div); versionBox.applyCornersToAll(); } </script> </head> <body> <div id="main"> <div id="version" class="clickable" onclick='document.location = "<%%= download %>"; return false'> <h1><%%= title %></h1> <p>Get Version</p> <a href="<%%= download %>" class="numbers"><%%= version %></a> </div> <div id="content"> <%%= body %> <p class="coda"> <a href="<%= email %>"><%= author %></a>, <%%= modified.pretty %><br> Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>, by Daniel Cadenas via <a href="http://depgraph.rubyforge.org/">DepGraph</a> </p> </div> </div> <!-- insert site tracking codes here, like Google Urchin --> </body> </html>
Version data entries
29 entries across 29 versions & 1 rubygems