<?php
// notes.php - PHProjekt Version 4.0
// copyright © 2000-2003 Albrecht Guenther hide@address.com
// www.phprojekt.com
// Author: Albrecht Guenther
$path_pre="../";
$include_path = $path_pre."lib/lib.inc.php";
include_once $include_path;
$fields = array('all'=>$rts_23,'name'=>$forum_text5,'remark'=>$forum_text6);
TT_Template::HTMLHeaderBegin(getTranslation("Notes"));
echo "<script language='JavaScript' src='$lib_path/chkform.js' type='text/javascript'></script>\n";
TT_Template::BoxIncludes();
TT_Template::HTMLHeaderEnd();
TT_Template::HTMLBodyBegin();
if (!$mode) { $mode = "view"; }
//echo "Mode : ".$mode.", Action : ".$action.", newnote : ".$new_note.", module : ".$module.", proj : ".$projekt_ID."<br>\n";
include_once("./notes_$mode.php");
Tools::TimeStoreCounter($database,$starttime,$user_ID,true,$path_pre);
TT_Template::BoxInit("notes");
TT_Template::HTMLBodyEnd();
?>