-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
18 lines (18 loc) · 883 Bytes
/
header.php
File metadata and controls
18 lines (18 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?PHP
//IKnew Herbarium Database Package
//Created by Robert R. Pace
//robert_pace3@eku.edu
//quepid@gmail.com
//
//This PHP/MySQL solution was created under direction of Dr. Ronald L. Jones from Eastern Kentucky University
//with the purpose to update the previous database (Index Kentuckiensis) to an online model with similar functionality
//
//This file is displayed at the top of every page as a header.
//
?>
<html>
<head><title>Eastern Kentucky University Herbarium</title> <style type="text/css"> table { empty-cells:show; } </style></head>
<BODY BGCOLOR="#FFFFCC" TEXT=BLACK LINK=BLUE VLINK=PURPLE ALINK=RED>
<table bgcolor="7C2B4E" style="width: 100%">
<tr><td><a href="http://herbariumdb.eku.edu"><img id="ekuLogo" src="./images/eku.jpg" alt="Eastern Kentucky University" style="float: left"></a></td><td><h1><font color="FFFFFF">Herbarium</FONT></h1></td> </tr>
</table>