/[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 686 - (hide annotations) (download)
Sat Oct 13 07:44:42 2007 UTC (5 years, 7 months ago) by hanska-guest
File size: 1003 byte(s)
Adding styles for bugs table
Fixing template: adding link to the Debian BTS
1 hanska-guest 679 <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 hanska-guest 686 <table class="bugs">
21 hanska-guest 679 <div node="-rep:packagelist">
22     <tr>
23 hanska-guest 686 <td class="package" node="con:name"></td>
24     <td>&nbsp;</td>
25 hanska-guest 679 </tr>
26     <tr node="rep:numbers">
27 hanska-guest 686 <td><a href="" node="con:id"></a></td>
28     <td class="summary" node="con:summary"></td>
29 hanska-guest 679 </tr>
30     </div>
31     </table>
32     <div class="messageBody">
33     </div>
34     </div>
35     </td>
36     </tr>
37     </table>
38 hanska-guest 681 <address>Last update: <div node="-con:date"></div></address>
39 hanska-guest 683 <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