<!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
  <link rel="icon" href="<?cs var:template.html_common?>/trac.ico" type="image/x-icon" />
  <title>Trac - Available Projects</title>
  <style type="text/css">
   @import url(<?cs var:template.html_common?>/css/trac.css);
   @import url(<?cs var:template.html_common?>/css/wiki.css);
  </style>
  <script src="<?cs var:template.html_common?>/js/trac.js" type="text/javascript"></script>
 </head>
<body>

<div id="banner">

<div id="header">
  <img src="<?cs var:template.html_common?>/trac_banner.png"
      width="236" height="73"
      alt="Trac" style="margin-bottom: 0px;"/>
  <hr />
</div>

 <div>
 </div>


</div>

<!--
<div id="mainnav" class="nav">
</div>
-->


<div id="main">

<div id="ctxtnav" class="nav">
</div>



<div id="content" class="wiki">
<h1>Available Projects:</h1>
<p>
<ul>
    <?cs each:a = projects?>
        <li><a href="<?cs var:a.uri?>"><?cs var:a.name?></a> - <?cs var:a.descr?></li>
    <?cs /each ?>
</ul>
</p>
</div>

</div>



<div id="footer">
 <hr />
</div>
</body>
</html>

