Sha256: 93c03bd55137b654431b113ec8c29756ea0968b8fa36f32c9c1ad31cd62fa040

Contents?: true

Size: 1.45 KB

Versions: 20

Compression:

Stored size: 1.45 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 false'>
      <p>Get Version</p>
      <a href="<%= download %>" class="numbers"><%= version %></a>
    </div>
    <%= body %>
    <p class="coda">
      <a href="info@peerworks.org">Peerworks</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

20 entries across 20 versions & 1 rubygems

Version Path
ratom-0.6.3 website/template.rhtml
ratom-0.6.2 website/template.rhtml
ratom-0.3.0 website/template.rhtml
ratom-0.2.2 website/template.rhtml
ratom-0.4.2 website/template.rhtml
ratom-0.3.1 website/template.rhtml
ratom-0.5.0 website/template.rhtml
ratom-0.3.6 website/template.rhtml
ratom-0.3.7 website/template.rhtml
ratom-0.4.0 website/template.rhtml
ratom-0.4.1 website/template.rhtml
ratom-0.3.5 website/template.rhtml
ratom-0.2.1 website/template.rhtml
ratom-0.3.2 website/template.rhtml
ratom-0.3.3 website/template.rhtml
ratom-0.3.4 website/template.rhtml
ratom-0.6.1 website/template.rhtml
ratom-0.5.2 website/template.rhtml
ratom-0.5.1 website/template.rhtml
ratom-0.6.0 website/template.rhtml