Sha256: ff52476856669c850eb072675b1d654f9e69eddb11de886b4d4c7729ca188559
Contents?: true
Size: 941 Bytes
Versions: 30
Compression:
Stored size: 941 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
30 entries across 30 versions & 5 rubygems