<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN”

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns=“www.w3.org/1999/xhtml” xml:lang=“en” lang=“en”> <head> <title>Component <%= component.name %></title> <meta http-equiv=“Content-Type” content=“text/html; charset=utf-8” /> <link rel=“stylesheet” href=“style.css” type=“text/css” /> </head>

<body>

<div class=“main”>

<h1><%= project.name %> component: <%= component.name %></h1> <div class=“backptr”><%= link_to “index”, “&laquo; #{project.name} project page” %></div>

<h2>All issues</h2> <%= render “issue_table”, :show_component => false, :show_release => true %> </div> <div class=“footer”>Generated by <a href=“ditz.ditz.rubyforge.org/”>ditz.> </body> </html>