Sha256: 39dfb9ba41d6cda3943aea7a88c3fbb5d3220233cdbd7253d081d17f72cfb31a

Contents?: true

Size: 1.04 KB

Versions: 23

Compression:

Stored size: 1.04 KB

Contents

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
    <title><%= h file.name %></title>
    <meta http-equiv="Content-Type" content="text/html; charset=<%= @options.charset %>" />
    <%= include_template '_head.rhtml', {:rel_prefix => rel_prefix} %>
</head>

<body>     
    <div class="banner">
        <% if ENV['HORO_PROJECT_NAME'] %>
            <span><%= ERB::Util.html_escape(ENV['HORO_PROJECT_NAME']) %> <%= ERB::Util.html_escape(ENV['HORO_PROJECT_VERSION']) %></span><br />
        <% end %>
        <h1>
            <%= h file.name %>
        </h1>
        <ul class="files">
            <li><%= h file.relative_name %></li>
            <li>Last modified: <%= file.file_stat.mtime %></li>
        </ul>
    </div>

    <div id="bodyContent">
        <%= include_template '_context.rhtml', {:context => file, :rel_prefix => rel_prefix} %>
    </div>
  </body>
</html>

Version data entries

23 entries across 19 versions & 2 rubygems

Version Path
sdoc-0.3.20 lib/rdoc/generator/template/sdoc/file.rhtml
sdoc-0.3.19 lib/rdoc/generator/template/sdoc/file.rhtml
sdoc-0.3.18 lib/rdoc/generator/template/sdoc/file.rhtml
sdoc-0.3.17 lib/rdoc/generator/template/sdoc/file.rhtml
sdoc_local_editor-0.3.17 lib/rdoc/generator/template/sdoc/file.rhtml
sdoc-0.3.16 lib/rdoc/generator/template/sdoc/file.rhtml
sdoc-0.3.15 lib/rdoc/generator/template/sdoc/file.rhtml
sdoc-0.3.14 lib/rdoc/generator/template/sdoc/file.rhtml
sdoc-0.3.11 lib/rdoc/generator/template/sdoc/file.rhtml
sdoc-0.3.10 lib/rdoc/generator/template/sdoc/file.rhtml
sdoc-0.3.9 lib/rdoc/generator/template/sdoc/file.rhtml
sdoc-0.3.8 lib/rdoc/generator/template/sdoc/file.rhtml
sdoc-0.3.7 lib/rdoc/generator/template/sdoc/file.rhtml
sdoc-0.3.6 lib/rdoc/generator/template/sdoc/file.rhtml
sdoc-0.3.6 lib/rdoc/generator/template/rails/file.rhtml
sdoc-0.3.5 lib/rdoc/generator/template/sdoc/file.rhtml
sdoc-0.3.5 lib/rdoc/generator/template/rails/file.rhtml
sdoc-0.3.4 lib/rdoc/generator/template/rails/file.rhtml
sdoc-0.3.4 lib/rdoc/generator/template/sdoc/file.rhtml
sdoc-0.3.3 lib/rdoc/generator/template/rails/file.rhtml