g<html>
<? include '../head.php' ?>
<body>
<? $navmode = "database"; include '../nav.php'; ?>

<div id="content">

<div class="sidenote">
<img src="../coolpic.gif" />
</div>

<h1>Database</h1>
<p>Here you can directly search for a crystal by its common name.
Feel free to browse the database, new information is being added all the time.</p>

<center>
<form method="GET" action="results.php">
<input type="text" name="searchstring" size="40"/>
<input type="submit" name="submit" value="Search"/>
</form>
</center>

<p>
<center>
<a href="<? echo $crystalroot; ?>/database/search.php">[Search]</a>
<a href="<? echo $crystalroot; ?>/database/browse.php">[Browse]</a>
</center>
</p>
</div>
<?include '../footer.php' ?>
</body>
</html>