Project

General

Profile

« Previous | Next » 

Revision 4080

Added by daigle about 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>
......
126 127
</head>
127 128
<body>
128 129
      <script language="JavaScript">
129
          insertTemplateOpening("<%=SERVER_URL_WITH_CONTEXT%>");
130
          insertSearchBox("<%=SERVER_URL_WITH_CONTEXT%>");
130
          insertTemplateOpening("<%=CONTEXT_URL%>");
131
          insertSearchBox("<%=CONTEXT_URL%>");
131 132
      </script>
132 133
<table width="760" border="0" cellspacing="0" cellpadding="0">
133 134
  <tr><td colspan="5">
......
276 277
</table>
277 278

  
278 279
<script language="JavaScript">          
279
    insertTemplateClosing("<%=SERVER_URL_WITH_CONTEXT%>");
280
    insertTemplateClosing("<%=CONTEXT_URL%>");
280 281
</script>
281 282
</body>
282 283
</html>

Also available in: Unified diff