This repository has been archived by the owner on Apr 26, 2023. It is now read-only.
forked from Symbiota/Symbiota-deprecated
-
Notifications
You must be signed in to change notification settings - Fork 1
/
header_template.php
107 lines (106 loc) · 3.03 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
<SCRIPT LANGUAGE=JAVASCRIPT>
<!--
if (top.frames.length!=0)
top.location=self.document.location;
// -->
</SCRIPT>
<table id="maintable" cellspacing="0">
<tr>
<td class="header" colspan="3">
<div style="clear:both;">
<div style="clear:both;">
<img style="" src="<?php echo $clientRoot; ?>/images/layout/defaultheader.jpg" />
</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 $clientRoot; ?>/profile/viewprofile.php">My Profile</a>
</span>
<span style="margin-left:5px;">
<a href="<?php echo $clientRoot; ?>/profile/index.php?submit=logout">Logout</a>
</span>
<?php
}
else{
?>
<span style="">
<a href="<?php echo $clientRoot."/profile/index.php?refurl=".$_SERVER['PHP_SELF']."?".$_SERVER['QUERY_STRING']; ?>">
Log In
</a>
</span>
<span style="margin-left:5px;">
<a href="<?php echo $clientRoot; ?>/profile/newprofile.php">
New Account
</a>
</span>
<?php
}
?>
<span style="margin-left:5px;margin-right:5px;">
<a href='<?php echo $clientRoot; ?>/sitemap.php'>Sitemap</a>
</span>
</div>
<ul id="hor_dropdown">
<li>
<a href="<?php echo $clientRoot; ?>/index.php" >Home</a>
</li>
<li>
<a href="#" >Search</a>
<ul>
<li>
<a href="<?php echo $clientRoot; ?>/collections/index.php" >Search Collections</a>
</li>
<li>
<a href="<?php echo $clientRoot; ?>/collections/map/mapinterface.php" target="_blank">Map Search</a>
</li>
</ul>
</li>
<li>
<a href="#" >Images</a>
<ul>
<li>
<a href="<?php echo $clientRoot; ?>/imagelib/index.php" >Image Browser</a>
</li>
<li>
<a href="<?php echo $clientRoot; ?>/imagelib/search.php" >Search Images</a>
</li>
</ul>
</li>
<li>
<a href="<?php echo $clientRoot; ?>/projects/index.php" >Inventories</a>
<ul>
<li>
<a href="<?php echo $clientRoot; ?>/projects/index.php?pid=1" >Project 1</a>
</li>
<li>
<a href="<?php echo $clientRoot; ?>/projects/index.php?pid=2" >Project 2</a>
</li>
<li>
<a href="<?php echo $clientRoot; ?>/projects/index.php?pid=3" >Project 3</a>
</li>
</ul>
</li>
<li>
<a href="#" >Interactive Tools</a>
<ul>
<li>
<a href="<?php echo $clientRoot; ?>/checklists/dynamicmap.php?interface=checklist" >Dynamic Checklist</a>
</li>
<li>
<a href="<?php echo $clientRoot; ?>/checklists/dynamicmap.php?interface=key" >Dynamic Key</a>
</li>
</ul>
</li>
</ul>
</div>
</td>
</tr>
<tr>
<td class='middlecenter' colspan="3">