Sha256: df62ec7caf097ac64ffc422d3262ec384a8dc739d319f0be8ff718e69a86de60

Contents?: true

Size: 1.51 KB

Versions: 5

Compression:

Stored size: 1.51 KB

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
  <head>
    <title><%= title %></title>
    <style type="text/css">
      html{color:#000;background:#FFF}
      body,div,ul,ol,li,h1,h2,h3{margin:0;padding:0}
      li{list-style:none;}
      h1,h2,h3{font-size:100%;font-weight:bold;}

      body{padding:10px; font-family: "trebuchet ms", helvetica, sans-serif;}
      h1{border-bottom: 1px solid #CCC; margin:2ex 0; font-size: 120%; font-weight: bold; }
      h2{text-align:center;}
      li{margin-left: 40px;}
      ul{list-style-type: square;}
      ol{list-style-type: decimal;}
      ul, ol{margin-bottom: 2ex;}
      .note{border-bottom: 1px solid #ddd; margin-bottom: 10px; padding-bottom: 10px;}
      #footer{border-top: 1px solid #ccc;text-align: right;padding-right: 69px;min-height: 64px;height: auto !important;height: 64px;background: url('../images/logo_tiny.png') 100% 50% no-repeat;}
    </style>
  </head>
  <body>
    <h1><%= title %></h1>

    <section>
      <h2>Issues</h2>
      <% issues.each do |issue| %>
      <div class="note"><%= markup(issue.text, liquid: true) %></div>
      <% end %>
    </section>

    <section>
      <h2>Notes</h2>
      <% notes.each do |note| %>
      <div class="note"><%= markup(note.text, liquid: true) %></div>
      <% end %>
    </section>

    <div id="footer">
      <br/>
      effective collaboration<br/>
      <a href="http://dradisframework.org">http://dradisframework.org</a>
    </div>
  </body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
dradis-html_export-4.14.0 templates/basic.html.erb
dradis-html_export-4.13.0 templates/basic.html.erb
dradis-html_export-4.11.1 templates/basic.html.erb
dradis-html_export-4.10.1 templates/basic.html.erb
dradis-html_export-4.10.0 templates/basic.html.erb