Пример #1
0
																this.innerHTML = '-';
																} ">-</a>&nbsp;Note</div></div> 
<?php 
?>
<div class="Clear" id="note_div" style="visibility:visible"><?php 
if ($_POST[submit] == 'add message') {
    $note->Create_Note('server', $_REQUEST[project_id], 'Project', $page->auth->Get_user_id());
    exit;
} else {
    $note->Create_Note('local', $_REQUEST[project_id], 'Project', $page->auth->Get_user_id());
}
?>
</div>
</div>
	<?php 
echo $note->Get_Note($_REQUEST[project_id], 'Project');
// **********************Closes the Content Column and begins Info Column ****************************//
$page->printContentColumnEnd();
// **********************Start code for Info Column ****************************//
/*?><a href="javascript:void(0);" id="task_link" onclick="document.getElementById('task_form').style.display=''; this.style.display='none'; return false;"><img src="images/add_task.png" class="action_links" /></a><br />

<div class="form_bg" style="display:none;" id="task_form">
<?
$task->SetModuleID($project_id);
if($_POST['Save']=='Add this Task')
$task->AddTask('server','PROJECT','project_profile.php','project_id');
else
 $task->AddTask('local');
?>
<div class="Clear"><a href="" onclick="document.getElementById('task_link').style.display=''; document.getElementById('task_form').style.display='none'; return false;">cancel</a></div>
</div>
Пример #2
0
    </div>
    <?php */
    ?>

<div style="width:68%;">
		<?php 
    if ($_POST[submit] == 'add message') {
        $note->Create_Note('server', $_SESSION['order_id'], 'ORDER', $page->auth->Get_user_id());
        exit;
    } else {
        $note->Create_Note('local', $_SESSION['order_id'], 'ORDER', $page->auth->Get_user_id());
    }
    ?>
</div>
<div><?php 
    echo $note->Get_Note($_SESSION['order_id'], 'ORDER');
    ?>
</div>

<?php 
    $page->displayPageBottom();
} else {
    ?>
<div id="content_area">
<h2 style="margin-top:100px; margin-left:200px;"> THE ORDER WITH ORDER ID <i><?php 
    echo $order_id;
    ?>
</i> HAS NOT BEEN GENERATED YET , THANK YOU !! </h2>
</div>
<?php 
}
Пример #3
0
</div></div></div>

<?php 
?>
<div class="Clear"><?php 
if ($_POST[submit] == 'add message') {
    $note->Create_Note('server', $em->GetContactID(), $contact->module, $page->auth->Get_user_id());
    exit;
} else {
    $note->Create_Note('local', $em->GetContactID(), $contact->module, $page->auth->Get_user_id());
}
?>
</div>
	<div>
	<?php 
echo $note->Get_Note($em->GetContactID(), $contact->module);
?>
		
    </div>
<?php 
// **********************Closes the Content Column and begins Info Column ****************************//
$page->printContentColumnEnd();
// **********************Start code for Info Column ****************************//
?>

<div class="form_main">
<a href="task.php?contact_id=<?php 
echo $em->GetContactID();
?>
" id="task_link" onclick="document.getElementById('task_form').style.display=''; this.style.display='none'; return false;"><img src="images/add_task.png" class="action_links" /></a><br />
Пример #4
0
<div id="div_event"   class="" style="display:none;"></div>
<div id="prl" style="visibility:hidden;"><img  id="prl_image" src="images/spinner.gif"  /></div>
<div id="content_column_header" >Projects</div>
<div class="form_main">
	<div>My Projects</div>
	<div id="basic"></div>
</div>
<div>Project Notes</div>
	<?php 
if ($_POST["submit"] == 'add message') {
    $note->Create_Note('server', $project_id, "PROJECTS", $page->auth->Get_user_id());
    exit;
} else {
    $note->Create_Note('local', $project_id, "PROJECTS", $page->auth->Get_user_id());
}
echo $note->Get_Note($project_id, "PROJECTS");
$page->printContentColumnEnd();
?>
<div>Project Users <a href="#" onclick="<?php 
echo $yui->show_panel('addUser');
?>
" >Edit Users</a></div>
<div id="projectUsers"></div>
<div style="height: 15px">&nbsp;</div>
<div>Project Links<a href="#" onclick="<?php 
echo $yui->show_panel('addLink');
?>
" >Edit Links</a></div>
<div id="projectLinks" ></div>