/[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 713 - (show annotations) (download)
Sun Oct 14 14:18:11 2007 UTC (5 years, 7 months ago) by hanska-guest
File size: 1779 byte(s)
Fixing template (David, distinguish between local copies and remote ones!)
Adding "fixed" column style
Fixing serious/grave/critical style (font is now bold again)
1 <?php
2 require_once("inc/header.inc.php");
3 ?>
4 <table class="columns">
5 <tr>
6 <td class="left">
7 <span class="section"><?=_("summary")?></span>
8 <div class="section">
9 <div class="sectionTop"></div>
10 <div class="row">
11 <?=_("Bugs for package")?>:
12 <strong node="con:package"></strong>
13 </div>
14 <div class="row">
15 <?=_("Total bugs")?>:
16 <strong node="con:count"></strong>
17 </div>
18 <div class="row">
19 <?=_("Open bugs")?>:
20 <strong node="con:opencount"></strong>
21 </div>
22 <div class="row">
23 <?=_("Fixed bugs")?>:
24 <strong node="con:fixedcount"></strong>
25 </div>
26 </div>
27 </td>
28 <td class="main">
29 <div class="pageBody">
30 <h1><?=_("Summary bugs page")?></h1>
31 <h2><?=_("Open bugs")?></h2>
32 <table class="bugs">
33 <div node="-rep:openlist"><tr>
34 <td class="package"><p node="-con:name"></p> (<p node="-con:count"></p>)</td>
35 <td colspan="2">&nbsp;</td>
36 </tr>
37 <tr node="rep:numbers">
38 <td node="con:id"></td>
39 <td node="con:summary"></td>
40 <td node="con:severity"></td>
41 </tr>
42 <tr>
43 <td colspan="3">&nbsp;</td>
44 </tr></div>
45 </table>
46 <h2><?=_("Fixed bugs")?></h2>
47 <table class="bugs">
48 <div node="-rep:fixedlist"><tr>
49 <td class="package"><p node="-con:name"></p> (<p node="-con:count"></p>)</td>
50 <td colspan="3">&nbsp;</td>
51 </tr>
52 <tr node="rep:numbers">
53 <td node="con:id"></td>
54 <td node="con:summary"></td>
55 <td node="con:severity"></td>
56 <td node="con:fixed"></td>
57 </tr></div>
58 </table>
59 </div>
60 </td>
61 </tr>
62 </table>
63 <address><?=_("Last update")?>: <div node="-con:date"></div></address>
64 <address><?=_("Please note: this page gets automatically updated twice a day, on 00:00 and 12:00 UTC.")?></address>
65 <?php
66 require_once("inc/footer.inc.php");
67 ?>

  ViewVC Help
Powered by ViewVC 1.1.5