Sha256: ad9ae0b637a881df227f835f38e97dc2855f19c0dd8d22507a7f0845dcc06a58

Contents?: true

Size: 1.16 KB

Versions: 20

Compression:

Stored size: 1.16 KB

Contents

<!DOCTYPE html>
<html>
  <head>
    <title><%= @title %></title>
    <% watermark  = File.expand_path(File.join(Redcar.root, %w(plugins html_view views watermark-48.png))) %>
    <% redcar_css = File.expand_path(File.join(Redcar.root, %w(plugins html_view views default.css))) %>
    <% jquery_path = File.expand_path(File.join(Redcar.root, %w(plugins html_view assets jquery-1.4.min.js))) %>
    <%= stylesheet_link_tag :reset, :default, :basic_ansi %>
    <link rel="stylesheet" href="file://<%= redcar_css %>" type="text/css" media="screen">
    <%= javascript_controller_actions %>
   <script type="text/javascript" src="file://<%= jquery_path %>"></script>
  </head>
  <body>
    <div class="main">
    <div id="top">
      <img src="file://<%=watermark%>" id="watermark"/>
      <h1><%= @title %></h1>
      <form style="display:inline; padding-left:40px" class="actions" action="javascript:return false;">
        <input type="submit" value="Run again" onclick="Controller.run();"/>
      </form>
    </div>
    <div class="inset">
      <div id="container">
        <div class="command">
          <%= @cmd %>
        </div>
      </div>
    </div>
  </div>
</body>

</html>

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
redcar-0.13 plugins/runnables/views/command_output.html.erb
redcar-dev-0.13.5dev plugins/runnables/views/command_output.html.erb
redcar-dev-0.13.4dev plugins/runnables/views/command_output.html.erb
redcar-dev-0.13.3dev plugins/runnables/views/command_output.html.erb
redcar-dev-0.13.2dev plugins/runnables/views/command_output.html.erb
redcar-dev-0.13.1dev plugins/runnables/views/command_output.html.erb
redcar-0.12.1 plugins/runnables/views/command_output.html.erb
redcar-dev-0.13.0dev plugins/runnables/views/command_output.html.erb
redcar-0.12 plugins/runnables/views/command_output.html.erb
redcar-dev-0.12.27dev plugins/runnables/views/command_output.html.erb
redcar-dev-0.12.26dev plugins/runnables/views/command_output.html.erb
redcar-dev-0.12.25dev plugins/runnables/views/command_output.html.erb
redcar-dev-0.12.24dev plugins/runnables/views/command_output.html.erb
redcar-dev-0.12.23dev plugins/runnables/views/command_output.html.erb
redcar-dev-0.12.22dev plugins/runnables/views/command_output.html.erb
redcar-dev-0.12.21dev plugins/runnables/views/command_output.html.erb
redcar-dev-0.12.20dev plugins/runnables/views/command_output.html.erb
redcar-dev-0.12.19dev plugins/runnables/views/command_output.html.erb
redcar-dev-0.12.18dev plugins/runnables/views/command_output.html.erb
redcar-dev-0.12.17dev plugins/runnables/views/command_output.html.erb