Esempio n. 1
0
if ($notfound) {
    ?>
The package specified ('<?php 
    echo $package;
    ?>
') could not be found.  We have a few suggestions.
<ul>
<li><a href="<?php 
    echo $Searches->GetDefaultSearchString($package);
    ?>
">Search</a> for ports containing '<?php 
    echo $package;
    ?>
' in their name.
<li><a href="<?php 
    echo $Searches->GetDefaultSoundsLikeString($package);
    ?>
">Search</a> for ports which sound like '<?php 
    echo $package;
    ?>
'.
</ul>
<?php 
} else {
    die('I have no idea what I should be doing');
}
?>
</P>
</TD></TR>

</TABLE>