1
|
<!--begin the page footer area-->
|
2
|
<!--
|
3
|
these div's must have closing elements for the css to work. Don't
|
4
|
reduce them to <div id="blah" />
|
5
|
-->
|
6
|
|
7
|
<div class="footer-menu">
|
8
|
<a class="menu" href="index.html">Home</a> |
|
9
|
<a class="menu" href="sites/index.html">Site</a> |
|
10
|
<a class="menu" href="people/index.html">People</a> |
|
11
|
<a class="menu" href="research/index.html">Research</a> |
|
12
|
<a class="menu" href="data/index.html">Data</a> |
|
13
|
<a class="menu" href="education/index.html">Education</a> |
|
14
|
<a class="menu" href="affiliates/index.html">Affiliates</a>
|
15
|
</div>
|
16
|
|
17
|
<div class="footer-left">
|
18
|
Copyright © 2003 Santa Barbara Coastal LTER. All rights reserved. </div>
|
19
|
</div>
|
20
|
|
21
|
<div class="footer-right">
|
22
|
Contact: <a class="footer-link" href="mailto:sbc_help@lternet.edu"> sbc_help@lternet.edu</a>
|
23
|
| Internal
|
24
|
<a class="footer-link" href="http://sbc.lternet.edu/private" target="offline">Login</a>
|
25
|
</div>
|
26
|
|
27
|
|
28
|
|