Sha256: 811ba450ccde100e45643365e2ab08425f87aaab0592d10008a261b8f58f59ec

Contents?: true

Size: 1.46 KB

Versions: 24

Compression:

Stored size: 1.46 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'>
      Get Version
      <a href="<%= download %>" class="numbers"><%= version %></a>
    </div>
    <%= body %>
    <p class="coda">
      <a href="mailto:thopre@gmail.com">Thomas Preymesser</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

24 entries across 24 versions & 2 rubygems

Version Path
shoppe-paypal-1.1.0 vendor/bundle/ruby/2.1.0/gems/roo-1.13.2/website/template.rhtml
roo-1.13.2 website/template.rhtml
roo-1.13.1 website/template.rhtml
roo-1.13.0 website/template.rhtml
roo-1.12.2 website/template.rhtml
roo-1.12.1 website/template.rhtml
roo-1.12.0 website/template.rhtml
roo-1.11.2 website/template.rhtml
roo-1.11.1 website/template.rhtml
roo-1.11.0 website/template.rhtml
roo-1.10.3 website/template.rhtml
roo-1.10.2 website/template.rhtml
roo-0.9.4 website/template.rhtml
roo-0.9.3 website/template.rhtml
roo-0.9.2 website/template.rhtml
roo-0.9.1 website/template.rhtml
roo-1.0.1 website/template.rhtml
roo-1.0.0 website/template.rhtml
roo-1.0.2 website/template.rhtml
roo-1.1.0 website/template.rhtml