Project

General

Profile

« Previous | Next » 

Revision 2300

Added by Duane Costa over 19 years ago

Replace relative path to harvester registration login servlet with context path generated through ant build

View differences:

lib/style/skins/knb/harvesterRegistrationLogin.html
13 13

  
14 14
<form name="myform" 
15 15
      method="POST" 
16
      action="../../../servlet/edu.ucsb.nceas.metacat.harvesterClient.HarvesterRegistrationLogin">
16
      action="@harvester-registration-login-path@">
17 17

  
18 18
<table width=400 align=center cellspacing=1 cellpadding=1 
19 19
       border=0 bgcolor="#333366">
lib/style/skins/knb2/harvesterRegistrationLogin.html
13 13

  
14 14
<form name="myform" 
15 15
      method="POST" 
16
      action="../../../servlet/edu.ucsb.nceas.metacat.harvesterClient.HarvesterRegistrationLogin">
16
      action="@harvester-registration-login-path@">
17 17

  
18 18
<table width=400 align=center cellspacing=1 cellpadding=1 
19 19
       border=0 bgcolor="#333366">

Also available in: Unified diff