/[debian-med]/trunk/community/website/bugs.tmpl
ViewVC logotype

Contents of /trunk/community/website/bugs.tmpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 694 - (show annotations) (download)
Sat Oct 13 12:46:50 2007 UTC (5 years, 7 months ago) by hanska-guest
File size: 1054 byte(s)
Adding single-package bug count
1 <table class="columns">
2 <tr>
3 <td class="left">
4 <span class="section"><?=_("summary")?></span>
5 <div class="section">
6 <div class="sectionTop"></div>
7 <div class="row">
8 <?=_("Bugs for package")?>:
9 <strong node="con:package"></strong>
10 </div>
11 <div class="row">
12 <?=_("Total bugs")?>:
13 <strong node="con:count"></strong>
14 </div>
15 </div>
16 </td>
17 <td class="main">
18 <div class="pageBody">
19 <h1><?=_("Bugs for package")?> "__PACKAGE__"</h1>
20 <table class="bugs">
21 <div node="-rep:packagelist">
22 <tr>
23 <td class="package"><p node="-con:name"></p> (<p node="-con:count"></p>)</td>
24 <td>&nbsp;</td>
25 </tr>
26 <tr node="rep:numbers">
27 <td><a href="" node="con:id"></a></td>
28 <td class="summary"><a href="" node="con:summary"></a></td>
29 </tr>
30 </div>
31 </table>
32 <div class="messageBody">
33 </div>
34 </div>
35 </td>
36 </tr>
37 </table>
38 <address>Last update: <div node="-con:date"></div></address>
39 <address>Please note: this page gets automatically updated twice a day, on 00:00 and 12:00 UTC.</address>

  ViewVC Help
Powered by ViewVC 1.1.5