Пример #1
0
$page_style = '


';
//$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:#3F3F3F;">
    <?php 
echo $capacity->showDateTextbox();
?>
</div>
	<div id="capacity">
	   <script>table();</script>
	</div>
	<div id="meter1">
		<?php 
$start_date = date('Y-m-d');
if (!$end_date) {
    $end_date = date('Y-m-d', strtotime("+6 days", strtotime($start_date)));
}
echo $capacity->searchDueDateData($start_date, $end_date, 'week');
?>
	</div>
	<div class="clear"></div>