Blame Identity/Models/Html/Trac/templates/index.cs

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

Available Projects

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