diff web/status-by-startdate.html @ 239:99be67db8a12

Add the rules revision number to the filenames used by the web status reports.
author Bernhard Herzog <bh@intevation.de>
date Wed, 14 Jan 2009 16:33:47 +0000
parents e5f3f61c0620
children 9d8de2984de1
line wrap: on
line diff
--- a/web/status-by-startdate.html	Tue Jan 13 17:20:25 2009 +0000
+++ b/web/status-by-startdate.html	Wed Jan 14 16:33:47 2009 +0000
@@ -43,7 +43,7 @@
 	    <td>${item.status.stop}</td>
 	    <td>
 	      <py:for each="title, basename in item.log_files">
-		<a href="${item.name}/${item.revno}/${basename}">${title}</a>
+		<a href="${item.name}/${item.revno}-${item.rulesrev}/${basename}">${title}</a>
 	      </py:for>
 	    </td>
 	  </tr>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)