Project

General

Profile

« Previous | Next » 

Revision 3780

Added by daigle about 16 years ago

Changes to remove ANT tokens for the turnkey install project

View differences:

include_searchbox.jsp
37 37
<head>
38 38
  <title>Metacat Data Catalog Search Page</title>
39 39
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
40
  <link href="<%=SERVER_URL_WITH_CONTEXT%>/style/skins/default/default.css" rel="stylesheet" type="text/css">
40
  <link href="<%=STYLE_SKINS_URL%>/default/default.css" rel="stylesheet" type="text/css">
41 41
  <script language="javascript" 
42
    type="text/javascript" src="<%=SERVER_URL_WITH_CONTEXT%>/style/skins/default/default.js">
42
    type="text/javascript" src="<%=STYLE_SKINS_URL%>/default/default.js">
43 43
  </script>
44 44
  <script language="javascript" type="text/javascript">
45 45
    function trim(stringToTrim) {
......
160 160
          </tr>
161 161
          <tr valign="baseline"> 
162 162
            <td colspan="2">
163
              <form action="<%=METACAT_URL%>" name="searchForm" method="post" 
163
              <form action="<%=SERVLET_URL%>" name="searchForm" method="post" 
164 164
                target="_top" onSubmit="return checkSearch(this);">
165 165
                <%=sessionidField%>
166 166
                <%=SIMPLE_SEARCH_METACAT_POST_FIELDS%>
......
181 181
                    <td colspan="2" valign="middle" class="text_example">
182 182
                      <p> 
183 183
                        <%= loginStatus %> &nbsp;
184
                        (<a href="<%=SERVER_URL_WITH_CONTEXT%>/style/skins/default/index.jsp#loginanchor" 
184
                        (<a href="<%=STYLE_SKINS_URL%>/default/index.jsp#loginanchor" 
185 185
                          target="_top"><%=loginButtonLabel%></a>).&nbsp; 
186 186
                        You may search the data catalog without being logged 
187 187
                        into your account, but will have access only to 
......
205 205
                      &nbsp;&nbsp;&nbsp;
206 206
                      
207 207
                      <a target="_top" 
208
                        href="<%=SERVER_URL_WITH_CONTEXT%>/style/skins/default/index_advanced.jsp"> 
208
                        href="<%=STYLE_SKINS_URL%>/default/index_advanced.jsp"> 
209 209
                          &raquo;&nbsp;advanced&nbsp;search&nbsp;&laquo;</a>
210 210
                      
211 211
                    </td>

Also available in: Unified diff