<?php

include_once '../config/symbini.php';
include_once $serverRoot . '/classes/OccurrenceManager.php';
header("Content-Type: text/html; charset=" . $charset);
header("Cache-Control: no-cache, must-revalidate");
// HTTP/1.1
header("Expires: Sat, 26 Jul 1997 05:00:00 GMT");
// Date in the past
$collManager = new OccurrenceManager();
$collArray = $collManager->getSearchTerms();
$collManager->reset();
?>

<html xmlns="http://www.w3.org/1999/html">
<head>
    <title><?php 
echo $defaultTitle;
?>
 Collection Search Parameters</title>
	<link href="../css/base.css?<?php 
echo $CSS_VERSION;
?>
" type="text/css" rel="stylesheet" />
	<link href="../css/main.css?<?php 
echo $CSS_VERSION;
?>
" type="text/css" rel="stylesheet" />
	<link href="../css/jquery-ui.css" type="text/css" rel="Stylesheet" />
	<script type="text/javascript" src="../js/jquery.js"></script>
	<script type="text/javascript" src="../js/jquery-ui.js"></script>