Blame Identity/Webenv/Trac/templates/index.cs

ef5584
ef5584
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
ef5584
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
ef5584
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
ef5584
<head><title>Available Projects</title></head>
ef5584
<body>

Available Projects

    ef5584
     each:project = projects ?>
  • ef5584
      if:project.href ?>
    ef5584
       
    ef5584
        
    ef5584
      else ?>
    ef5584
       <small>: Error 
    ef5584
       ()</small>
    ef5584
      /if ?>
    ef5584
      
    ef5584
     /each ?></body>
    ef5584
    </html>