Revision 4080
Added by daigle over 16 years ago
index.jsp | ||
---|---|---|
25 | 25 |
*/ |
26 | 26 |
%> |
27 | 27 |
<%@ include file="../../common/common-settings.jsp"%> |
28 |
<%@ include file="../../common/configure-check.jsp"%> |
|
28 | 29 |
|
29 | 30 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
30 | 31 |
<html> |
... | ... | |
40 | 41 |
function getMapFrame() { |
41 | 42 |
return document.getElementById('mapFrame'); |
42 | 43 |
} |
43 |
insertTemplateOpening("<%=SERVER_URL_WITH_CONTEXT%>");
|
|
44 |
insertLoginBox("<%=SERVER_URL_WITH_CONTEXT%>");
|
|
45 |
insertTemplateClosing("<%=SERVER_URL_WITH_CONTEXT%>");
|
|
44 |
insertTemplateOpening("<%=CONTEXT_URL%>");
|
|
45 |
insertLoginBox("<%=CONTEXT_URL%>");
|
|
46 |
insertTemplateClosing("<%=CONTEXT_URL%>");
|
|
46 | 47 |
</script> |
47 | 48 |
</body> |
48 | 49 |
</html> |
Also available in: Unified diff
Merge 1.9 changes into Head