<?php
/*
PAC Pulse (PACS Perfomance optimization tool)
Copyright (C) 2001 Medical College of Wisconsin
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
include ("pagefunctions.php");
gentop("About KodeBlue","NOTIMEFILTER");
echo "<h1 align='center'>About the KodeBlue Team</h1>\n<div align=\"center\"><img src='images/tuxdig.gif'><br></div><br>";
echo "<br><strong><big>About PACSPulse:</strong></big><br>
PACSPulse was designed using PHP with a MySQL database backend. Following an open-source software model for object-oriented design,
MCW's Kode Blue team was able to rapidly develop the tool by taking advantage of other open-source tools such as GNU-Linux and Apache.
<br><br>
<strong><big>Credits:</big></strong><br>
Project Lead/Lead Database Programmer- Paul Nagy<br>
Perl Programmer/Networking Manager/Assistant Graphics- Mark Daly<br>
Assistant Database Programmer/Lead Designer/Lead Graphics - Max Warnock<br>";
genbottom();
?>