예제 #1
0
파일: tag.php 프로젝트: name256/crm42
$page->setExtJavaScripts1('<script language="javascript" SRC="js/jquery.js"></script>');
// might not need
//*********************Page Style *******************************//
// used to set page styles.  This should be used sparingly.  External css should be used instead.
$page_style = '
';
$page->setPageStyle($page_style);
$page->displayPageTop();
// **********************Start html for content column ****************************//
$ajax->Run();
// Must be called inside the 'html' or 'body' tags
?>

<div id="content_column_header">
viewing items tags as: <?php 
echo $contact->Get_Tag_Name($_REQUEST[tag_id]);
?>
	<div class="form_main">
		<div class="head"></div>
		
	</div>
</div>
<div class="form_main">
	<div id="search_result"><?php 
$contact->GetModule_id_inTag($_REQUEST[tag_id], $contact, $task, $file, $page);
?>
</div>
</div>