Sha256: fee7d02752da34f54237c91d4049efbad71c42cbc611206661fbac4c63a22d2a

Contents?: true

Size: 1.62 KB

Versions: 155

Compression:

Stored size: 1.62 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 klass.full_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>
            <span class="type"><%= klass.module? ? 'Module' : 'Class' %></span> 
            <%= h klass.full_name %> 
            <% if klass.type == 'class' %>
                <span class="parent">&lt; 
                    <% if String === klass.superclass %>
                    <%= klass.superclass %>
                    <% elsif !klass.superclass.nil? %>
                    <a href="<%= klass.aref_to klass.superclass.path %>"><%= h klass.superclass.full_name %></a>
                    <% end %>
                </span>
            <% end %>
        </h1>
        <ul class="files">
            <% klass.in_files.each do |file| %>
            <li><a href="<%= "#{rel_prefix}/#{h file.path}" %>"><%= h file.absolute_name %></a></li>
            <% end  %>
        </ul>
    </div>
    <div id="bodyContent">
        <%= include_template '_context.rhtml', {:context => klass, :rel_prefix => rel_prefix} %>
    </div>
  </body>
</html>    

Version data entries

155 entries across 134 versions & 5 rubygems

Version Path
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/sdoc-0.4.1/lib/rdoc/generator/template/sdoc/class.rhtml
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/sdoc-0.4.1/lib/rdoc/generator/template/rails/class.rhtml
mls-0.14.0 lib/rdoc/generator/template/42floors/class.rhtml
sdoc-0.4.1 lib/rdoc/generator/template/rails/class.rhtml
sdoc-0.4.1 lib/rdoc/generator/template/sdoc/class.rhtml
sdoc-templates-42floors-0.3 template/rdoc/generator/template/42floors/class.rhtml
sdoc-templates-42floors-0.2 template/rdoc/generator/template/42floors/class.rhtml
mls-0.13.0 lib/rdoc/generator/template/42floors/class.rhtml
mls-0.12.5 lib/rdoc/generator/template/42floors/class.rhtml
mls-0.12.4 lib/rdoc/generator/template/42floors/class.rhtml
mls-0.12.2 lib/rdoc/generator/template/42floors/class.rhtml
mls-0.12.3 lib/rdoc/generator/template/42floors/class.rhtml
sdoc-0.4.0 lib/rdoc/generator/template/rails/class.rhtml
sdoc-0.4.0 lib/rdoc/generator/template/sdoc/class.rhtml
mls-0.12.1 lib/rdoc/generator/template/42floors/class.rhtml
sdoc-0.4.0.rc.1 lib/rdoc/generator/template/rails/class.rhtml
sdoc-0.4.0.rc.1 lib/rdoc/generator/template/sdoc/class.rhtml
mls-0.11.3 lib/rdoc/generator/template/42floors/class.rhtml
mls-0.11.2 lib/rdoc/generator/template/42floors/class.rhtml
mls-0.11.1 lib/rdoc/generator/template/42floors/class.rhtml