Exemplo n.º 1
0
//$page_style = '';
$page->setPageStyle($page_style);
$page->displayPageTop('full');
$ajax->Run('phplivex.js');
// Must be called inside the 'html' or 'body' tags
// **********************Start html for content column ****************************//
$notify->Notify();
?>
<div id="div_order" class="" style="display:none;"></div>

<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>Product Screen</h2>
    <div id="invedetails">
	  <?php 
echo $obj_product->InVeDetails();
?>
</div>
    </div>
	
<div id="form_main">
 <div style="float:inherit; margin:0;">
          <a href="javascript:void(0);" onclick="javascript:obj_product.add_item('local',
                                                                     {onUpdate: function(response,root){
																	  document.getElementById('show_value').innerHTML=response;
																	  document.getElementById('show_value').style.display='';
																	 },preloader:'prl'});">ADD ITEM</a>
 </div>
<div id="show_value" style="background-color:#EEEEEE; float:right; margin-top:10.5px; width:600px;"></div>
<div id="task_area" style="float:left; overflow-y:scroll; overflow-x:hidden; height:690px; width:450px;">
   <?php