Sha256: 80769d648fae3ba95fcc0634e3addb0166b84e91d2771bb76390e5ec6e90c923

Contents?: true

Size: 700 Bytes

Versions: 8

Compression:

Stored size: 700 Bytes

Contents

<!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"
      xmlns:py="http://genshi.edgewall.org/"
      xmlns:xi="http://www.w3.org/2001/XInclude">
  <head>
    <title>Available Projects</title>
  </head>
  <body>
    <h1>Available Projects</h1>
    <ul>
      <li py:for="project in projects" py:choose="">
        <a py:when="project.href" href="$project.href"
           title="$project.description">$project.name</a>
        <py:otherwise>
          <small>$project.name: <em>Error</em> <br /> ($project.description)</small>
        </py:otherwise>
      </li>
    </ul>
  </body>
</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
keithsalisbury-subtrac-0.1.1 lib/subtrac/templates/projects/trac_theme/svn/trunk/index/index.html
keithsalisbury-subtrac-0.1.2 lib/subtrac/templates/projects/trac_theme/svn/trunk/index/index.html
keithsalisbury-subtrac-0.1.3 lib/subtrac/templates/projects/trac_theme/svn/trunk/index/index.html
keithsalisbury-subtrac-0.1.4 lib/subtrac/templates/projects/trac_theme/svn/trunk/index/index.html
keithsalisbury-subtrac-0.1.5 lib/subtrac/templates/projects/trac_theme/svn/trunk/index/index.html
keithsalisbury-subtrac-0.1.6 lib/subtrac/templates/projects/trac_theme/svn/trunk/index/index.html
keithsalisbury-subtrac-0.1.7 lib/subtrac/templates/projects/trac_theme/svn/trunk/index/index.html
keithsalisbury-subtrac-0.1.9 lib/subtrac/templates/projects/trac_theme/svn/trunk/index/index.html