<%= values["title"] %>
">
" type="text/css" media="screen" />
<%= template_include %>
<% if values["diagram"] then %>
<%= values["diagram"] %>
<% end %>
<% if values["description"] then %>
<%= values["description"] %>
<% end %>
<% if values["requires"] then %>
Required files
<% values["requires"].each do |requires| %>
<%= href requires["aref"], requires["name"] %>
<% end # values["requires"] %>
<% end %>
<% if values["sections"] then %>
<% values["sections"].each do |sections| %>
<% if sections["method_list"] then %>
<% sections["method_list"].each do |method_list| %>
<% if method_list["methods"] then %>
<% values["infiles"].each do |infiles| %>
<%= href infiles["full_path_url"], infiles["full_path"] %>
<% if infiles["cvsurl"] then %>
(">CVS)
<% end %>
<% end # values["infiles"] %>
EOF
METHOD_LIST = <<-EOF
<% if values["includes"] then %>
Uses
<% values["includes"].each do |includes| %>
<%= href includes["aref"], includes["name"] %>
<% end # values["includes"] %>
<% end %>
<% if values["sections"] then %>
<% values["sections"].each do |sections| %>
<% if sections["method_list"] then %>
<% sections["method_list"].each do |method_list| %>
<% if method_list["methods"] then %>
<% end %>
<% end # method_list["methods"] %>
<% end %>
<% end # sections["method_list"] %>
<% end %>
<% end # values["sections"] %>
<% end %>
EOF
SRC_PAGE = <<-EOF
<%= values["title"] %>
">