<?PHP /*-----------------------------------------------------------------------** --------------------------------------------------------------------------- IPM (Incyte Project Manager) PHP based project tracking tool Copyright (c) 2001 by phlux This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. --------------------------------------------------------------------------- **-----------------------------------------------------------------------*/ include ("config.php"); $date=date("l :: F j, Y"); echo "<html><head><title>$page_title $version</title>"; echo "<link rel=stylesheet type=text/css href=$stylesheet_url>"; echo " <script type=\"text/javascript\"> <!-- NS4 = (document.layers) ? 1 : 0; IE4 = (document.all) ? 1 : 0; function show ( name ) { x = currentX; y = currentY + 20; if (NS4) { document.layers[name].xpos = parseInt ( x ); document.layers[name].left = parseInt ( x ); document.layers[name].ypos = parseInt ( y ); document.layers[name].top = parseInt ( y ); document.layers[name].visibility = \"show\"; } else { document.all[name].style.left = parseInt ( x ); document.all[name].style.top = parseInt ( y ); document.all[name].style.visibility = \"visible\"; } } function hide ( name ) { if (NS4) { document.layers[name].visibility = \"hide\"; } else { document.all[name].style.visibility = \"hidden\"; } } currentX = currentY = 0; function grabEl(e) { if ( NS4 ) { currentX = e.pageX; currentY = e.pageY; } else { currentX = event.x; currentY = event.y; } } if ( NS4 ) { document.captureEvents(Event.MOUSEDOWN | Event.MOUSEMOVE); } document.onmousemove = grabEl; //--> </script> </HEAD> "; ?> <TABLE cellSpacing=0 cellPadding=0 width="100%" height="36"> <TBODY> <tr> <TD vAlign=bottom width="151"> <p align="left"> <a href="http://www.ubixos.com"><img border="0" src="logo.gif" width="144" height="56"></TD> <TD vAlign=bottom width="100%"> <p align="center"><font face="Arial"> <a href="http://www.ubixos.com/UbixOSHome.htm"><img border="0" src="tab_inact_home.gif" width="114" height="18"></a> <a href="http://www.ubixos.com/ubixosteam2.htm"><img border="0" src="tab_inact_team.gif" width="114" height="18"></a> <a href="http://www.ubixos.com/ubixnews.htm"><img border="0" src="tab_inact_news.gif" width="114" height="18"></a> <a href="http://www.ubixos.com/ubixfaq.htm"><img border="0" src="tab_inact_FAQ.gif" width="114" height="18"></a></font> <a href="http://www.ubixos.com/cgi-bin/cvsweb.cgi"><img border="0" src="tab_inact_cvs.gif" width="114" height="18"></a> <a href="http://www.ubixos.com/taskmanager/index.php"><img border="0" src="tab_taskman.gif" width="114" height="18"></a> </tr> <tr> <TD width="100%" colspan="2"> <p align="justify"><font face="Arial"> <IMG height=7 src="tab_base.gif" width="100%" valign="top"></font></TD> </tr> </TBODY></TABLE> <? if ($pathtofortune) passthru($pathtofortune); ?> </td> </tr> </table> <table width=100% border=0 cellspacing=0 cellpadding=4> <tr> <td class=smaller> <img src=img/spacer.gif width=8 height=1 border=0> <?=$date?> </td> <td class=smaller align=right> <? if (isadmin()) echo "[<a href=admin.php>ADMIN</a>] :: "; ?> [<a href=index.php?op=mytasks>MY TASKS</a>] :: [<a href=index.php?op=listprojects>ACTIVE PROJECTS</a>] :: [<a href=index.php?op=addproject>NEW PROJECT</a>] :: [<a href=index.php?op=completedlist>COMPLETED PROJECTS</a>] :: [<a href=index.php?op=logout>LOGOUT</a>] <img src=img/spacer.gif width=8 height=1 border=0> </td> </tr> </table> <div id="object1" style="showing"> </div> <br>