Project

General

Profile

« Previous | Next » 

Revision 2757

Added by sgarg over 18 years ago

Replaced hardcoded link with ant token

View differences:

lib/style/skins/esa/header.html
72 72
                	exit(0);
73 73
        	}
74 74

  
75
        	httpRequest.open("POST", "http://machination.msi.ucsb.edu/knb-pg/metacat?action=getloggedinuserinfo", true);
75
        	httpRequest.open("POST", "@servlet-path@?action=getloggedinuserinfo", true);
76 76
        	httpRequest.setRequestHeader("Content-Type", "text/xml");
77 77
        	var stringToSend = "action=getloggedinuserinfo";
78 78
        	httpRequest.onreadystatechange=function() {
......
130 130
  </tr>
131 131
  <tr>
132 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>
133
   <td><a href="http://www.esa.org/" target="_top"><img name="ESAHomeLogo" src="ESAHeaderSlices/ESAHomeLogo.gif" width="143" height="54" border="0" alt="ESA Home"></a></td>
134 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 135
   <td><img src="ESAHeaderSlices/spacer.gif" width="1" height="54" border="0" alt=""></td>
136 136
  </tr>
......
152 152
   <td><img src="ESAHeaderSlices/spacer.gif" width="1" height="7" border="0" alt=""></td>
153 153
  </tr>
154 154
</table>
155

  
155
<!--- TODO if user then have the link to view all the documents which have been inserted already. If not user then view all documents which have not been moderated yet -->
156 156
<form id="modSearch" name="modSearch" action="@servlet-path@" method="post">
157 157
       <input type="hidden" name="action" value="squery"/>
158 158
       <input type="hidden" name="qformat" value="esa"/>

Also available in: Unified diff