本文整理汇总了PHP中Note::Get_Note方法的典型用法代码示例。如果您正苦于以下问题:PHP Note::Get_Note方法的具体用法?PHP Note::Get_Note怎么用?PHP Note::Get_Note使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类Note
的用法示例。
在下文中一共展示了Note::Get_Note方法的4个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1:
this.innerHTML = '-';
} ">-</a> 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:
</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:
</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:
<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"> </div>
<div>Project Links<a href="#" onclick="<?php
echo $yui->show_panel('addLink');
?>
" >Edit Links</a></div>
<div id="projectLinks" ></div>