コード例 #1
0
ファイル: project_new.php プロジェクト: name256/crm42
				<?php 
    } else {
        $note_claim = 'claimed';
    }
    if ($_POST[chk_complete] == 'on') {
        $note_complete = 'yes';
        ?>
				<script>	
				document.getElementById('show_advance_search').style.display='block';			
				document.getElementById('chk_complete').checked = true;
				</script>
				<?php 
    } else {
        $note_complete = 'no';
    }
    echo $project_new->searchProjectList($_POST[customer_id], $_POST[user_id], $note_status, $note_imp, $note_claim, '', $note_complete);
} else {
    echo $project_new->searchProjectList('', '', '', '', 'claimed');
}
?>
	</div>
</div>


<?php 
// **********************Closes the Content Column and begins Info Column ****************************//
$page->printContentColumnEnd();
// **********************Start code for Info Column ****************************//
?>
<div id="divProduct" style="background-color:#eee">
<?php 
コード例 #2
0
ファイル: project_new.php プロジェクト: name256/crm42
// Must be called inside the 'html' or 'body' tags
$notify->Notify();
$isAdminGroup = $page->auth->checkPermessionEdit('TBL_CONTACT', $_REQUEST[contact_id]) == 1 or $page->auth->isOwner(TBL_CONTACT, " and contact_id='{$_REQUEST['contact_id']}'");
?>

<div id="prl" style="visibility:hidden;"><img  id="prl_image" src="images/spinner.gif"  /></div>
<div id="content_column_header">
	<div class="form_main">
	  <script language="javascript">autosuggest(); autosuggest1();</script>
	  <?php 
$project_new->showProjectSearch();
?>
	</div>
</div>
<div class="form_main">
	<div id="show_search_result" class="form_main">
		<?php 
echo $project_new->searchProjectList();
?>
	</div>
</div>

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


<?php 
$page->displayPageBottom();