Revision 3435
Added by ben leinfelder about 17 years ago
index.jsp | ||
---|---|---|
37 | 37 |
</head> |
38 | 38 |
<body> |
39 | 39 |
<script language="JavaScript"> |
40 |
function getMapFrame() { |
|
41 |
return document.getElementById('mapFrame'); |
|
42 |
} |
|
43 | 40 |
insertTemplateOpening(); |
44 | 41 |
</script> |
45 | 42 |
|
43 |
<!-- Main content --> |
|
46 | 44 |
<jsp:include page="SaeonLogin.jspx" /> |
47 | 45 |
|
46 |
<!-- map frame --> |
|
48 | 47 |
<script language="JavaScript"> |
49 |
//insertLoginBox(); |
|
50 |
//insertSearchBox(); |
|
48 |
insertMap(); |
|
49 |
</script> |
|
50 |
|
|
51 |
<!-- wrap it up with the closing --> |
|
52 |
<script language="JavaScript"> |
|
51 | 53 |
insertTemplateClosing(); |
52 | 54 |
</script> |
53 | 55 |
</body> |
Also available in: Unified diff
savepoint - sanparks skin looks good with new map, consistent L+F etc..
only thing remaining is a tweak to get bounding box for map zooming adjusted to follow mouse click and drag (starts far to the right of pointer).