-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
24 lines (20 loc) · 718 Bytes
/
header.php
File metadata and controls
24 lines (20 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
/*iDarwinCore version 1.1
By Robert R. Pace <robert.pace@eku.edu>
This database software is designed for natural
history collections utilizing Darwin Core Archive
data for online querying of the collection's data
This file (header.php) is a commonly included
file for all PHPs in this package. It creates the
HTML headers along with header image and link-backs
*/
?>
<html>
<head><title><?php include("common.php"); echo $university; ?></title>
<link rel="stylesheet" type="text/css" href="main.css">
<script src="jquery-3.2.1.min.js"></script>
</head>
<BODY BGCOLOR="#E1F4E2" TEXT=BLACK LINK=DARKBLUE VLINK=PURPLE ALINK=RED>
<html>
<?php include("menubar.php")?>
<font color = "black">