예제 #1
0
$Keywords = 'Keywords for search engine';
$Description = 'Description for search engine';
$background_color = 'white';
include_once 'config.php';
include_once 'includes/ofuz_check_access.script.inc.php';
include_once 'includes/header.inc.php';
if (!is_object($_SESSION['adm_project_report'])) {
    $do_adm_project = new Project();
    $do_adm_project->sessionPersistent("adm_project_report", "index.php", OFUZ_TTL);
}
$_SESSION['adm_project_report']->getAll();
$do_adm_project_task = new ProjectTask();
$do_adm_task = new Task();
if (!is_object($_SESSION['adm_project_report_discuss'])) {
    $do_adm_project_discuss = new ProjectDiscuss();
    $do_adm_project_discuss->sessionPersistent("adm_project_report_discuss", "index.php", OFUZ_TTL);
}
?>

 
<?php 
$do_feedback = new Feedback();
$do_feedback->createFeedbackBox();
?>
<table class="layout_columns"><tr><td class="layout_lmargin"></td><td>
<div class="layout_content">
<?php 
$thistab = _('Projects');
// $_SESSION['dashboard_link'] = "timesheet";
include_once 'includes/ofuz_navtabs.php';
$do_breadcrumb = new Breadcrumb();
예제 #2
0
파일: index.php 프로젝트: jacquesbagui/ofuz
include_once 'includes/ofuz_check_access.script.inc.php';
include_once 'includes/header.inc.php';
$do_notes = new ContactNotes($GLOBALS['conx']);
$do_contact = new Contact($GLOBALS['conx']);
$do_company = new Company($GLOBALS['conx']);
$do_task = new Task($GLOBALS['conx']);
$do_task_category = new TaskCategory($GLOBALS['conx']);
$do_contact_task = new Contact();
$ProjectDiscuss = new ProjectDiscuss();
$ProjectTask = new ProjectTask();
$ProjectDiscuss->sessionPersistent("ProjectDiscuss", "index.php", OFUZ_TTL);
//$do_notes->sessionPersistent("ContactNotesEditSave", "index.php", OFUZ_TTL);
$ContactNoteExpend = new ContactNotes($GLOBALS['conx']);
$ContactNoteExpend->sessionPersistent("ContactNoteExpend", "contacts.php", OFUZ_TTL);
$DiscussNoteExpend = new ProjectDiscuss($GLOBALS['conx']);
$DiscussNoteExpend->sessionPersistent("DiscussNoteExpend", "contacts.php", OFUZ_TTL);
if (!is_object($_SESSION['do_work_feed'])) {
    $do_work_feed = new WorkFeed($GLOBALS['conx']);
    $do_work_feed->sessionPersistent("do_work_feed", "contacts.php", OFUZ_TTL);
}
$_SESSION['do_work_feed']->sql_qry_start = 0;
$_SESSION['do_work_feed']->getWorkfeedCount();
?>
<script type="text/javascript">
    //<![CDATA[
	
	<?php 
include_once 'includes/ofuz_js.inc.php';
?>