-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader_lsst.shtml
26 lines (25 loc) · 1.33 KB
/
header_lsst.shtml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!-- Check if vars are set, if not set them to somehting that make sense -->
<!--#if expr="${title}" -->
<!--#else -->
<!--#set var="title" value="Survey Science Group Pages" -->
<!--#endif -->
<div id="pageHeader">
<lsstlogo>
<a href="http://www.lsst.org"><img height="85px" border="0" align="top" src="images/lsst_trans.png" alt="LSST"></a>
</lsstlogo>
<logo>
<a href="home_ssg.shtml"><img height="70px" border="0" align="top" src="images/SSG_logo4.jpg" alt="SSG"></a>
</logo>
<titlebar><!--#echo var="title" --></titlebar>
<logotext><a href="http://www.astro.washington.edu">University of Washington Astronomy</a></logotext>
<div id="nav1">
<a href="home_ssg.shtml" class="<!--#echo var="home" -->">Home</a>
<a href="research.shtml" class="<!--#echo var="research" -->">Research</a>
<a href="lsst.shtml" class="<!--#echo var="LSST" -->">LSST</a>
<a href="escience.shtml" class="<!--#echo var="escience" -->">eScience</a>
<!-- <a href="education.shtml" class="<!--#echo var="education" -->">Outreach</a> -->
<a href="people.shtml" class="<!--#echo var="people" -->">People</a>
<!-- <a href="news.shtml" class="<!--#echo var="news" -->">News/Events</a> -->
<a href="private.shtml" class="<!--#echo var="private" -->">Private</a>
</div>
</div>