Sha256: 061d6897bd3fdd5ea07959e8f3a3b2fb815d8e18a10e39b32e181ee7d5f34f8b

Contents?: true

Size: 935 Bytes

Versions: 1

Compression:

Stored size: 935 Bytes

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>
<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"]
      }
    }
  </script>
</head>
<body>
<div id="main">
	<h1><%= title %></h1>
	<%= body %>
</div>

<pre><code>
<%= File.read 'accounts_models.rb' %>
</code></pre>

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

</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
clevic-0.6.0 website/template.html.erb