[metacat-cvs] metacat/lib/style/skins/esa header.html

Saurabh Garg sgarg at ecoinformatics.org
Thu Nov 17 12:35:36 PST 2005


sgarg       05/11/17 12:35:36

  Modified:    lib/style/skins/esa header.html
  Log:
  Replaced hardcoded link with ant token
  
  Revision  Changes    Path
  1.9       +5 -5      metacat/lib/style/skins/esa/header.html
  
  Index: header.html
  ===================================================================
  RCS file: /cvs/metacat/lib/style/skins/esa/header.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- header.html	20 Oct 2005 21:01:24 -0000	1.8
  +++ header.html	17 Nov 2005 20:35:36 -0000	1.9
  @@ -3,8 +3,8 @@
       Copyright: 2003 Regents of the University of California and the
                  National Center for Ecological Analysis and Synthesis
        '$Author: sgarg $'
  -       '$Date: 2005/10/20 21:01:24 $'
  -   '$Revision: 1.8 $'
  +       '$Date: 2005/11/17 20:35:36 $'
  +   '$Revision: 1.9 $'
   
      This program is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published by
  @@ -72,7 +72,7 @@
                   	exit(0);
           	}
   
  -        	httpRequest.open("POST", "http://machination.msi.ucsb.edu/knb-pg/metacat?action=getloggedinuserinfo", true);
  +        	httpRequest.open("POST", "@servlet-path@?action=getloggedinuserinfo", true);
           	httpRequest.setRequestHeader("Content-Type", "text/xml");
           	var stringToSend = "action=getloggedinuserinfo";
           	httpRequest.onreadystatechange=function() {
  @@ -130,7 +130,7 @@
     </tr>
     <tr>
      <td rowspan="4"><img name="header_r2_c1" src="ESAHeaderSlices/header_r2_c1.gif" width="19" height="91" border="0" alt=""></td>
  -   <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>
  +   <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>
      <td rowspan="2" colspan="6"><img name="header_r2_c3" src="ESAHeaderSlices/header_r2_c3.gif" width="541" height="67" border="0" alt=""></td>
      <td><img src="ESAHeaderSlices/spacer.gif" width="1" height="54" border="0" alt=""></td>
     </tr>
  @@ -152,7 +152,7 @@
      <td><img src="ESAHeaderSlices/spacer.gif" width="1" height="7" border="0" alt=""></td>
     </tr>
   </table>
  -
  +<!--- 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 -->
   <form id="modSearch" name="modSearch" action="@servlet-path@" method="post">
          <input type="hidden" name="action" value="squery"/>
          <input type="hidden" name="qformat" value="esa"/>
  
  
  


More information about the Metacat-cvs mailing list