echo H($_POST["searchText"]);
?>
">
  <input type="hidden" name="page" value="1">
</form>

<!--**************************************************************************
    *  Printing result stats and page nav
    ************************************************************************** -->
<?php 
echo H($mbrQ->getRowCount());
echo $loc->getText("cdusearchFoundResults");
?>
<br>
<?php 
printResultPages($currentPageNmbr, $mbrQ->getPageCount());
?>
<br>
<br>

<!--**************************************************************************
    *  Printing result table
    ************************************************************************** -->
<table class="primary">
  <tr>
    <th valign="top" nowrap="yes" align="left" colspan="10">      <?php 
echo $loc->getText("cduBidSearchResults");
?>
    </th>
    <th valign="top" nowrap="yes" align="left" colspan="60">      <?php 
echo $loc->getText("Cdu_Descripcion");