Sha256: 7c89b6e33cb3f8e6b01e60c79f05c1c0459e8e95091f7cf0a9d119482da950a1

Contents?: true

Size: 1.99 KB

Versions: 17

Compression:

Stored size: 1.99 KB

Contents

<?xml version="1.0" encoding="%charset%"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
    <title><%= h klass.full_name %></title>
    <meta http-equiv="Content-Type" content="text/html; charset=%charset%" />
    <link rel="stylesheet" href="<%= "#{rel_prefix}/css/main.css" %>" type="text/css" media="screen" />
    <script src="<%= "#{rel_prefix}/js/main.js" %>" type="text/javascript" charset="utf-8"></script>
</head>

<body>     
    <table width="100%" border='0' cellpadding='0' cellspacing='0' class='banner'>
        <tr>
            <td class="file-title"><span class="file-title-prefix"><%= klass.module? ? 'Module' : 'Class' %></span><br /><%= h klass.full_name %></td>
            <td align="right">
                <table cellspacing="0" cellpadding="2">
                    <tr valign="top">
                        <td>In:</td>
                        <td>
                            <% klass.in_files.each do |file| %>
                            <a href="<%= "#{rel_prefix}/#{h file.path}" %>"><%= h file.absolute_name %></a>
                            <% end  %>
                        </td>
                    </tr>
                    <% if klass.type == 'class' %>
                    <tr>
                        <td>Parent:</td>
                        <td>
                            <% 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 %>
                        </td>
                    </tr>
                    <% end %>
                </table>
            </td>
        </tr>
    </table>
    <div id="bodyContent">
        <%= include_template '_context.rhtml', {:context => klass, :rel_prefix => rel_prefix} %>
    </div>
  </body>
</html>    

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
voloko-sdoc-0.1.1 lib/sdoc/generator/template/shtml/class.rhtml
voloko-sdoc-0.1.10 lib/sdoc/generator/template/shtml/class.rhtml
voloko-sdoc-0.1.2 lib/sdoc/generator/template/shtml/class.rhtml
voloko-sdoc-0.1.3 lib/sdoc/generator/template/shtml/class.rhtml
voloko-sdoc-0.1.4 lib/sdoc/generator/template/shtml/class.rhtml
voloko-sdoc-0.1.5 lib/sdoc/generator/template/shtml/class.rhtml
voloko-sdoc-0.1.6 lib/sdoc/generator/template/shtml/class.rhtml
voloko-sdoc-0.1.7 lib/sdoc/generator/template/shtml/class.rhtml
voloko-sdoc-0.1.9 lib/sdoc/generator/template/shtml/class.rhtml
voloko-sdoc-0.2.0 lib/sdoc/generator/template/shtml/class.rhtml
voloko-sdoc-0.2.1 lib/sdoc/generator/template/shtml/class.rhtml
voloko-sdoc-0.2.2 lib/sdoc/generator/template/shtml/class.rhtml
voloko-sdoc-0.2.3 lib/sdoc/generator/template/shtml/class.rhtml
voloko-sdoc-0.2.4 lib/sdoc/generator/template/shtml/class.rhtml
voloko-sdoc-0.2.5 lib/sdoc/generator/template/shtml/class.rhtml
voloko-sdoc-0.2.6 lib/sdoc/generator/template/shtml/class.rhtml
voloko-sdoc-0.2.7 lib/sdoc/generator/template/shtml/class.rhtml