Exemplo n.º 1
0
';
//$page_style = '';
$page->setPageStyle($page_style);
$page->displayPageTop();
$ajax->Run('phplivex.js');
// Must be called inside the 'html' or 'body' tags
// **********************Start html for content column ****************************//
$notify->Notify();
?>
<div id="prl" style="display:none;"><img  id="prl_image" src="images/spinner.gif"  /></div>
<div id="content_column_header" style="background-color:#EEEEEE;">
	<h2>Inventory Manager</h2>
    <div id="content_column_header" style="background-color:#EEEEEE;">
	   <?php 
echo $inventory->InVeDetails();
?>
</div>
    </div>
<div class="form_main">
<div id="task_area" style="float:left; overflow-y:scroll; overflow-x:hidden; height:690px; width:650px;">
  <?php 
echo $inventory->show_searchInventoryVendor();
?>
</div>
</div>


<?php 
// **********************Closes the Content Column and begins Info Column ****************************//
$page->printContentColumnEnd();