Newer
Older
ubixos-web / docroot / taskmanager / admin-header.php
@reddawg reddawg on 29 Jun 2004 4 KB UbixOS Web Site
<?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>
";
?>
<body>

<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_inact_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>

		</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>
		[<a href=index.php>RETURN TO PROJECTS</a>] :: [<a href=admin.php>USER LIST</a>]
		<img src=img/spacer.gif width=8 height=1 border=0>
	</td>
</tr>
</table>
<div id="object1" style="showing">&nbsp;</div>
<br>