Example #1
0
 * @version 0.6
 * @date 2010-09-06
 * @since 0.2
 */
$Author = 'SQLFusion LLC';
$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';
$pageTitle = _('Projects') . ' :: Ofuz';
include_once 'includes/header.inc.php';
$do_project = new Project();
if (!is_object($_SESSION['do_project'])) {
    $do_project = new Project();
    $do_project->sessionPersistent("do_project", "index.php", OFUZ_TTL);
}
$ContactEditSave = new Contact();
?>
<script type="text/javascript">
    //<![CDATA[
	<?php 
include_once 'includes/ofuz_js.inc.php';
?>
    //]]>
</script>
<?php 
$do_feedback = new Feedback();
$do_feedback->createFeedbackBox();
?>
<table class="layout_columns"><tr><td class="layout_lmargin"></td><td>
Example #2
0
<?php

// Copyrights 2008 - 2010 all rights reserved, SQLFusion LLC, info@sqlfusion.com
/** Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html **/
$pageTitle = 'Ofuz :: Timesheet';
$Author = 'SQLFusion LLC';
$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>