comparison examples/trac/templates/index.cs @ 39:93b4dcbafd7b trunk

Copy Trac to main branch.
author cmlenz
date Mon, 03 Jul 2006 18:53:27 +0000
parents
children
comparison
equal deleted inserted replaced
38:ee669cb9cccc 39:93b4dcbafd7b
1 <!DOCTYPE html
2 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 <head><title>Available Projects</title></head>
6 <body><h1>Available Projects</h1><ul><?cs
7 each:project = projects ?><li><?cs
8 if:project.href ?>
9 <a href="<?cs var:project.href ?>" title="<?cs var:project.description ?>">
10 <?cs var:project.name ?></a><?cs
11 else ?>
12 <small><?cs var:project.name ?>: <em>Error</em> <br />
13 (<?cs var:project.description ?>)</small><?cs
14 /if ?>
15 </li><?cs
16 /each ?></ul></body>
17 </html>
Copyright (C) 2012-2017 Edgewall Software