forked from BioKIC/NEON-Biorepository-deprecated
-
Notifications
You must be signed in to change notification settings - Fork 0
/
header_template.php
115 lines (114 loc) · 3.33 KB
/
header_template.php
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<script>
<!--
if (top.frames.length!=0)
top.location=self.document.location;
// -->
</script>
<table id="maintable" cellspacing="0">
<tr>
<td id="header" colspan="3">
<div style="clear:both; width:100%; height:170px; border-bottom:1px solid #000000;">
<div style="float:left">
<img src="<?php echo $CLIENT_ROOT; ?>/images/layout/left_logo.jpg" style="margin:0px 30px;width:130px" />
</div>
<div style="margin-left: 40px; color: #fff; font-family: 'Mate', serif; letter-spacing: 1px; text-shadow: 0 0 7px rgba(0,0,0,0.5);">
<div style="margin-top:30px; font-size:60px; line-height:48px;">
First Level Title
</div>
<div style="margin-top:20px; font-size:35px; font-style: italic">
Second Level Title
</div>
</div>
</div>
<div id="top_navbar">
<div id="right_navbarlinks">
<?php
if($userDisplayName){
?>
<span style="">
Welcome <?php echo $userDisplayName; ?>!
</span>
<span style="margin-left:5px;">
<a href="<?php echo $CLIENT_ROOT; ?>/profile/viewprofile.php">My Profile</a>
</span>
<span style="margin-left:5px;">
<a href="<?php echo $CLIENT_ROOT; ?>/profile/index.php?submit=logout">Logout</a>
</span>
<?php
}
else{
?>
<span style="">
<a href="<?php echo $CLIENT_ROOT."/profile/index.php?refurl=".$_SERVER['PHP_SELF']."?".$_SERVER['QUERY_STRING']; ?>">
Log In
</a>
</span>
<span style="margin-left:5px;">
<a href="<?php echo $CLIENT_ROOT; ?>/profile/newprofile.php">
New Account
</a>
</span>
<?php
}
?>
<span style="margin-left:5px;margin-right:5px;">
<a href='<?php echo $CLIENT_ROOT; ?>/sitemap.php'>Sitemap</a>
</span>
</div>
<ul id="hor_dropdown">
<li>
<a href="<?php echo $CLIENT_ROOT; ?>/index.php" >Home</a>
</li>
<li>
<a href="#" >Search</a>
<ul>
<li>
<a href="<?php echo $CLIENT_ROOT; ?>/collections/index.php" >Search Collections</a>
</li>
<li>
<a href="<?php echo $CLIENT_ROOT; ?>/collections/map/index.php" target="_blank">Map Search</a>
</li>
</ul>
</li>
<li>
<a href="#" >Images</a>
<ul>
<li>
<a href="<?php echo $CLIENT_ROOT; ?>/imagelib/index.php" >Image Browser</a>
</li>
<li>
<a href="<?php echo $CLIENT_ROOT; ?>/imagelib/search.php" >Search Images</a>
</li>
</ul>
</li>
<li>
<a href="<?php echo $CLIENT_ROOT; ?>/projects/index.php" >Inventories</a>
<ul>
<li>
<a href="<?php echo $CLIENT_ROOT; ?>/projects/index.php?pid=1" >Project 1</a>
</li>
<li>
<a href="<?php echo $CLIENT_ROOT; ?>/projects/index.php?pid=2" >Project 2</a>
</li>
<li>
<a href="<?php echo $CLIENT_ROOT; ?>/projects/index.php?pid=3" >Project 3</a>
</li>
</ul>
</li>
<li>
<a href="#" >Interactive Tools</a>
<ul>
<li>
<a href="<?php echo $CLIENT_ROOT; ?>/checklists/dynamicmap.php?interface=checklist" >Dynamic Checklist</a>
</li>
<li>
<a href="<?php echo $CLIENT_ROOT; ?>/checklists/dynamicmap.php?interface=key" >Dynamic Key</a>
</li>
</ul>
</li>
</ul>
</div>
</td>
</tr>
<tr>
<td id='middlecenter' colspan="3">