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">
......
101 102
</table>
102 103
<p>&nbsp;</p>
103 104
<script language="JavaScript">          
104
    insertTemplateClosing("<%=SERVER_URL_WITH_CONTEXT%>");
105
    insertTemplateClosing("<%=CONTEXT_URL%>");
105 106
</script>
106 107
</body>
107 108
</html>

Also available in: Unified diff