<td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  -->
  <tr>
    <td colspan="5" align="center" valign="middle"><?php
   if($maxPage>1)
   {
   ?>
  <table width="100%"  border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td width="35%" style="border-right:none;">&nbsp;</td>
      <td width="40%" align="center" valign="middle" style="border-right:none;"><?php echo $pager->renderFirst('First');?>&nbsp;<?php echo $pager->renderPrev('Previous');?>&nbsp;<?php echo $pager->renderNav('<span>', '</span>');?>&nbsp;<?php echo $pager->renderNext('Next'); ?>&nbsp;<?php echo $pager->renderLast('Last'); ?></td>
      <td width="25%" style="border-right:none;">&nbsp;</td>
    </tr>
  </table>
  <?php
  }
  ?>
</td>
    <td>&nbsp;</td>
  </tr>
</table>

</div><p>&nbsp;</p>
</div>

</body>
Esempio n. 2
0
    <td colspan="2" bgcolor="#366092">Gross Fees Collected : &nbsp;$<?php 
    echo $Processing_fee_Total;
    ?>
</td>
   </tr>
 
  <tr align="center" valign="middle">
    <td colspan="5">
	<?php 
    if ($maxPage > 1) {
        ?>
  <table width="100%"  border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td width="35%" style="border-right:none;">&nbsp;</td>
      <td width="40%" align="center" valign="middle" style="border-right:none;"><?php 
        echo $pager->renderPrev('Previous');
        ?>
&nbsp;<?php 
        echo $pager->renderNav('<span>', '</span>');
        ?>
&nbsp;<?php 
        echo $pager->renderNext('Next');
        ?>
</td>
      <td width="25%" style="border-right:none;">&nbsp;</td>
    </tr>
  </table>
  <?php 
    }
    ?>
	
Esempio n. 3
0
        echo $file_count;
        ?>
 </td>
  </tr>
  <?php 
    }
    ?>
  <?php 
    if ($number_files > 0) {
        ?>
  <tr>
    <td colspan="3"><table width="100%" align="center" height="45">
      <tr>
        <td width="25%" align="center" style="border:1px solid #cccccc;"><?php 
        //Display the link to previous page: <<
        echo $pager->renderPrev();
        ?>
        </td>
        <td width="50%" align="center" style="border:1px solid #cccccc;"><?php 
        //Display page links: 1 2 3
        echo $pager->renderNav();
        ?>
        </td>
        <td width="25%" align="center" style="border:1px solid #cccccc;"><?php 
        //Display the link to next page: >>
        echo $pager->renderNext();
        ?>
        </td>
      </tr>
    </table></td>
  </tr>
Esempio n. 4
0
					<tr>
						<td colspan="5" align="right">
						<?php 
include 'ps_pagination.php';
$conn = mysql_connect('localhost', 'root', '');
mysql_select_db('hawthorne_nittany', $conn);
$currdate = date("m/d/Y");
$sql = "SELECT * FROM `admin_rfq` WHERE isvalid=1";
$result = mysql_query($sql);
$pager = new PS_Pagination($conn, $sql, 20, 5);
//The paginate() function returns a mysql result set
$rs = $pager->paginate();
if (mysql_num_rows($result) > 20) {
    echo "&nbsp;&nbsp;" . $pager->renderFirst('First') . "&nbsp;&nbsp;";
    //Display the link to previous page: <<
    echo $pager->renderPrev('&lt;&lt;');
    //Display page links: 1 2 3
    echo $pager->renderNav();
    //Display the link to next page: >>
    echo $pager->renderNext(' &gt;&gt;');
    //Display the link to last page: Last
    echo "&nbsp;&nbsp;" . $pager->renderLast('Last');
}
?>
						</td>
					</tr>
						
					
					  <tr valign="top">
						<td class="heading" width="5%">Sl.No</td>
						<td class="heading" width="7%">RFQ Id</td>
Esempio n. 5
0
						</div>
				<?php 
        }
        // while ends............
        ?>
				<div class="wdthpercent100 pT10">
					<a href="<?php 
        echo $URL_SITE;
        ?>
/front/addItem.php" class="dashbutton">Post a new listing</a>
				</div>

				<!--/Pagination----------->                      
				<div class="pT20 reviewlisting">
					<ul><li><?php 
        echo $list_of_items_object->renderPrev();
        ?>
&nbsp;&nbsp;<?php 
        echo $list_of_items_object->renderNext();
        ?>
</li></ul>
				</div>
				<!--/Pagination----------->
		<?php 
    }
}
?>
		<!-- ALL STARLISTING ITEM ----------------------------->

		<?php 
if ($_GET['type'] == 'reservation') {