Sha256: d6be633a3d818163b6452cd2c446455c798e8488e554e5c5cd2351b6b3404685

Contents?: true

Size: 1.59 KB

Versions: 70

Compression:

Stored size: 1.59 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>
  <link href="stylesheets/code.css" media="screen" rel="stylesheet" type="text/css" />
<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 false'>
      <p>Get Version</p>
      <a href="<%= download %>" class="numbers"><%= version %></a>
    </div>
    <%= body %>
    <p class="coda">
      <a href="http://blog.citrusbyte.com">Ari Lerner</a> at <a href="http://citrusbyte.com">CitrusByte</a>, <%= modified.pretty %><br>
      Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
    </p>
</div>

<!-- insert site tracking codes here, like Google Urchin -->

</body>
</html>

Version data entries

70 entries across 70 versions & 2 rubygems

Version Path
auser-poolparty-0.2.90 website/template.html.erb
auser-poolparty-0.2.91 website/template.html.erb
auser-poolparty-0.2.92 website/template.html.erb
auser-poolparty-0.2.93 website/template.html.erb
auser-poolparty-0.2.94 website/template.html.erb
auser-poolparty-1.0.0 website/template.html.erb
poolparty-0.2.18 website/template.html.erb
poolparty-0.2.6 website/template.html.erb
poolparty-0.2.69 website/template.html.erb
poolparty-0.2.84 website/template.html.erb