1
|
<!--
|
2
|
'$RCSfile$'
|
3
|
Copyright: 2003 Regents of the University of California and the
|
4
|
National Center for Ecological Analysis and Synthesis
|
5
|
'$Author: sgarg $'
|
6
|
'$Date: 2005-10-20 14:01:24 -0700 (Thu, 20 Oct 2005) $'
|
7
|
'$Revision: 2686 $'
|
8
|
|
9
|
This program is free software; you can redistribute it and/or modify
|
10
|
it under the terms of the GNU General Public License as published by
|
11
|
the Free Software Foundation; either version 2 of the License, or
|
12
|
(at your option) any later version.
|
13
|
|
14
|
This program is distributed in the hope that it will be useful,
|
15
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
16
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
17
|
GNU General Public License for more details.
|
18
|
|
19
|
You should have received a copy of the GNU General Public License
|
20
|
along with this program; if not, write to the Free Software
|
21
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
22
|
-->
|
23
|
<!--____________________________max_width____________________________________-->
|
24
|
|
25
|
<link rel="stylesheet" type="text/css"
|
26
|
href="@systemidserver@@style-skins-path@/esa/esa.css"></link>
|
27
|
<script language="JavaScript">
|
28
|
<!--
|
29
|
function MM_findObj(n, d) { //v4.01
|
30
|
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
|
31
|
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
|
32
|
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
|
33
|
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
|
34
|
if(!x && d.getElementById) x=d.getElementById(n); return x;
|
35
|
}
|
36
|
function MM_swapImage() { //v3.0
|
37
|
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
|
38
|
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
|
39
|
}
|
40
|
function MM_swapImgRestore() { //v3.0
|
41
|
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
|
42
|
}
|
43
|
|
44
|
function MM_preloadImages() { //v3.0
|
45
|
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
|
46
|
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
|
47
|
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
|
48
|
}
|
49
|
|
50
|
|
51
|
function loginStatus(){
|
52
|
var httpRequest=false;
|
53
|
/*@cc_on @*/
|
54
|
/*@if (@_jscript_version >= 5)
|
55
|
try {
|
56
|
httpRequest = new ActiveXObject("Msxml2.XMLHTTP");
|
57
|
} catch (e) {
|
58
|
try {
|
59
|
httpRequest = new ActiveXObject("Microsoft.XMLHTTP");
|
60
|
} catch (E) {
|
61
|
httpRequest = false;
|
62
|
}
|
63
|
}
|
64
|
@end @*/
|
65
|
|
66
|
try{
|
67
|
if (!httpRequest && typeof XMLHttpRequest!='undefined') {
|
68
|
httpRequest = new XMLHttpRequest();
|
69
|
}
|
70
|
|
71
|
if(!httpRequest){
|
72
|
exit(0);
|
73
|
}
|
74
|
|
75
|
httpRequest.open("POST", "http://machination.msi.ucsb.edu/knb-pg/metacat?action=getloggedinuserinfo", true);
|
76
|
httpRequest.setRequestHeader("Content-Type", "text/xml");
|
77
|
var stringToSend = "action=getloggedinuserinfo";
|
78
|
httpRequest.onreadystatechange=function() {
|
79
|
if (httpRequest.readyState==4) {
|
80
|
var response = httpRequest.responseText;
|
81
|
var login_block = document.getElementById('login_block');
|
82
|
login_block.innerHTML="";
|
83
|
if(response.indexOf("public") > 0){
|
84
|
login_block.innerHTML = "<a href='@cgi-prefix@/register-dataset.cgi?cfg=esa&stage=loginform' target='_top' onMouseOut='MM_swapImgRestore();' onMouseOver='MM_swapImage(\"ESALogin\",\"\",\"ESAHeaderSlices/RollOvers/ESALoginR.gif\",1);'><img name='ESALogin' src='ESAHeaderSlices/ESALogin.gif' width='57' height='17' border='0' alt='Login'></a>";
|
85
|
//var a = document.createElement('a');
|
86
|
//a.href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&stage=loginform";
|
87
|
//var a_text = document.createTextNode('Login');
|
88
|
//a.appendChild(a_text);
|
89
|
//a.setAttribute("target","_top");
|
90
|
//login_block.appendChild(a);
|
91
|
} else {
|
92
|
login_block.innerHTML = "<a href='@cgi-prefix@/register-dataset.cgi?cfg=esa&stage=logout' target='_top' onMouseOut='MM_swapImgRestore();' onMouseOver='MM_swapImage(\"ESALogout\",\"\",\"ESAHeaderSlices/RollOvers/ESALogoutR.gif\",1);'><img name='ESALogout' src='ESAHeaderSlices/ESALogout.gif' width='57' height='17' border='0' alt='Login'></a>";
|
93
|
//var a = document.createElement('a');
|
94
|
//a.href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&stage=logout";
|
95
|
//var a_text = document.createTextNode('Logout');
|
96
|
//a.appendChild(a_text)
|
97
|
//a.setAttribute("target","_top");
|
98
|
|
99
|
if(response.indexOf("isModerator") > 0){
|
100
|
document.getElementById("modLink").className="show";
|
101
|
}
|
102
|
//login_block.appendChild(a);
|
103
|
}
|
104
|
}
|
105
|
}
|
106
|
httpRequest.send(stringToSend);
|
107
|
} catch (e) {
|
108
|
alert("caught an exception: " + e
|
109
|
+ " \nresponse was: \n" + httpRequest.responseText);
|
110
|
}
|
111
|
}
|
112
|
|
113
|
//-->
|
114
|
</script>
|
115
|
<table border="0" cellpadding="0" cellspacing="0" width="703">
|
116
|
<td><img src="ESAHeaderSlices/spacer.gif" width="19" height="1" border="0" alt=""></td>
|
117
|
<td><img src="ESAHeaderSlices/spacer.gif" width="143" height="1" border="0" alt=""></td>
|
118
|
<td><img src="ESAHeaderSlices/spacer.gif" width="78" height="1" border="0" alt=""></td>
|
119
|
<td><img src="ESAHeaderSlices/spacer.gif" width="102" height="1" border="0" alt=""></td>
|
120
|
<td><img src="ESAHeaderSlices/spacer.gif" width="154" height="1" border="0" alt=""></td>
|
121
|
<td><img src="ESAHeaderSlices/spacer.gif" width="102" height="1" border="0" alt=""></td>
|
122
|
<td><img src="ESAHeaderSlices/spacer.gif" width="57" height="1" border="0" alt=""></td>
|
123
|
<td><img src="ESAHeaderSlices/spacer.gif" width="48" height="1" border="0" alt=""></td>
|
124
|
<td><img src="ESAHeaderSlices/spacer.gif" width="1" height="1" border="0" alt=""></td>
|
125
|
</tr>
|
126
|
|
127
|
<tr>
|
128
|
<td colspan="8"><img name="header_r1_c1" src="ESAHeaderSlices/header_r1_c1.gif" width="703" height="36" border="0" alt=""></td>
|
129
|
<td><img src="ESAHeaderSlices/spacer.gif" width="1" height="36" border="0" alt=""></td>
|
130
|
</tr>
|
131
|
<tr>
|
132
|
<td rowspan="4"><img name="header_r2_c1" src="ESAHeaderSlices/header_r2_c1.gif" width="19" height="91" border="0" alt=""></td>
|
133
|
<td><a href="http://www.esa.org/"><img name="ESAHomeLogo" src="ESAHeaderSlices/ESAHomeLogo.gif" width="143" height="54" border="0" alt="ESA Home"></a></td>
|
134
|
<td rowspan="2" colspan="6"><img name="header_r2_c3" src="ESAHeaderSlices/header_r2_c3.gif" width="541" height="67" border="0" alt=""></td>
|
135
|
<td><img src="ESAHeaderSlices/spacer.gif" width="1" height="54" border="0" alt=""></td>
|
136
|
</tr>
|
137
|
<tr>
|
138
|
<td rowspan="3"><img name="header_r3_c2" src="ESAHeaderSlices/header_r3_c2.gif" width="143" height="37" border="0" alt=""></td>
|
139
|
<td><img src="ESAHeaderSlices/spacer.gif" width="1" height="13" border="0" alt=""></td>
|
140
|
</tr>
|
141
|
<tr>
|
142
|
<td><a href="http://www.esa.org/" target="_top" onMouseOut="MM_swapImgRestore();" onMouseOver="MM_swapImage('ESAHome2','','ESAHeaderSlices/ESAHome2_f2.gif','ESAHome2','','ESAHeaderSlices/RollOvers/ESAHomeR.gif',1);"><img name="ESAHome2" src="ESAHeaderSlices/ESAHome2.gif" width="78" height="17" border="0" alt="ESA Home"></a></td>
|
143
|
<td><a href="@systemidserver@@style-skins-path@/esa/index.html" target="_top" onMouseOut="MM_swapImgRestore();" onMouseOver="MM_swapImage('ESARegistry2','','ESAHeaderSlices/RollOvers/ESARegistryR.gif',1);"><img name="ESARegistry2" src="ESAHeaderSlices/ESARegistry2.gif" width="102" height="17" border="0" alt="Registry Home"></a></td>
|
144
|
<td><a href="@cgi-prefix@/register-dataset.cgi?cfg=esa" target="_top" onMouseOut="MM_swapImgRestore();" onMouseOver="MM_swapImage('ESARegisterNewData','','ESAHeaderSlices/RollOvers/ESANewDataSetR.gif',1);"><img name="ESARegisterNewData" src="ESAHeaderSlices/ESARegisterNewData.gif" width="154" height="17" border="0" alt="Register a New Data Set"></a></td>
|
145
|
<td><a href="@systemidserver@@style-skins-path@/esa/index.html#search" target="_top" onMouseOut="MM_swapImgRestore();" onMouseOver="MM_swapImage('ESASearch','','ESAHeaderSlices/RollOvers/ESASearchR.gif',1);"><img name="ESASearch" src="ESAHeaderSlices/ESASearch.gif" width="102" height="17" border="0" alt="Search for Data"></a></td>
|
146
|
<td><div id="login_block"><a href="#" target="_top" onMouseOut="MM_swapImgRestore();" onMouseOver="MM_swapImage('ESALogin','','ESAHeaderSlices/RollOvers/ESALoginR.gif',1);"><img name="ESALogin" src="ESAHeaderSlices/ESALogin.gif" width="57" height="17" border="0" alt="Login"></a></div></td>
|
147
|
<td rowspan="2"><img name="header_r4_c8" src="ESAHeaderSlices/header_r4_c8.gif" width="48" height="24" border="0" alt=""></td>
|
148
|
<td><img src="ESAHeaderSlices/spacer.gif" width="1" height="17" border="0" alt=""></td>
|
149
|
</tr>
|
150
|
<tr>
|
151
|
<td colspan="5"><img name="header_r5_c3" src="ESAHeaderSlices/header_r5_c3.gif" width="493" height="7" border="0" alt=""></td>
|
152
|
<td><img src="ESAHeaderSlices/spacer.gif" width="1" height="7" border="0" alt=""></td>
|
153
|
</tr>
|
154
|
</table>
|
155
|
|
156
|
<form id="modSearch" name="modSearch" action="@servlet-path@" method="post">
|
157
|
<input type="hidden" name="action" value="squery"/>
|
158
|
<input type="hidden" name="qformat" value="esa"/>
|
159
|
<input type="hidden" name="enableediting" value="true"/>
|
160
|
<input type="hidden" name="query" value="<pathquery><querytitle>Moderator-Search</querytitle><returndoctype>eml://ecoinformatics.org/eml-2.0.1</returndoctype><returndoctype>eml://ecoinformatics.org/eml-2.0.0</returndoctype><returndoctype>-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN</returndoctype><returndoctype>-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN</returndoctype><returndoctype>-//NCEAS//resource//EN</returndoctype><returndoctype>-//NCEAS//eml-dataset//EN</returndoctype><returnfield>originator/individualName/surName</returnfield><returnfield>originator/individualName/givenName</returnfield><returnfield>creator/individualName/surName</returnfield><returnfield>creator/individualName/givenName</returnfield><returnfield>originator/organizationName</returnfield><returnfield>creator/organizationName</returnfield><returnfield>dataset/title</returnfield><returnfield>keyword</returnfield><querygroup operator='INTERSECT'><queryterm searchmode='not-contains' casesensitive='false'><value>public</value><pathexpr>dataset/access/allow/principal</pathexpr></queryterm></querygroup></pathquery>"/>
|
161
|
<p><a id="modLink" class="hide" href='javascript:document.getElementById("modSearch").submit();' target="_top">View Undocumented Documents</a></p>
|
162
|
</form>
|
163
|
<script>
|
164
|
MM_preloadImages('ESAHeaderSlices/ESAHome2_f2.gif','ESAHeaderSlices/RollOvers/ESAHomeR.gif','ESAHeaderSlices/RollOvers/ESARegistryR.gif','ESAHeaderSlices/RollOvers/ESANewDataSetR.gif','ESAHeaderSlices/RollOvers/ESASearchR.gif','ESAHeaderSlices/RollOvers/ESALoginR.gif');
|
165
|
loginStatus();
|
166
|
</script>
|