Project

General

Profile

« Previous | Next » 

Revision 4080

Added by daigle over 16 years ago

Merge 1.9 changes into Head

View differences:

index.jsp
29 29
%>
30 30

  
31 31
<%@ include file="../../common/common-settings.jsp"%>
32
<%@ include file="../../common/configure-check.jsp"%>
32 33
   
33 34
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
34 35
<html>
......
43 44
</head>
44 45
<body>
45 46
      <script language="JavaScript">
46
          insertTemplateOpening("<%=SERVER_URL_WITH_CONTEXT%>");
47
          insertSearchBox("<%=SERVER_URL_WITH_CONTEXT%>");
47
          insertTemplateOpening("<%=CONTEXT_URL%>");
48
          insertSearchBox("<%=CONTEXT_URL%>");
48 49
      </script>
49 50
<table width="760" border="0" cellspacing="0" cellpadding="0">
50 51
  <tr><td colspan="5">
......
74 75
</table>
75 76

  
76 77
<script language="JavaScript">          
77
    insertTemplateClosing("<%=SERVER_URL_WITH_CONTEXT%>");
78
    insertTemplateClosing("<%=CONTEXT_URL%>");
78 79
</script>
79 80
</body>
80 81
</html>

Also available in: Unified diff