예제 #1
0
파일: order.php 프로젝트: name256/crm42
	filter_selected: true,
	maxitems: 1,
  });		 
});	
}
');
$page->setPageStyle($page_style);
$page->displayPageTop('full');
// **********************Start html for content column ****************************//
$notify->Notify();
$ajax->Run('js/phplivex.js');
// Must be called inside the 'html' or 'body' tags
$order_id = $_REQUEST['order_id'];
$_SESSION[order_id] = $_REQUEST['order_id'];
// generated order id
if ($workorder->validateOrderId($order_id) == 'true') {
    //echo $global_task->estDueDate((2*24*3600),'','2011-11-13').'aaaaa';
    //echo getWorkingDays("2011-11-5","2011-11-15");
    ?>
<div id="div_order"   class="" style="display:none;"></div>

<div id="prl" style="visibility:hidden;"><img  id="prl_image" src="images/spinner.gif"  /></div>
<div>
	<div style="width:60%; background-color:#fff; border-right:1px #ccc solid; border-bottom:1px #ccc solid; margin-right:2%; float:left;">
		<div id="div_project"   class="" style="display:none;"></div>
		<div style="font-size:24px; height:20%">Mt. erp Order</div>
		<div class="contact_form">
			<div id="div_contact_people" style="float:left; width:30%;">
			    <?php 
    echo $workorder->showCompleteContactDetails($_REQUEST[order_id]);
    ?>