<?php /************************************************************************** * Eridu - Web based Groupware * ************************************************************************** * Copyright (c) 2000, The Eridu Project * ************************************************************************** * This source file is subject to version 2.0 of the GNU GENERAL PUBLIC * * LICENSE that is bundled with this package in the file COPYING, and is * * available through the world-wide-web at: * * http://www.gnu.org/copyleft/gpl.html * * If you did not receive a copy of the license and are unable to * * obtain it through the world-wide-web, please send a note to * * eridu-hide@address.com so we can mail you a copy * * immediately. * ************************************************************************** * * $Id: gutslogo.php,v 1.1 2000/12/05 05:32:07 lurker Exp $ * * Revision History: * $Log: gutslogo.php,v $ * Revision 1.1 2000/12/05 05:32:07 lurker * Changing directory structure * * Revision 1.6 2000/11/30 23:16:02 lurker * Resized the gutslogo to match the size of the titlebar * * Revision 1.5 2000/11/22 00:06:37 mhroberts * Some Table tags were out of order, and an image tag was not closed. * * Revision 1.4 2000/11/15 17:10:25 eshraghi * add/edit help pages * * Revision 1.3 2000/11/14 19:50:52 eshraghi * UI edits to gutslogo and sidebar.php. * Added link to help pages in tasktitle.php * * Revision 1.2 2000/11/13 20:14:40 lurker * Added headers for these files * */ ?> <HTML> <BODY bgcolor="#B0B0B0"> <TABLE border=0 cellpadding=3 cellspacing=5 width=100% bordercolor=003399> <TR> <TD> <CENTER> <A HREF="main.php" target="main"><img src="images/logo.gif" height=55 border=0></A> </CENTER> </TD> </TR> <TR> <TD bgcolor="#006699" width=100%> <CENTER> <font face='Arial, Helvetica, sans-serif' size=3 color="#ffffff">Eridu</FONT> </CENTER> </TD> </TR> </TABLE> </BODY> </HTML>