Example #1
0
// 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]);
    ?>
		    </div>
			<div style="float:left; width:70%;">
			    <?php 
    echo $workorder->showOrderSizeQuantity($_SESSION['contact_id'], $_REQUEST[order_id]);
    ?>
			</div>
                        
			<div class="Clear"></div>
                        <div>           <?php 
    echo $fileserver->display_files($_REQUEST[order_id], "order", array("header_text_style" => 'color: #5f0000;font-size: 14px;font-weight: bold;', "header_color" => "#f3f3f3", "main_width" => "100%", "nostyle" => true, "class" => "profile_box1", "main_style_overide" => 'font-weight:bold;margin-left:16px;'));
    ?>
</div>
		</div>
	</div>