Mercurial > treepkg
comparison web/status-by-revision.html @ 240:58cf7e6b7cca
Add the rules revision number to the filenames referenced by
status-by-revision.html too
author | Bernhard Herzog <bh@intevation.de> |
---|---|
date | Wed, 14 Jan 2009 17:08:51 +0000 |
parents | 77d7f2cbd7ce |
children | a05cbf80dec9 |
comparison
equal
deleted
inserted
replaced
239:99be67db8a12 | 240:58cf7e6b7cca |
---|---|
31 <td class="${col.status.cls}"> | 31 <td class="${col.status.cls}"> |
32 <span class="statusheading">${col.status.desc}</span><br/> | 32 <span class="statusheading">${col.status.desc}</span><br/> |
33 Start: ${col.status.start}<br/> | 33 Start: ${col.status.start}<br/> |
34 Stop: ${col.status.stop}<br/> | 34 Stop: ${col.status.stop}<br/> |
35 <py:for each="title, basename in col.log_files"> | 35 <py:for each="title, basename in col.log_files"> |
36 <a href="${col.name}/${col.revno}/${basename}">${title}</a> | 36 <a href="${col.name}/${col.revno}-${col.rulesrev}/${basename}">${title}</a> |
37 <br/> | 37 <br/> |
38 </py:for> | 38 </py:for> |
39 </td> | 39 </td> |
40 </py:when> | 40 </py:when> |
41 <py:otherwise> | 41 <py:otherwise> |