<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="ja-JP">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=<%=h charset() %>">
  <meta http-equiv="Content-Language" content="ja-JP">
  <link rel="stylesheet" type="text/css" href="<%=h css_url() %>">
  <title>Class Index</title>
</head>
<body>

<p>
Ruby <%=h ruby_version() %>
&gt; <%= document_link('index', 'Home') %>
&gt; All Classes
</p>
<%= search_form() %>
<%
    headline_init
%>
<%= headline("Class Index") %>
<p>
<%= @entries.size %> classes/modules in database
</p>
<%
    headline_push
    @entries.each do |c|
%>
<%= headline_noescape("#{c.type} #{class_link(c.name)}") %>
<p>
<%
      c.entries.sort.each do |m| %>
<%= link_to_method(m) %>
<%    end %>
</p>
<%
    end
    headline_pop
%>
</ul>

</body>
</html>
