| 1 |
<div style="text-align: center;font-family: Arial, Helvetica, sans-serif;font-size: 90%;">
|
| 2 |
<div>
|
| 3 |
<a href="no_watch.html">Pkgs without watch file</a> |
|
| 4 |
<a href="no_updated.html">Pkgs not in sync with upstream</a>
|
| 5 |
</div>
|
| 6 |
<div>
|
| 7 |
<a href="no_upstream.html">Pkgs with watch file but no upstream version checkable</a> |
|
| 8 |
<a href="stats.html">DEHS statistics</a>
|
| 9 |
</div>
|
| 10 |
</div><br/>
|
| 11 |
<?php
|
| 12 |
if (defined('PBAR') && isset($title)) {
|
| 13 |
?>
|
| 14 |
<table bgcolor="#DF0451" border="0" width="100%" cellpadding="0" cellspacing="0" summary="">
|
| 15 |
<tr>
|
| 16 |
<td valign="top">
|
| 17 |
<img src="http://www.debian.org/Pics/red-upperleft.png" align="left" border="0" hspace="0" vspace="0" alt="" width="8" height="10">
|
| 18 |
</td>
|
| 19 |
<td rowspan="2" align="center">
|
| 20 |
<font color="#FFFF00"><big><?=htmlentities($title)?></big></font>
|
| 21 |
</td>
|
| 22 |
<td valign="top">
|
| 23 |
<img src="http://www.debian.org/Pics/red-upperright.png" align="right" border="0" hspace="0" vspace="0" alt="" width="8.5" height="10">
|
| 24 |
</td>
|
| 25 |
</tr>
|
| 26 |
<tr>
|
| 27 |
<td valign="bottom">
|
| 28 |
<img src="http://www.debian.org/Pics/red-lowerleft.png" align="left" border="0" hspace="0" vspace="0" alt="" width="8.5" height="10">
|
| 29 |
</td>
|
| 30 |
<td valign="bottom">
|
| 31 |
<img src="http://www.debian.org/Pics/red-lowerright.png" align="right" border="0" hspace="0" vspace="0" alt="" width="8" height="10">
|
| 32 |
</td>
|
| 33 |
</tr>
|
| 34 |
</table>
|
| 35 |
<br/>
|
| 36 |
<?php } ?>
|