Exemplo n.º 1
0
// **********************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();
// **********************Start code for Info Column ****************************//
?>
<div class="form_main">
	<div>
		<a href="javascript:void(0);" onclick="javascript:inventory.add_InVeDetails('local',
														 {onUpdate: function(response,root){
														  document.getElementById('show_value').innerHTML=response;