Changeset 2455 for pykota/trunk/cgi-bin
- Timestamp:
- 09/17/05 23:00:45 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/cgi-bin/printquota.cgi
r2344 r2455 215 215 _("PageCounter"), _("Title"), _("Filename"), \ 216 216 _("Options"), _("MD5Sum"), _("BillingCode"), \ 217 _("P ages")]217 _("PrecomputedJobSize"), _("PrecomputedJobPrice"), _("Pages")] 218 218 self.report.append('<tr class="pykotacolsheader">%s</tr>' % "".join(["<th>%s</th>" % h for h in headers])) 219 219 oddeven = 0 … … 257 257 job.JobMD5Sum, \ 258 258 billingcode_url, \ 259 job.PrecomputedJobSize, \ 260 job.PrecomputedJobPrice, \ 259 261 job.JobPages)]))) 260 262 self.report.append('</table>')