Sha256: c75cb897f5fe26ebdc82a044f3d0a27990351cc6cc2a555a5501cb1316001a14

Contents?: true

Size: 943 Bytes

Versions: 3

Compression:

Stored size: 943 Bytes

Contents

<!doctype html> 

<html>
<head>
  <meta http-equiv="content-type" content="text/html;charset=UTF-8"/> 
  <title><%= title %></title>
  <script src="<%= '../' * depth %>js/jquery-1.6.1.min.js" type="text/javascript"></script>
  <script src="<%= '../' * depth %>js/filesystem.js" type="text/javascript"></script>
  <link rel="stylesheet" href="<%= '../' * depth %>css/pygments-autumn.css" type="text/css" media="screen, projection" />
  <link rel="stylesheet" href="<%= '../' * depth %>css/console.css" type="text/css" media="screen, projection" />
  <link rel="stylesheet" href="<%= '../' * depth %>css/filesystem.css" type="text/css" media="screen, projection" />
</head>
<body>

<h2><%= title %></h2>

<div class="description">
<%= description %>
</div>

<h3>Files</h3>
<div class="filesystem">
  <%= files %>
</div>

<h3>Output</h3>
<pre class="console">
<% commands.each do |cmd| -%>
⊛ <%= cmd %>
<% end -%>
<%= output %>
</pre>

</body>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
aruba-0.4.2 templates/main.erb
aruba-0.4.1 templates/main.erb
aruba-0.4.0 templates/main.erb