Пример #1
0
   system.
  </li>
  
  <li>
   If the bug you found does not relate to a package, one of the following
   categories should be appropriate:
   <?php 
print make_bug_link('Web Site', 'report', '<strong>Web&nbsp;Site</strong>');
?>
,
   <?php 
print make_bug_link('Documentation', 'report', '<strong>Documentation</strong>');
?>
 or
   <?php 
print make_bug_link('Bug System', 'report', '<strong>Bug&nbsp;System</strong>');
?>
.
   Do be aware that this &quot;Bug System&quot; link is
   <strong>only</strong> for reporting issues with the
   <strong>user interface</strong> for reporting, searching and
   editing the bugs, so is <strong>not</strong> for reporting bugs
   about packages or other parts of the website.
  </li>
</ul>

<p>
You may find the
<?php 
print_link('https://bugs.php.net/stats.php', 'Bug Statistics');
?>
Пример #2
0
} else {
    print '<td align="center">[ ' . make_bug_link($pkg['name']) . ' ]</td>';
}
if (!empty($doc_link)) {
    print '<td align="center">[ ' . make_link($doc_link, "View Documentation") . ' ]</td>';
} else {
    print '<td />';
}
?>
</tr>
<?php 
if (empty($bug_link)) {
    ?>
<tr>
	<td align="center">[ <?php 
    echo make_bug_link($pkg['name'], 'report', 'Report new bug');
    ?>
 ]</td>
</tr>
<?php 
}
?>
</table>

<br />

<?php 
// }}}
// {{{ "Available Releases"
if (!$relid) {
    $bb = new BorderBox("Available Releases", "90%", "", 5, true);
Пример #3
0
<div style="clear:both;"></div>
<h2 style="margin-top: 1.0em;">More Options</h2>
<!-- Shh -->
<ul style="-moz-column-count:2">
    <li><?php 
echo make_link('search.php', 'Search');
?>
 existing bugs.</li>
    <li>See <?php 
echo make_link('stats.php', 'Bug Statistics');
?>
</li>
    <li>Check the <?php 
echo make_link('http://www.nabble.com/Pear---General-f166.html', 'pear-general', 'top');
?>
 and <?php 
echo make_link('http://www.nabble.com/Pear---Dev-f167.html', 'pear-dev', 'top');
?>
 mailing list archives.</li>
    <li>Report a <?php 
print make_bug_link('pearweb', 'report', 'website');
?>
 problem.</li>
    <li>Report a <?php 
print make_bug_link('Documentation', 'report', 'documentation');
?>
 problem.</li>
</ul>

<?php 
response_footer();