Project

General

Profile

« Previous | Next » 

Revision 4080

Added by daigle about 16 years ago

Merge 1.9 changes into Head

View differences:

index.jsp
30 30
%>
31 31

  
32 32
<%@ include file="../../common/common-settings.jsp"%>
33
<%@ include file="../../common/configure-check.jsp"%>
33 34
  
34 35
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
35 36
<html>
......
44 45
</head>
45 46
<body>
46 47
      <script language="JavaScript">
47
          insertTemplateOpening("<%=SERVER_URL_WITH_CONTEXT%>");
48
          insertSearchBox("<%=SERVER_URL_WITH_CONTEXT%>");
48
          insertTemplateOpening("<%=CONTEXT_URL%>");
49
          insertSearchBox("<%=CONTEXT_URL%>");
49 50
      </script>
50 51
<table width="760" border="0" cellspacing="0" cellpadding="0">
51 52
  <tr><td colspan="5">
......
158 159
</table>
159 160
<p>&nbsp;</p>
160 161
<script language="JavaScript">          
161
    insertTemplateClosing("<%=SERVER_URL_WITH_CONTEXT%>");
162
    insertTemplateClosing("<%=CONTEXT_URL%>");
162 163
</script>
163 164
</body>
164 165
</html>

Also available in: Unified diff