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="prl" style="display:none;"><img  id="prl_image" src="images/spinner.gif"  /></div>
<div id="content_column_header" style="background-color:#b2b2b2;">
	<h2>GROUP</h2>
    <div><?php 
echo $group_display->ShowGroup();
?>
</div>
	<h3>clone Selected Product</h3>
</div>
<div id="task_area" style="float:left;width: 49%;"><?php 
echo $group_display->show_searchtable();
?>
</div>
<div id="show_detail" style="float:right;background-color:#b2b2b2; margin-top:8px;width: 49%;" ></div>

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

<?php 
$page->displayPageBottom();