Sha256: 5fd31a912f0124b4b2c74a4ed24be04359f3233a4006867de6905b5d08c90027

Contents?: true

Size: 883 Bytes

Versions: 20

Compression:

Stored size: 883 Bytes

Contents

<script type="text/javascript" src="file://<%= Redcar::HtmlView.jquery_path %>"></script>
<% redcar_css = File.expand_path(File.join(Redcar.root, %w(plugins html_view views default.css))) %>
<% watermark  = File.expand_path(File.join(Redcar.root, %w(plugins html_view views watermark-48.png))) %>
<% todo_css   = File.expand_path(File.join(Redcar.root, %w(plugins todo_list views default.css))) %>
<link rel="stylesheet" href="file://<%= redcar_css %>" type="text/css" media="screen">
<link rel="stylesheet" href="file://<%= todo_css %>" type="text/css" media="screen">
<div id="top">
  <img src="file://<%=watermark%>" id="watermark"/>
  <h1>Todo List</h1>
  <a class="status" id="status"></a>
  <a id="refresh" href="controller/index"></a>
</div>
<div class="main">
  <div>
    <a class="final_status" id="final_status"></a>
  </div>
  <div class="content" id="tags"></div>
</div>

Version data entries

20 entries across 20 versions & 2 rubygems

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