Esempio n. 1
0
$page->setCustomJavaScripts('');
//*********************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">
		<div class="heading"><img src="images/person.gif" class="image_border" align="absmiddle" />&nbsp;Add a new person</div>
</div>
	<div><?php 
if (isset($_REQUEST['submit'])) {
    $em->addEvent_contact('server');
} else {
    $em->addEvent_contact('local');
}
?>
</div>








<?php 
// **********************Closes the Content Column and begins Info Column ****************************//