Show More
@@ -11,6 +11,7 b'' | |||
|
11 | 11 | <td>Description</td> |
|
12 | 12 | <td>Contact</td> |
|
13 | 13 | <td>Last change</td> |
|
14 | <td> </td> | |
|
14 | 15 | <tr> |
|
15 | 16 | #entries%indexentry# |
|
16 | 17 | </table> |
@@ -35,7 +35,7 b' changelogtag = "<tr><th class="tag">tag:' | |||
|
35 | 35 | changesettag = "<tr><th class="tag">tag:</th><td class="tag">#tag#</td></tr>" |
|
36 | 36 | filediffparent = "<tr><th class="parent">parent #rev#:</th><td class="parent"><a href="?cmd=changeset;node=#node#">#node|short#</a></td></tr>" |
|
37 | 37 | filelogparent = "<tr><td align="right">parent #rev#: </td><td><a href="?cmd=file;file=#file#;filenode=#node#">#node|short#</a></td></tr>" |
|
38 |
indexentry = "<tr class="parity#parity#"><td><a |
|
|
38 | indexentry = "<tr class="parity#parity#"><td><a href="#url#">#name#</a></td><td>#shortdesc#</td><td>#author#<i>#email|obfuscate#</i></td><td>#lastupdate|age# ago</td><td><a href="#url#?cmd=changelog;style=rss">RSS</a></td></tr>" | |
|
39 | 39 | index = index.tmpl |
|
40 | 40 | archiveentry = "<a href="?cmd=archive;node=#node#;type=#type#">#type#</a> " |
|
41 | 41 | notfound = notfound.tmpl |
General Comments 0
You need to be logged in to leave comments.
Login now